This vignette gives you a 1 minute summary of how to install and use our GRaNPA packages. For more details, check out the other Vignettes.

Install the packages

Stable version: GRaNPA

Installing our GRaNPA packages is easy. Just execute the following line into R:

library(devtools)
devtools::install_gitlab("grp-zaugg/GRaNPA", host = "git.embl.de", force = TRUE)

If you receive an error message, make sure you installed the devtools package. If you don’t have it installed yet, just execute the following code into R:

install.packages("devtools")

Bug Reports, Feature Requests and Contact Information

Please check out https://grp-zaugg.embl-community.io/GRaNPA for how to get in contact with us.