-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].1") | ||
pak::pkg_install("Meredith-Lab/[email protected].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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,7 +68,7 @@ You can install the ‘legacy’ version used in our in-prep publication | |
with | ||
|
||
``` r | ||
pak::pkg_install("Meredith-Lab/[email protected].1") | ||
pak::pkg_install("Meredith-Lab/[email protected].2") | ||
``` | ||
|
||
Installation of `volcalc` requires the system libraries | ||
|