Move netlify sponsorship to bottom
This commit is contained in:
parent
c7f80493d3
commit
4875bd1e16
|
@ -22,8 +22,6 @@ Please note that R4DS uses a [Contributor Code of Conduct](https://contributor-c
|
|||
|
||||
## Acknowledgements {-}
|
||||
|
||||
R4DS is hosted on <https://www.netlify.com>.
|
||||
|
||||
```{r, results = "asis", echo = FALSE, message = FALSE}
|
||||
library(dplyr)
|
||||
contributors <- readr::read_csv("contributors.csv", col_types = list())
|
||||
|
@ -37,3 +35,4 @@ cat("R4DS is a collaborative effort and many people have contributed fixes and i
|
|||
cat(paste0(contributors$desc, collapse = ", "))
|
||||
```
|
||||
|
||||
R4DS is hosted by <https://www.netlify.com> as part of their support of open source software and communities.
|
||||
|
|
Loading…
Reference in New Issue