Skip to content

Commit 117ff93

Browse files
committed
Address quotation concerns and fix doi
1 parent 2d4434b commit 117ff93

2 files changed

Lines changed: 15 additions & 6 deletions

File tree

DESCRIPTION

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ Package: dina
22
Type: Package
33
Title: Bayesian Estimation of DINA Model
44
Version: 1.0.2
5-
Date: 2017-04-25
5+
Date: 2017-04-26
66
Authors@R: c(person("Steven Andrew", "Culpepper", role = c("aut", "cph","cre"),
77
email = "sculpepp@illinois.edu"))
8-
Description: Estimate the Deterministic Input, Noisy ``And'' Gate (DINA)
8+
Description: Estimate the Deterministic Input, Noisy "And" Gate (DINA)
99
cognitive diagnostic model parameters using the Gibbs sampler described
10-
by Culpepper (2015) <doi: 10.3102/1076998615595403>.
10+
by Culpepper (2015) <doi:10.3102/1076998615595403>.
1111
URL: https://github.com/tmsalab/dina
1212
BugReports: https://github.com/tmsalab/dina/issues
1313
License: GPL (>= 2)
14-
Imports: Rcpp
15-
LinkingTo: Rcpp, RcppArmadillo
16-
Depends: R (>= 3.0.1)
14+
Imports: Rcpp (>= 0.12.10)
15+
LinkingTo: Rcpp (>= 0.12.10), RcppArmadillo (>= 0.7.800)
16+
Depends: R (>= 3.0.2)
1717
RoxygenNote: 6.0.1

cran-comments.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
* ubuntu 12.04 (on travis-ci), R 3.4.0
44
* win-builder (devel and release)
55

6+
## Feedback
7+
8+
The previously submitted version of this package had a CRAN maintainer request
9+
two requests. The first request dealt with the removal of latex style quotations
10+
around the ``And'' in place of "And". Please note, the capitalization of the
11+
"And" is important in the DINA model acronym and was left in place for this
12+
reason. The second request was to remove a space between `doi:` and the identifier.
13+
This was also taken care of.
14+
615
## R CMD check results
716

817
0 errors | 0 warnings | 1 note

0 commit comments

Comments
 (0)