ACS_JPR_V2 V1.0.0
This release will break compatibility with previous versions.
This release accompanies the submission of the revised article to ACS JPR.
The associated manuscript is available on the bioRxiv preprint server through BIORXIV/2022/494524.
Major:
- Class names are consistently CamelCase, while functions are snake_case.
- Code coverage for examples
Install:
including all dependencies
#R (>=4.1)
remotes::install_github("https://github.com/fgcz/prolfqua/releases/tag/v1.0.0", dependencies=TRUE, build_vignettes = TRUE)
to make use of pre-build vignette files via browseVignettes('prolfqua') execute the following command again:
install.packages('https://github.com/fgcz/prolfqua/releases/download/v1.0.0/prolfqua_1.0.0.tar.gz', repos = NULL)