diff --git a/DESCRIPTION b/DESCRIPTION index 9589d51..45f865d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: simcdm Type: Package -Title: Simulate Cognitive Diagnostic Model (CDM) Data +Title: Simulate Cognitive Diagnostic Model ('CDM') Data Version: 0.1.0 Authors@R: c(person("James Joseph", "Balamuta", email = "balamut2@illinois.edu", @@ -17,8 +17,8 @@ Authors@R: c(person("James Joseph", "Balamuta", ) ) Description: Provides efficient R and 'C++' routines to simulate cognitive diagnostic - model data for Deterministic Input, Noisy "And" Gate (DINA) and - reduced Reparameterized Unified Model (rRUM) from + model data for Deterministic Input, Noisy "And" Gate ('DINA') and + reduced Reparameterized Unified Model ('rRUM') from Culpepper and Hudson (2017) , Culpepper (2015) , and de la Torre (2009) . diff --git a/cran-comments.md b/cran-comments.md index af5dc49..c0fc659 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,5 @@ ## Test environments + * local OS X install, R 3.5.2 * ubuntu 14.04 (on travis-ci), R 3.5.2 * win-builder (devel and release) @@ -7,29 +8,19 @@ 0 errors | 0 warnings | 1 note -New submission +Days since last update: 1 Possibly mis-spelled words in DESCRIPTION: - CDM (3:45) Culpepper (22:5, 23:5) Torre (24:11) de (24:5) - rRUM (21:44) - -Found the following (possibly) invalid URLs: - URL: http://www.r-pkg.org/pkg/simcdm (moved to https://www.r-pkg.org:443/pkg/simcdm) - From: README.md - Status: 404 - Message: Not Found - -- This is a new release. As a result, the package has yet to be listed on - r-pkg, which is why the URL is failing. + +- We are issuing a patch for the package 1 day after it was listed because + of a compilation failure on Solaris, which is caused by an ambiguous overload + of the `pow()` function. - Regarding mis-spellings: - - CDM and rRUM are the appropriate acronyms for - Deterministic Input, Noisy "And" Gate (DINA) and - reduced Reparameterized Unified Model (rRUM). - `Culpepper`, `de`, and `Torre` are either parts of names or lastnames. ## Reverse dependencies -This is a new release, so there are no reverse dependencies. +There are no reverse dependencies.