Skip to content

openproblems-bio/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docs

Installation

Install R and Quarto (check the github action to see which version you need).

Install renv:

R -e 'install.packages(c("renv", "yaml"))'

Install R dependencies:

R -e 'renv::restore()'

If restoring the R dependencies consistently fails, we might need to re-initialise the renv lock file:

rm renv.lock
R -e 'renv::install()'

Build

The documentation is currently being built by the CI and is published in the render/main branch.

You can also do a local build:

quarto render

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9