This project uses data from a lipidomics project as an example to learn how to work in an open and reproducible way. The project also focus on making reproducible analysis pipelines.
The following folders contain:
data-raw/
: Raw lipidomics datadata/
: pre-processed lipidomics datadoc/
: learning Quarto documentR/
: Script for functions
If dependencies have been managed by using
usethis::use_package("packagename")
through the DESCRIPTION
file,
installing dependencies is as easy as opening the AdvancedR3.Rproj
file and running this command in the console:
# install.packages("remotes")
remotes::install_deps()
You'll need to have remotes installed for this to work.
Go to this website to see the results.
For more information on this folder and file workflow and setup, check out the prodigenr online documentation.