Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcguinlu/mcguinlu

Account README
https://github.com/mcguinlu/mcguinlu

Last synced: 10 days ago
JSON representation

Account README

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).