mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
45 lines
1.5 KiB
Plaintext
45 lines
1.5 KiB
Plaintext
Package: phreeqc
|
|
Title: R Interface to Geochemical Modeling Software
|
|
Version: @VERSION@
|
|
License: GPL-3
|
|
NeedsCompilation: yes
|
|
Depends: R (>= 3.5.0)
|
|
Authors@R:
|
|
c(person(given = "S.R.",
|
|
family = "Charlton",
|
|
role = c("aut", "cre"),
|
|
email = "charlton@usgs.gov"),
|
|
person(given = "D.L.",
|
|
family = "Parkhurst",
|
|
role = "aut"),
|
|
person(given = "C.A.J.",
|
|
family = "Appelo",
|
|
role = "aut"),
|
|
person(given = c("with", "contributions", "from", "D.", "Gillespie", "for", "Chipmunk"),
|
|
family = "BASIC",
|
|
role = "aut"),
|
|
person(given = "S.D.",
|
|
family = "Cohen",
|
|
role = "aut"),
|
|
person(given = "A.C.",
|
|
family = "Hindmarsh",
|
|
role = "aut"),
|
|
person(given = "R.",
|
|
family = "Serban",
|
|
role = "aut"),
|
|
person(given = "D.",
|
|
family = "Shumaker",
|
|
role = "aut"),
|
|
person(given = c("A.G.", "Taylor", "for"),
|
|
family = "CVODE/SUNDIALS",
|
|
role = "aut"))
|
|
URL: https://www.usgs.gov/software/phreeqc-version-3
|
|
Description: A geochemical modeling program developed by the US Geological
|
|
Survey that is designed to perform a wide variety of aqueous geochemical
|
|
calculations, including speciation, batch-reaction, one-dimensional
|
|
reactive-transport, and inverse geochemical calculations.
|
|
Maintainer: S.R. Charlton <charlton@usgs.gov>
|
|
BugReports: https://github.com/usgs-coupled/iphreeqc/issues
|
|
LazyData: yes
|
|
Encoding: UTF-8
|