Warwick R User Group website, created using Quarto
.
Some icons obtained from Reshot.
- Clone this repo:
git clone [email protected]:WarwickRUG/WarwickRUG.github.io.git
- Install
renv
if not already installed (instructions here). - Run
renv::restore()
to restore the state of your project fromrenv.lock
.
- Install packages as usual.
- Run
renv::snapshot()
to updaterenv.lock
. - Create a commit with
renv.lock
changes and push it to the repo.
Add new blog posts
TODO: https://quarto.org/docs/publishing/github-pages.html
If facing issues installing packages from Windows, run this command. (more info in renv
documentation and in this discussion)
Sys.setenv(RENV_DOWNLOAD_METHOD = "libcurl")
Thanks goes to these wonderful people (emoji key):
Carlos Cámara 💻 📆 |
Heather Turner 💬 💻 📆 📣 |
David Selby 💬 🖋 |
Aditi Shenvi 💻 |
James Tripp 💻 |
Ella Kaye 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!