[R-gregmisc-commits] r2188 - in pkg/gmodels: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jun 20 23:04:06 CEST 2018
Author: warnes
Date: 2018-06-20 23:04:04 +0200 (Wed, 20 Jun 2018)
New Revision: 2188
Modified:
pkg/gmodels/DESCRIPTION
pkg/gmodels/inst/NEWS
Log:
Update DESCRIPTION and NEWS for gmodels 2.18.0.
Modified: pkg/gmodels/DESCRIPTION
===================================================================
--- pkg/gmodels/DESCRIPTION 2018-06-20 21:02:29 UTC (rev 2187)
+++ pkg/gmodels/DESCRIPTION 2018-06-20 21:04:04 UTC (rev 2188)
@@ -1,7 +1,7 @@
Package: gmodels
-Version: 2.16.1
-Date: 2018-06-20
-Title: Various R programming tools for model fitting
+Version: 2.18.0
+Date: 2018-06-19
+Title: Various R Programming Tools for Model Fitting
Author: Gregory R. Warnes, Ben Bolker, Thomas Lumley, and Randall C
Johnson. Contributions from Randall C. Johnson are Copyright
(2005) SAIC-Frederick, Inc. Funded by the Intramural Research
@@ -11,7 +11,6 @@
Description: Various R programming tools for model fitting.
Depends: R (>= 1.9.0)
Suggests: gplots, gtools, Matrix, nlme, lme4 (>= 0.999999-0)
-Imports: MASS, gdata, stats
+Imports: MASS, gdata
License: GPL-2
-URL: http://www.sf.net/projects/r-gregmisc
NeedsCompilation: no
Modified: pkg/gmodels/inst/NEWS
===================================================================
--- pkg/gmodels/inst/NEWS 2018-06-20 21:02:29 UTC (rev 2187)
+++ pkg/gmodels/inst/NEWS 2018-06-20 21:04:04 UTC (rev 2188)
@@ -1,25 +1,19 @@
-Version 2.18.0 - 2017-06-05
+Version 2.18.0 - 2018-06-19
---------------------------
-New functions:
+Bug fixes:
-- Add update.list() function to replace named elements a list.
-- Add mv() function to rename an object.
-- Add first(), last(), 'first<-'() and 'last<-'() functions to extract
- or replace first or last vector/list elements.
+- ci.binom() was using an incorrect method for calcuating binomial
+ conficence intervals. It now calculates the Clopper-Pearson 'exect'
+ interval, which is *conservative* due to the discrete nature of the
+ binomial distribution.
-New features:
+Other Changes:
-- Add 'byrow' argument to lowerTriangle()/upperTriangle() functions.
+- Support for lme4 objects has been removed due to incompatible
+ changes to the lme4 package.
-Other User-visible Changes:
-
-- humanReadable() now properly handles a single value for the argument 'justify'.
-- Improve logging and error reporting for remove.vars()
-- read.xls() now handles latin-1 files properly on MS-Windows.
-- write.fwf() now properly handles matrix arguments.
-
-Version 2.16.0 - 2015-04-22
+Version 2.16.0 - 2014-07-24
---------------------------
New features:
More information about the R-gregmisc-commits
mailing list