-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
547 additions
and
787 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 |
---|---|---|
|
@@ -15,3 +15,4 @@ irt_standard_tst* | |
bfg-1.12.16.jar | ||
src-i386 | ||
src-x64 | ||
*.Rproj |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: idealstan | ||
Type: Package | ||
Title: Generalized IRT Ideal Point Models with 'Stan' | ||
Version: 0.5.0 | ||
Date: 2018-10-27 | ||
Version: 0.5.1 | ||
Date: 2018-11-26 | ||
Authors@R: c(person("Robert","Kubinec", role = c("aut","cre"), | ||
email = "[email protected]"), | ||
person("Jonah", "Gabry", role = "ctb"), | ||
|
@@ -16,7 +16,7 @@ Depends: | |
R (>= 3.4.0), | ||
Rcpp (>= 0.12.18) | ||
Imports: | ||
rstan (>= 2.18.1), | ||
rstan (>= 2.18.2), | ||
rstantools (>= 1.5.1), | ||
dplyr, | ||
tidyr, | ||
|
@@ -36,7 +36,7 @@ Suggests: | |
R.rsp | ||
LinkingTo: | ||
StanHeaders (>= 2.18.0), | ||
rstan (>= 2.18.1), | ||
rstan (>= 2.18.2), | ||
BH (>= 1.66), | ||
Rcpp (>= 0.12.7), | ||
RcppEigen (>= 0.3.2.9.0) | ||
|
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
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
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
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
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
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
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 |
---|---|---|
@@ -1,25 +1,15 @@ | ||
## Test environments | ||
* ubuntu 14.04 (on travis-ci), R devel and release | ||
* mac os x sierra (on travis-ci), R release | ||
* win-builder, R release | ||
* win-builder, R devel | ||
|
||
## R CMD check results | ||
There were no ERRORs or WARNINGs. | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Robert Kubinec <[email protected]>' | ||
|
||
New maintainer: | ||
Robert Kubinec <[email protected]> | ||
Old maintainer(s): | ||
Robert Kubinec <[email protected]> | ||
|
||
Explanation: I am keeping my contact information up to date. | ||
There were no ERRORs or WARNINGs. 2 NOTEs: | ||
|
||
* checking installed package size ... NOTE | ||
installed size is 7.3Mb | ||
installed size is 5.5Mb | ||
sub-directories of 1Mb or more: | ||
libs 5.9Mb | ||
libs 4.1Mb | ||
|
||
Explanation: This package has a large installed library because it uses the Stan MCMC engine as a backend, and it comes with pre-compiled C++ modules that are loaded into Stan through the package `rstan`. As a result, the libraries are large, but the actual R code in the package is relatively small. | ||
|
||
|
Oops, something went wrong.