Skip to content

Commit

Permalink
3.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderrobitzsch committed Nov 22, 2018
1 parent 4597428 commit 2c0c30d
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: sirt
Type: Package
Title: Supplementary Item Response Theory Models
Version: 3.0-30
Date: 2018-11-21 18:10:06
Version: 3.1-1
Date: 2018-11-22 13:10:34
Author: Alexander Robitzsch [aut,cre] (<https://orcid.org/0000-0002-8226-3132>)
Maintainer: Alexander Robitzsch <[email protected]>
Description:
Expand Down
2 changes: 1 addition & 1 deletion R/RcppExports.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## File Name: RcppExports.R
## File Version: 3.000030
## File Version: 3.001001
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

If you use `sirt` and have suggestions for improvement or have found bugs, please email me at [email protected].

#### CRAN version `sirt` 2.7-50 (2018-07-09)
#### CRAN version `sirt` 3.0-32 (2018-11-22)


[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version-last-release/sirt)](https://cran.r-project.org/package=sirt)
Expand All @@ -18,9 +18,9 @@ The CRAN version can be installed from within R using:
utils::install.packages("sirt")
```

#### GitHub version `sirt` 3.0-30 (2018-11-21)
#### GitHub version `sirt` 3.1-1 (2018-11-22)

[![](https://img.shields.io/badge/github%20version-3.0--30-orange.svg)](https://github.com/alexanderrobitzsch/sirt)&#160;&#160;
[![](https://img.shields.io/badge/github%20version-3.1--1-orange.svg)](https://github.com/alexanderrobitzsch/sirt)&#160;&#160;

The version hosted [here](https://github.com/alexanderrobitzsch/sirt) is the development version of `sirt`.
The GitHub version can be installed using `devtools` as:
Expand Down
17 changes: 14 additions & 3 deletions inst/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,21 @@ CHANGELOG sirt





------------------------------------------------------------------------
VERSIONS sirt 3.0 | 2018-11-21 | Last: sirt 3.0-30
VERSIONS sirt 3.1 | 2018-11-22 | Last: sirt 3.1-1
------------------------------------------------------------------------

xxx * ...

DATA * included/modified datasets: ---
EXAMP * included/modified examples: ---



------------------------------------------------------------------------
VERSIONS sirt 3.0 | 2018-11-22 | Last: sirt 3.0-32
------------------------------------------------------------------------

NOTE * included estimation details of btm() function
Expand All @@ -56,11 +69,9 @@ NOTE * changed column 'itemdiff.correction' in output 'item' in
rasch.jml() in case of constrained item parameters
(noted by thoughtafter, issue #5)


DATA * included/modified datasets: ---
EXAMP * included/modified examples: rasch.jml (1)


------------------------------------------------------------------------
VERSIONS sirt 2.7 | 2018-07-09 | Last: sirt 2.7-50
------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/RcppExports.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//// File Name: RcppExports.cpp
//// File Version: 3.000030
//// File Version: 3.001001
// Generated by using Rcpp::compileAttributes() -> do not edit by hand
// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

Expand Down

0 comments on commit 2c0c30d

Please sign in to comment.