[CHNOSZ-commits] r932 - in pkg/CHNOSZ: . inst inst/tinytest

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jul 25 08:06:39 CEST 2025


Author: jedick
Date: 2025-07-25 08:06:38 +0200 (Fri, 25 Jul 2025)
New Revision: 932

Modified:
   pkg/CHNOSZ/DESCRIPTION
   pkg/CHNOSZ/README.md
   pkg/CHNOSZ/inst/NEWS.Rd
   pkg/CHNOSZ/inst/tinytest/test-rank.affinity.R
Log:
Update CRAN badge


Modified: pkg/CHNOSZ/DESCRIPTION
===================================================================
--- pkg/CHNOSZ/DESCRIPTION	2025-06-21 06:28:57 UTC (rev 931)
+++ pkg/CHNOSZ/DESCRIPTION	2025-07-25 06:06:38 UTC (rev 932)
@@ -1,6 +1,6 @@
-Date: 2025-06-21
+Date: 2025-07-25
 Package: CHNOSZ
-Version: 2.2.0-2
+Version: 2.2.0-3
 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/README.md
===================================================================
--- pkg/CHNOSZ/README.md	2025-06-21 06:28:57 UTC (rev 931)
+++ pkg/CHNOSZ/README.md	2025-07-25 06:06:38 UTC (rev 932)
@@ -1,5 +1,5 @@
 <!-- badges: start -->
-[![CRAN](https://img.shields.io/badge/dynamic/yaml?url=https%3A%2F%2Fcloud.r-project.org%2Fweb%2Fpackages%2FCHNOSZ%2FDESCRIPTION&query=%24.Version&logo=r&label=CRAN&color=4bc51e)](https://cran.r-project.org/package=CHNOSZ)
+[![CRAN/METACRAN Version](https://img.shields.io/cran/v/CHNOSZ?label=CRAN&color=4bc51e)](https://cran.r-project.org/package=CHNOSZ)
 [![R-CMD-check](https://github.com/jedick/CHNOSZ/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jedick/CHNOSZ/actions/workflows/R-CMD-check.yaml)
 <!-- badges: end -->
 

Modified: pkg/CHNOSZ/inst/NEWS.Rd
===================================================================
--- pkg/CHNOSZ/inst/NEWS.Rd	2025-06-21 06:28:57 UTC (rev 931)
+++ pkg/CHNOSZ/inst/NEWS.Rd	2025-07-25 06:06:38 UTC (rev 932)
@@ -130,7 +130,7 @@
 
       \item Due to an apparent typo in
       \href{https://srd.nist.gov/JPCRD/jpcrdS2Vol11.pdf}{Wagman et al. (1982)},
-      Δ\emph{H}°\s{f} for In\s{+3} and derived species was corrected by -7335
+      Δ\emph{H}°\s{f} for In\S{+3} and derived species was corrected by -7335
       cal/mol to maintain GHS consistency. This is in addition to the
       correction for S° previously noted by
       \href{https://doi.org/10.1016/0016-7037(88)90181-0}{Shock and Helgeson

Modified: pkg/CHNOSZ/inst/tinytest/test-rank.affinity.R
===================================================================
--- pkg/CHNOSZ/inst/tinytest/test-rank.affinity.R	2025-06-21 06:28:57 UTC (rev 931)
+++ pkg/CHNOSZ/inst/tinytest/test-rank.affinity.R	2025-07-25 06:06:38 UTC (rev 932)
@@ -21,3 +21,4 @@
 arank <- rank.affinity(aout, groups)
 expect_message(arank <- rank.affinity(aout, groups), "removing empty groups: oxidized", info = info)
 expect_equal(arank$species$name, "reduced", info = info)
+expect_length(arank$values, 1, info = info)



More information about the CHNOSZ-commits mailing list