Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 980 Bytes

File metadata and controls

17 lines (12 loc) · 980 Bytes

PLAY-behaviorome.github.io

Web site for the PLAY project.

The site is generated in R Markdown. We acknowledge extensive use of this resource: Xie, Y., Allaire, J. J., & Grolemund, G. (2018). R Markdown: The Definitive Guide. CRC Press. Retrieved from https://market.android.com/details?id=book-octmDwAAQBAJ and the web-based version of the book located at https://bookdown.org/yihui/rmarkdown/.

Rendering the site

To render the website, run rmarkdown::render_site() from the project root directory. The website files are copied to docs/ where you can view them using a web browser or file editor.

Deploying the site

From RStudio, commit the relevant changes, then push the changes to GitHub. We use Netlify to serve the files pushed to the docs/ folder. At the moment, the play-project.org domain is not live, but it will go live soon. There is a short delay between pushing the new files to GitHub and having them appear live on the site.