diff --git a/DESCRIPTION b/DESCRIPTION index f85ddc2..dae4f7e 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: logitnorm Title: Functions for the Logitnormal Distribution -Version: 0.8.36 +Version: 0.8.37 Author: Thomas Wutzler Maintainer: Thomas Wutzler Description: Density, distribution, quantile and random generation function for the logitnormal distribution. Estimation of the mode and the first two moments. Estimation of distribution parameters. diff --git a/cran-comments.md b/cran-comments.md index d54e5f8..b99472b 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,13 +1,9 @@ ## Note -In response to email from Kurt Hornik Dez, 2nd 2017: -These seem to have undeclared package dependencies in their unit test -code (R files in inst/unitTests), see below. - -We removed the library call to MASS +Improved consistency with other R distribution methods. ## Test environments -* local R 3.4.3 on Mint17 64bit -* Ubuntu 14.04 (on travis-ci), R 3.4.2 +* local R 3.4.4 on Mint17 64bit +* Ubuntu 14.04.5 LTS (on travis-ci), 3.5.0 * win-builder (devel and release) ## R CMD check results