Skip to content

A package to ensure that all dependencies are installed for Experimental Design & Biostats practical sessions. Scroll down to the README for installation details.

License

Notifications You must be signed in to change notification settings

VanAndelInstitute/ExpDesign2021

Repository files navigation

ExpDesign2021

Build Status codecov

How to get started

If you're using a Mac, you may need to install Xquartz; do so before proceeding.

Then pull up Rstudio or (if you're a caveman like me) R, and do the following:

install.packages("remotes")
install.packages("BiocManager")
BiocManager::install("VanAndelInstitute/ExpDesign2021")

If you're asked which CRAN mirror to use, I suggest number (1), cloud.r-project.org.

If BiocManager::install() asks you which packages to update, I suggest (2), CRAN packages only.

If you have further issues with packages, you can try install.packages("offending_package_name") and see if that fixes the problem. If that doesn't work, and you're on a Mac, you may have to install some software to compile source code; more details here. I strongly suggest that you avoid compiling your own packages unless you are writing packages (and even then, only if you must).

If all goes well, you'll see something like this:

installed

If you still have issues, grab the output of sessionInfo() and file a bug (use the Issues tab for this repository and send an email.)

sessionInfo

For developers

The repository includes a Makefile to facilitate some common tasks.

Running tests

$ make test. Requires the testthat package. You can also specify a specific test file or files to run by adding a "file=" argument, like $ make test file=logging. test_package will do a regular-expression pattern match within the file names. See its documentation in the testthat package.

Updating documentation

$ make doc. Requires the roxygen2 package.

About

A package to ensure that all dependencies are installed for Experimental Design & Biostats practical sessions. Scroll down to the README for installation details.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published