[CHNOSZ-commits] r417 - in pkg/CHNOSZ: . R man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Mar 2 12:01:02 CET 2019
Author: jedick
Date: 2019-03-02 12:01:02 +0100 (Sat, 02 Mar 2019)
New Revision: 417
Modified:
pkg/CHNOSZ/DESCRIPTION
pkg/CHNOSZ/R/examples.R
pkg/CHNOSZ/man/examples.Rd
Log:
demos(): add AkDi to list of demos that are run
Modified: pkg/CHNOSZ/DESCRIPTION
===================================================================
--- pkg/CHNOSZ/DESCRIPTION 2019-03-02 10:54:27 UTC (rev 416)
+++ pkg/CHNOSZ/DESCRIPTION 2019-03-02 11:01:02 UTC (rev 417)
@@ -1,6 +1,6 @@
Date: 2019-03-02
Package: CHNOSZ
-Version: 1.3.0-1
+Version: 1.3.0-2
Title: Thermodynamic Calculations and Diagrams for Geochemistry
Authors at R: c(
person("Jeffrey", "Dick", , "j3ffdick at gmail.com", role = c("aut", "cre"),
Modified: pkg/CHNOSZ/R/examples.R
===================================================================
--- pkg/CHNOSZ/R/examples.R 2019-03-02 10:54:27 UTC (rev 416)
+++ pkg/CHNOSZ/R/examples.R 2019-03-02 11:01:02 UTC (rev 417)
@@ -29,7 +29,7 @@
demos <- function(which=c("sources", "protein.equil", "affinity", "NaCl", "density",
"ORP", "revisit", "findit", "ionize", "buffer", "protbuff", "yeastgfp", "glycinate",
"mosaic", "copper", "solubility", "gold", "wjd", "bugstab", "Shh", "saturation",
- "adenine", "DEW", "lambda", "TCA", "go-IU", "bison"), save.png=FALSE) {
+ "adenine", "DEW", "lambda", "TCA", "go-IU", "bison", "AkDi"), save.png=FALSE) {
# run one or more demos from CHNOSZ with ask=FALSE, and return the value of the last one
for(i in 1:length(which)) {
# say something so the user sees where we are
Modified: pkg/CHNOSZ/man/examples.Rd
===================================================================
--- pkg/CHNOSZ/man/examples.Rd 2019-03-02 10:54:27 UTC (rev 416)
+++ pkg/CHNOSZ/man/examples.Rd 2019-03-02 11:01:02 UTC (rev 417)
@@ -17,7 +17,7 @@
"density", "ORP", "revisit", "findit", "ionize", "buffer",
"protbuff", "yeastgfp", "glycinate", "mosaic", "copper",
"solubility", "gold", "wjd", "bugstab", "Shh", "saturation",
- "adenine", "DEW", "lambda", "TCA", "go-IU", "bison"),
+ "adenine", "DEW", "lambda", "TCA", "go-IU", "bison", "AkDi"),
save.png=FALSE)
}
More information about the CHNOSZ-commits
mailing list