-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addressed CRAN maintainer feedback regarding publication references i…
…n DESCRIPTION file.
- Loading branch information
Showing
2 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,17 @@ Package: fourPNO | |
Type: Package | ||
Title: Bayesian 4 Parameter Item Response Model | ||
Version: 1.0.4 | ||
Date: 2017-04-25 | ||
Date: 2017-04-26 | ||
Authors@R: c(person("Steven Andrew", "Culpepper", role = c("aut","cre"), email = | ||
"[email protected]")) | ||
Description: Estimate Barton & Lord's four parameter IRT model with lower and | ||
upper asymptotes using Bayesian formulation described by Culpepper (2015). | ||
Description: Estimate Barton & Lord's (1981) <doi:10.1002/j.2333-8504.1981.tb01255.x> | ||
four parameter IRT model with lower and upper asymptotes using Bayesian | ||
formulation described by Culpepper (2016) <doi:10.1007/s11336-015-9477-6>. | ||
URL: https://github.com/tmsalab/fourPNO | ||
BugReports: https://github.com/tmsalab/fourPNO/issues | ||
License: GPL (>= 2) | ||
Imports: Rcpp | ||
LinkingTo: Rcpp, RcppArmadillo (>= 0.7.800) | ||
Imports: Rcpp (>= 0.12.10) | ||
LinkingTo: Rcpp (>= 0.12.10), RcppArmadillo (>= 0.7.800) | ||
Depends: R (>= 3.0.2) | ||
RoxygenNote: 6.0.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters