[iphreeqc] fix for CRAN (forwarding urls and DOI format)

This commit is contained in:
Charlton, Scott R 2021-09-06 15:18:39 -06:00
parent 59e9e4ea8e
commit ceb559b87f
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
##' @aliases phreeqc-package phreeqc ##' @aliases phreeqc-package phreeqc
##' @docType package ##' @docType package
##' @author S.R. Charlton, D.L. Parkhurst, and C.A.J. Appelo, with contributions from D. Gillespie for Chipmunk BASIC (p2c) and S.D. Cohen, A.C. Hindmarsh, R. Serban, D. Shumaker, and A.G. Taylor for CVODE (SUNDIALS) \cr Maintainer: S.R. Charlton \email{charlton@@usgs.gov} ##' @author S.R. Charlton, D.L. Parkhurst, and C.A.J. Appelo, with contributions from D. Gillespie for Chipmunk BASIC (p2c) and S.D. Cohen, A.C. Hindmarsh, R. Serban, D. Shumaker, and A.G. Taylor for CVODE (SUNDIALS) \cr Maintainer: S.R. Charlton \email{charlton@@usgs.gov}
##' @references \url{https://water.usgs.gov/water-resources/software/PHREEQC/IPhreeqc.pdf}\cr \url{http://computation.llnl.gov/casc/sundials/main.html} ##' @references \url{https://water.usgs.gov/water-resources/software/PHREEQC/IPhreeqc.pdf}\cr \url{https://computing.llnl.gov/projects/sundials}
##' @keywords package ##' @keywords package
##' @examples ##' @examples
##' ##'
@ -1448,7 +1448,7 @@ NULL
##' \code{\link{phrLoadDatabaseString}}. ##' \code{\link{phrLoadDatabaseString}}.
##' @docType data ##' @docType data
##' @family Databases ##' @family Databases
##' @references \url{https://dx.doi.org/10.1016/j.gca.2017.06.023} ##' @references \doi{10.1016/j.gca.2017.06.023}
##' @source \url{https://github.com/MarcNeveu/IcyDwarf/blob/master/IcyDwarf/PHREEQC-3.1.2/core10.dat} ##' @source \url{https://github.com/MarcNeveu/IcyDwarf/blob/master/IcyDwarf/PHREEQC-3.1.2/core10.dat}
##' @usage core10.dat # phrLoadDatabaseString(core10.dat) ##' @usage core10.dat # phrLoadDatabaseString(core10.dat)
##' @keywords dataset ##' @keywords dataset

View File

@ -11,7 +11,7 @@ citEntry(entry="Manual",
volume = "book 6", volume = "book 6",
chapter = "A43", chapter = "A43",
pages = "497", pages = "497",
url = "https://pubs.usgs.gov/tm/06/a43", url = "https://pubs.usgs.gov/tm/06/a43/",
textVersion = textVersion =
paste("Parkhurst, D.L., and Appelo, C.A.J., 2013, Description of", paste("Parkhurst, D.L., and Appelo, C.A.J., 2013, Description of",
@ -20,7 +20,7 @@ citEntry(entry="Manual",
"transport, and inverse geochemical calculations: U.S.", "transport, and inverse geochemical calculations: U.S.",
"Geological Survey Techniques and Methods, book 6, chap.", "Geological Survey Techniques and Methods, book 6, chap.",
"A43, 497 p., available only at", "A43, 497 p., available only at",
"https://pubs.usgs.gov/tm/06/a43.") "https://pubs.usgs.gov/tm/06/a43/.")
) )