WarwickRUG / WarwickRUG.github.io

Warwick RUG's website
https://warwickrug.github.io/
0 stars 0 forks source link
hacktoberfest quarto rstats

Warwick R User Group Website

All Contributors

Warwick R User Group website, created using Quarto.

Some icons obtained from Reshot.

Installation

  1. Clone this repo: git clone git@github.com:WarwickRUG/WarwickRUG.github.io.git
  2. Install renv if not already installed (instructions here).
  3. Run renv::restore() to restore the state of your project from renv.lock.

Updating packages

  1. Install packages as usual.
  2. Run renv::snapshot() to update renv.lock.
  3. Create a commit with renv.lock changes and push it to the repo.

Updating website

Content creation

Add new blog posts

Rendering and deploying the website

TODO: https://quarto.org/docs/publishing/github-pages.html

Troubleshooting

Can't install a new package

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

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Carlos Cámara
Carlos Cámara

💻 📆
Heather Turner
Heather Turner

💬 💻 📆 📣
David Selby
David Selby

💬 🖋
Aditi Shenvi
Aditi Shenvi

💻
James Tripp
James Tripp

💻
Ella Kaye
Ella Kaye

💻

This project follows the all-contributors specification. Contributions of any kind welcome!