A workshop for labs learning how to get started with best practices and digital collaboration tools.
Report Bug
·
Request Feature
The Start Your Lab Workshops project is part of an open-source initiative to teach academic research labs how to leverage modern tools and support them with industry best practices.
For a hosted example workshop, see:
To contribute to this project, be sure R and RStudio are up to date on your computer. Then, clone this repository into your local projects directory and navigate into the project root:
git clone https://github.com/startyourlab/workshops
cd workshops
Then, open the project in RStudio. When in RStudio, if xaringan
is not already
installed, run
remotes::install_github('yihui/xaringan')
in the R Console. Once installed, load the package via library(xaringan)
.
To test that everything works, open the desired RMarkdown file and use the Knit
button in the top left of the RStudio window.
With the pagedown
package and Google Chrome, the function pagedown::chrome_print()
can export a PDF of the HTML created from the RMarkdown file. To install via the
R Console, run
install.packages('pagedown')
then with the project root directory as the working directory, run
pagedown::chrome_print('slides.Rmd')
Start Your Lab is committed to fostering a welcoming community.
View our Code of Conduct for our GitHub organization.
Distributed under the MIT License. See LICENSE.md
for more information.
Start Your Lab - @startyourlab - [email protected]
Project Link: https://github.com/startyourlab/workshops