Select Git revision
README.md 535 B
PhreeqConnector
How to install (the fast way)
- Download and install
R
, then install theremotes
package by runninginstall.packages("remotes")
. - Run the following command in
R
:
remotes::install_gitlab("naaice/phreeqconnector", host = "https://git.gfz-potsdam.de")
You are now ready to use the package by running library(PhreeqConnector)
.
The only function provided is cpp_pqc_script_to_mat
which takes a Phreeqc
input script and a database as input and returns a matrix with the parsed
output.