Skip to content

Commit

Permalink
Address quotation concerns and fix doi
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Apr 26, 2017
1 parent 2d4434b commit 117ff93
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ Package: dina
Type: Package
Title: Bayesian Estimation of DINA Model
Version: 1.0.2
Date: 2017-04-25
Date: 2017-04-26
Authors@R: c(person("Steven Andrew", "Culpepper", role = c("aut", "cph","cre"),
email = "sculpepp@illinois.edu"))
Description: Estimate the Deterministic Input, Noisy ``And'' Gate (DINA)
Description: Estimate the Deterministic Input, Noisy "And" Gate (DINA)
cognitive diagnostic model parameters using the Gibbs sampler described
by Culpepper (2015) <doi: 10.3102/1076998615595403>.
by Culpepper (2015) <doi:10.3102/1076998615595403>.
URL: /~https://github.com/tmsalab/dina
BugReports: /~https://github.com/tmsalab/dina/issues
License: GPL (>= 2)
Imports: Rcpp
LinkingTo: Rcpp, RcppArmadillo
Depends: R (>= 3.0.1)
Imports: Rcpp (>= 0.12.10)
LinkingTo: Rcpp (>= 0.12.10), RcppArmadillo (>= 0.7.800)
Depends: R (>= 3.0.2)
RoxygenNote: 6.0.1
9 changes: 9 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
* ubuntu 12.04 (on travis-ci), R 3.4.0
* win-builder (devel and release)

## Feedback

The previously submitted version of this package had a CRAN maintainer request
two requests. The first request dealt with the removal of latex style quotations
around the ``And'' in place of "And". Please note, the capitalization of the
"And" is important in the DINA model acronym and was left in place for this
reason. The second request was to remove a space between `doi:` and the identifier.
This was also taken care of.

## R CMD check results

0 errors | 0 warnings | 1 note
Expand Down

0 comments on commit 117ff93

Please sign in to comment.