[CHNOSZ-commits] r674 - in pkg/CHNOSZ: . inst vignettes
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Apr 21 14:19:45 CEST 2021
Author: jedick
Date: 2021-04-21 14:19:45 +0200 (Wed, 21 Apr 2021)
New Revision: 674
Modified:
pkg/CHNOSZ/DESCRIPTION
pkg/CHNOSZ/inst/CITATION
pkg/CHNOSZ/vignettes/anintro.Rmd
pkg/CHNOSZ/vignettes/multi-metal.Rmd
Log:
Add citation to 2021 paper in ACAGS
Modified: pkg/CHNOSZ/DESCRIPTION
===================================================================
--- pkg/CHNOSZ/DESCRIPTION 2021-04-20 04:43:44 UTC (rev 673)
+++ pkg/CHNOSZ/DESCRIPTION 2021-04-21 12:19:45 UTC (rev 674)
@@ -1,6 +1,6 @@
-Date: 2021-04-20
+Date: 2021-04-21
Package: CHNOSZ
-Version: 1.4.1-1
+Version: 1.4.1-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/inst/CITATION
===================================================================
--- pkg/CHNOSZ/inst/CITATION 2021-04-20 04:43:44 UTC (rev 673)
+++ pkg/CHNOSZ/inst/CITATION 2021-04-21 12:19:45 UTC (rev 674)
@@ -6,5 +6,13 @@
volume = "7",
number = "",
pages = "180",
- doi = "10.3389/feart.2019.00180",
+ doi = "10.3389/feart.2019.00180"
)
+
+bibentry(bibtype = "Article",
+ title = "Diagrams with multiple metals in CHNOSZ",
+ author = person(given = c("Jeffrey", "M."), family = "Dick", email="jeff at chnosz.net"),
+ journal = "Applied Computing and Geosciences",
+ year = "2021",
+ doi = "10.1016/j.acags.2021.100059"
+ )
Modified: pkg/CHNOSZ/vignettes/anintro.Rmd
===================================================================
--- pkg/CHNOSZ/vignettes/anintro.Rmd 2021-04-20 04:43:44 UTC (rev 673)
+++ pkg/CHNOSZ/vignettes/anintro.Rmd 2021-04-21 12:19:45 UTC (rev 674)
@@ -1767,13 +1767,19 @@
# Citation and contact information
-If you use CHNOSZ for publications, please consider citing the following paper:
+To cite CHNOSZ, use this reference:
-```{r citation_CHNOSZ, results="asis"}
+```{r citation_CHNOSZ, results="asis", echo = FALSE}
cref <- citation("CHNOSZ")
-print(cref, style = "html")
+print(cref[1], style = "html")
```
+For the features described in the [<span style="color:blue">multi-metal vignette</span>](multi-metal.html), use this reference:
+
+```{r citation_multimetal, results="asis", echo = FALSE}
+print(cref[2], style = "html")
+```
+
If you found a bug or have questions that aren't answered in the documentation please contact the maintainer:
```{r maintainer_CHNOSZ}
Modified: pkg/CHNOSZ/vignettes/multi-metal.Rmd
===================================================================
--- pkg/CHNOSZ/vignettes/multi-metal.Rmd 2021-04-20 04:43:44 UTC (rev 673)
+++ pkg/CHNOSZ/vignettes/multi-metal.Rmd 2021-04-21 12:19:45 UTC (rev 674)
@@ -85,6 +85,9 @@
This vignette was compiled on `r Sys.Date()` with CHNOSZ version `r sessionInfo()$otherPkgs$CHNOSZ$Version`.
+A companion paper to this vignette has been published in *Applied Computing and Geosciences* ([Dick, 2021](https://doi.org/10.1016/j.acags.2021.100059 "Diagrams with multiple metals in CHNOSZ")).
+Please consider citing that paper if you use the functions or diagrams described here.
+
The plots in this vignette were made using the following resolution settings, which can be changed if desired (low resolutions are used to save time in CRAN checks):
```{r res, results = "asis", echo = FALSE}
More information about the CHNOSZ-commits
mailing list