Skip to content

Commit

Permalink
update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aariq committed Jul 14, 2023
1 parent 8e0f58f commit 666da65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 666da65

Please sign in to comment.