Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 347 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 347 Bytes

r3-workshop

Reproducible Reporting with R (R^3) for marine ecosystem indicators

Render website

For some reason, RStudio's Build pane Build Website button keeps trying to render as bookdown. Instead using this command in the R Console:

rmarkdown::render_site(".")
fs::file_touch("docs/.nojekyll") # git config core.fileMode false