Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcguinlu/mcguinlu
Account README
https://github.com/mcguinlu/mcguinlu
Last synced: 10 days ago
JSON representation
Account README
- Host: GitHub
- URL: https://github.com/mcguinlu/mcguinlu
- Owner: mcguinlu
- Created: 2020-07-14T12:55:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T01:06:36.000Z (7 months ago)
- Last Synced: 2024-04-13T21:39:50.782Z (7 months ago)
- Size: 1.57 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# Hi, I'm Luke 👋
```{r, echo = FALSE}
day <- format(Sys.Date(),"%A")if (day %in% c("Saturday","Sunday")) {
text <- "We interrupt this broadcast for an important announcement - it's the weekend!"
} else{
if (day == "Friday") {
text <- "We interrupt this broadcast for an important announcement - it's FRIDAY!"
} else {
text <- "It's not the weekend. . . yet."
}
}
```### About me
I am an enthusiastic R user/developer and maintain several research-orientated open-source R packages including [`robvis`](https://github.com/mcguinlu/robvis) and [`medrxivr`](https://github.com/mcguinlu/medrxivr), in addition to some smaller utility/learning packages (e.g. [`pathformatr`](https://github.com/mcguinlu/pathformatr)). I blog about some things that interest me at [Hexations](https://mcguinlu.netlify.app/).
Outside of work, I am an avid fan of running, [LEGO](https://mcguinlu.netlify.app/2021/02/02/baby-yoda-in-r/) and really terrible movies.
### Is it the weekend??
`r text`
This is a simple test of using GitHub Actions to automatically render a RMarkdown file each morning, and update the text above. See the underlying RMarkdown file [here](https://github.com/mcguinlu/mcguinlu/blob/master/README.Rmd).