[CHNOSZ-commits] r90 - in pkg/CHNOSZ: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Jul 4 06:27:43 CEST 2015
Author: jedick
Date: 2015-07-04 06:27:42 +0200 (Sat, 04 Jul 2015)
New Revision: 90
Modified:
pkg/CHNOSZ/DESCRIPTION
pkg/CHNOSZ/NAMESPACE
pkg/CHNOSZ/inst/NEWS
Log:
add importFrom for functions from default packages
Modified: pkg/CHNOSZ/DESCRIPTION
===================================================================
--- pkg/CHNOSZ/DESCRIPTION 2015-06-13 17:27:56 UTC (rev 89)
+++ pkg/CHNOSZ/DESCRIPTION 2015-07-04 04:27:42 UTC (rev 90)
@@ -1,11 +1,12 @@
-Date: 2015-06-13
+Date: 2015-07-04
Package: CHNOSZ
-Version: 1.0.5-2
+Version: 1.0.5-3
Title: Chemical Thermodynamics and Activity Diagrams
Author: Jeffrey Dick
Maintainer: Jeffrey Dick <j3ffdick at gmail.com>
Depends: R (>= 3.1.0)
Suggests: limSolve, testthat, knitr
+Imports: grDevices, graphics, stats, utils
Description: Functions and data sets to support chemical thermodynamic modeling in biochemistry
and low-temperature geochemistry. The features include calculation of the standard molal
thermodynamic properties and chemical affinities of reactions involving minerals and/or
Modified: pkg/CHNOSZ/NAMESPACE
===================================================================
--- pkg/CHNOSZ/NAMESPACE 2015-06-13 17:27:56 UTC (rev 89)
+++ pkg/CHNOSZ/NAMESPACE 2015-07-04 04:27:42 UTC (rev 90)
@@ -3,3 +3,15 @@
# Load shared objects
useDynLib(CHNOSZ)
+
+# Imports from default packages
+importFrom("grDevices", "dev.cur", "dev.off", "extendrange",
+ "heat.colors", "png", "rainbow")
+importFrom("graphics", "abline", "axTicks", "axis", "barplot", "box",
+ "contour", "image", "legend", "lines", "mtext", "par", "plot",
+ "plot.new", "plot.window", "points", "rect", "text", "title")
+importFrom("stats", "D", "as.formula", "cor", "lm", "loess.smooth",
+ "na.omit", "qqline", "qqnorm", "sd", "splinefun", "uniroot")
+importFrom("utils", "browseURL", "capture.output", "combn", "demo",
+ "example", "head", "installed.packages", "read.csv", "tail",
+ "write.csv", "write.table")
Modified: pkg/CHNOSZ/inst/NEWS
===================================================================
--- pkg/CHNOSZ/inst/NEWS 2015-06-13 17:27:56 UTC (rev 89)
+++ pkg/CHNOSZ/inst/NEWS 2015-07-04 04:27:42 UTC (rev 90)
@@ -1,4 +1,4 @@
-CHANGES IN CHNOSZ 1.0.5-2 (2015-06-13)
+CHANGES IN CHNOSZ 1.0.5-3 (2015-07-04)
--------------------------------------
- Rewrite rho.IAPWS95() to be able to invert density from IAPWS-95
@@ -30,6 +30,9 @@
of basis species when blend=TRUE. Thanks to Grayson Boyer for the bug
report that led to this fix.
+- Add grDevices, graphics, stats, utils to Imports: in DESCRIPTION, and
+ add specific importsFrom lines in NAMESPACE.
+
CHANGES IN CHNOSZ 1.0.5 (2015-05-19)
------------------------------------
More information about the CHNOSZ-commits
mailing list