Skip to content

Commit 4fad5c6

Browse files
authored
CRAN Release (#25)
* Fix URLs * Add news entry * Update package version * Update CRAN comments * Block CRAN Submission * Fix citation
1 parent 3c3d378 commit 4fad5c6

File tree

7 files changed

+30
-22
lines changed

7 files changed

+30
-22
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
^\.github/workflows/R-CMD-check\.yaml$
1515
^\.github/workflows/pkgdown\.yaml$
1616
^\.github$
17+
^CRAN-SUBMISSION$

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: simcdm
22
Type: Package
33
Title: Simulate Cognitive Diagnostic Model ('CDM') Data
4-
Version: 0.1.1.900
4+
Version: 0.1.2
55
Authors@R: c(person("James Joseph", "Balamuta",
66
email = "balamut2@illinois.edu",
77
role = c("aut", "cre", "cph"),
@@ -24,7 +24,7 @@ Description: Provides efficient R and 'C++' routines to simulate cognitive diagn
2424
Culpepper and Hudson (2017) <doi: 10.1177/0146621617707511>,
2525
Culpepper (2015) <doi:10.3102/1076998615595403>, and
2626
de la Torre (2009) <doi:10.3102/1076998607309474>.
27-
URL: https://tmsalab.github.io/simcdm, https://github.com/tmsalab/simcdm
27+
URL: https://tmsalab.github.io/simcdm/, https://github.com/tmsalab/simcdm
2828
BugReports: https://github.com/tmsalab/simcdm/issues
2929
License: GPL (>= 2)
3030
Depends:

NEWS.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
# simcdm 0.1.1.900
1+
# simcdm 0.1.2
2+
3+
## Bugfix
4+
5+
- Addressed two issues in R-devel related to C++ usage (deprecation of `CXX_STD` and attribute compilation woes). ([#22](https://github.com/tmsalab/simcdm/issues/22))
26

37
## Documentation
48

5-
- Added a `pkgdown` website that deploys to <http://tmsalab.github.io/dina>.
9+
- Added a `pkgdown` website that deploys to <https://tmsalab.github.io/simcdm/>.
10+
([#17](https://github.com/tmsalab/simcdm/pull/17))
11+
12+
## Deployment
13+
14+
- Updated GitHub Actions workflows for testing, code coverage, and pkgdown.
15+
([#23](https://github.com/tmsalab/simcdm/pull/23))
616

717
# simcdm 0.1.1
818

README.Rmd

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ knitr::opts_chunk$set(
1616

1717
<!-- badges: start -->
1818
[![R-CMD-check](https://github.com/tmsalab/simcdm/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tmsalab/simcdm/actions/workflows/R-CMD-check.yaml)
19-
[![Package-License](http://img.shields.io/badge/license-GPL%20(%3E=2)-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-2.0.html)
20-
[![CRAN Version Badge](http://www.r-pkg.org/badges/version/simcdm)](https://cran.r-project.org/package=simcdm)
19+
[![Package-License](https://img.shields.io/badge/license-GPL%20(%3E=2)-brightgreen.svg?style=flat)](https://www.gnu.org/licenses/gpl-2.0.html)
20+
[![CRAN Version Badge](https://www.r-pkg.org/badges/version/simcdm)](https://cran.r-project.org/package=simcdm)
2121
[![CRAN Status](https://badges.cranchecks.info/worst/simcdm.svg)](https://cran.r-project.org/web/checks/check_results_simcdm.html)
22-
[![RStudio CRAN Mirror's Monthly Downloads](http://cranlogs.r-pkg.org/badges/simcdm?color=brightgreen)](http://www.r-pkg.org/pkg/simcdm)
23-
[![RStudio CRAN Mirror's Total Downloads](http://cranlogs.r-pkg.org/badges/grand-total/simcdm?color=brightgreen)](http://www.r-pkg.org/pkg/simcdm)
24-
[![Coverage test coverage](https://codecov.io/gh/tmsalab/simcdm/branch/main/graph/badge.svg)](https://codecov.io/github/tmsalab/simcdm?branch=main)
22+
[![RStudio CRAN Mirror's Monthly Downloads](https://cranlogs.r-pkg.org/badges/simcdm?color=brightgreen)](https://www.r-pkg.org/pkg/simcdm)
23+
[![RStudio CRAN Mirror's Total Downloads](https://cranlogs.r-pkg.org/badges/grand-total/simcdm?color=brightgreen)](https://www.r-pkg.org/pkg/simcdm)
2524
<!-- badges: end -->
2625

2726
The goal of `simcdm` is to provide flexible ways to simulate data under
@@ -59,7 +58,7 @@ There are four distinct sets of functions within the package:
5958

6059
Functions that use random numbers to simulate values are named with the prefix of
6160
`sim_*()`. This is done to allow for functions to be quickly identified and used
62-
through autocomplete inside of the [RStudio IDE](https://www.rstudio.com) or
61+
through autocomplete inside of the [RStudio IDE](https://posit.co/products/open-source/rstudio/) or
6362
[VS Code](https://code.visualstudio.com/). At a later time, the `attribute_*()`
6463
will likely be moved to a different package.
6564

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,15 @@
66
<!-- badges: start -->
77

88
[![R-CMD-check](https://github.com/tmsalab/simcdm/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tmsalab/simcdm/actions/workflows/R-CMD-check.yaml)
9-
[![Package-License](http://img.shields.io/badge/license-GPL%20(%3E=2)-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-2.0.html)
9+
[![Package-License](https://img.shields.io/badge/license-GPL%20(%3E=2)-brightgreen.svg?style=flat)](https://www.gnu.org/licenses/gpl-2.0.html)
1010
[![CRAN Version
11-
Badge](http://www.r-pkg.org/badges/version/simcdm)](https://cran.r-project.org/package=simcdm)
11+
Badge](https://www.r-pkg.org/badges/version/simcdm)](https://cran.r-project.org/package=simcdm)
1212
[![CRAN
1313
Status](https://badges.cranchecks.info/worst/simcdm.svg)](https://cran.r-project.org/web/checks/check_results_simcdm.html)
1414
[![RStudio CRAN Mirror’s Monthly
15-
Downloads](http://cranlogs.r-pkg.org/badges/simcdm?color=brightgreen)](http://www.r-pkg.org/pkg/simcdm)
15+
Downloads](https://cranlogs.r-pkg.org/badges/simcdm?color=brightgreen)](https://www.r-pkg.org/pkg/simcdm)
1616
[![RStudio CRAN Mirror’s Total
17-
Downloads](http://cranlogs.r-pkg.org/badges/grand-total/simcdm?color=brightgreen)](http://www.r-pkg.org/pkg/simcdm)
18-
[![Coverage test
19-
coverage](https://codecov.io/gh/tmsalab/simcdm/branch/main/graph/badge.svg)](https://codecov.io/github/tmsalab/simcdm?branch=main)
17+
Downloads](https://cranlogs.r-pkg.org/badges/grand-total/simcdm?color=brightgreen)](https://www.r-pkg.org/pkg/simcdm)
2018
<!-- badges: end -->
2119

2220
The goal of `simcdm` is to provide flexible ways to simulate data under
@@ -53,7 +51,7 @@ There are four distinct sets of functions within the package:
5351
Functions that use random numbers to simulate values are named with the
5452
prefix of `sim_*()`. This is done to allow for functions to be quickly
5553
identified and used through autocomplete inside of the [RStudio
56-
IDE](https://www.rstudio.com) or [VS
54+
IDE](https://posit.co/products/open-source/rstudio/) or [VS
5755
Code](https://code.visualstudio.com/). At a later time, the
5856
`attribute_*()` will likely be moved to a different package.
5957

cran-comments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Test environments
22

3-
* local OS X install, R 3.5.2
4-
* ubuntu 14.04 (on travis-ci), R 3.5.2
3+
* local OS X install, R 4.3.2
4+
* ubuntu 20.04 (on github-actios), R 4.3.2
55
* win-builder (devel and release)
66

77
## R CMD check results
@@ -13,8 +13,8 @@ Possibly mis-spelled words in DESCRIPTION:
1313
Torre (24:11)
1414
de (24:5)
1515

16-
- We are issuing a patch for the package to address an issue with the
17-
unit tests governing the random number generation.
16+
- We are issuing a patch for the package to address an issue with the compilation
17+
attributes detected in Rcpp's glue layer.
1818
- Regarding mis-spellings:
1919
- `Culpepper`, `de`, and `Torre` are either parts of names or lastnames.
2020

man/simcdm-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)