diff --git a/README.Rmd b/README.Rmd index 7a61614..a8613f3 100644 --- a/README.Rmd +++ b/README.Rmd @@ -65,7 +65,7 @@ pak::pkg_install('volcalc') You can install the 'legacy' version used in our in-prep publication with ``` r -pak::pkg_install("Meredith-Lab/volcalc@v1.0.1") +pak::pkg_install("Meredith-Lab/volcalc@v1.0.2") ``` Installation of `volcalc` requires the system libraries [OpenBabel](https://openbabel.org/) and Eigen3 (requirements of the `ChemmineOB` package, which `volcalc` depends on). `pak` will take care of the installation of these libraries for you on some systems, but you may need to install them manually. diff --git a/README.md b/README.md index 5ec3e21..6aa5622 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ You can install the ‘legacy’ version used in our in-prep publication with ``` r -pak::pkg_install("Meredith-Lab/volcalc@v1.0.1") +pak::pkg_install("Meredith-Lab/volcalc@v1.0.2") ``` Installation of `volcalc` requires the system libraries