Skip to content
Snippets Groups Projects
Select Git revision
  • 5c848385a0d68f85a8f19afdd6d9c17d6da9fb1f
  • main default protected
2 results

README.md

Blame
  • user avatar
    Max Lübke authored
    bb2a4415
    History
    user avatar bb2a4415

    PhreeqConnector

    How to install (the fast way)

    1. Download and install R, then install the remotes package by running install.packages("remotes").
    2. 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.