Skip to content

ACS_JPR_V2 V1.0.0

Compare
Choose a tag to compare
@wolski wolski released this 30 Oct 16:31
· 282 commits to Modelling2R6 since this release

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)