Skip to content

startyourlab/workshops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Start Your Lab Workshop

A workshop for labs learning how to get started with best practices and digital collaboration tools.
Report Bug · Request Feature

About The Project

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:

  • The slides for the Coman Lab meeting here
  • The slides for the Goldenberg-Jordan Lab meeting here

Built With

Installation

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.

Export to PDF

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

Code of Conduct

Start Your Lab is committed to fostering a welcoming community.

View our Code of Conduct for our GitHub organization.

License

Distributed under the MIT License. See LICENSE.md for more information.

Contact

Start Your Lab - @startyourlab - [email protected]

Project Link: https://github.com/startyourlab/workshops