Skip to content

Commit

Permalink
4.2-64
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderrobitzsch committed Jul 15, 2024
1 parent 54852b3 commit 9800576
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 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: 4.2-61
Date: 2024-07-12 14:20:40
Version: 4.2-64
Date: 2024-07-15 12:23:29
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: 4.002061
## File Version: 4.002064
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ The CRAN version can be installed from within R using:
utils::install.packages("sirt")
```

#### GitHub version `sirt` 4.2-61 (2024-07-12)
#### GitHub version `sirt` 4.2-64 (2024-07-15)

[![](https://img.shields.io/badge/github%20version-4.2--61-orange.svg)](https://github.com/alexanderrobitzsch/sirt)&#160;&#160;
[![](https://img.shields.io/badge/github%20version-4.2--64-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
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pandoc: 3.1.1
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
last_built: 2024-07-12T12:34Z
last_built: 2024-07-15T10:41Z

4 changes: 2 additions & 2 deletions docs/reference/linking.haberman.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CHANGELOG sirt


------------------------------------------------------------------------
VERSIONS sirt 4.2 | 2024-07-12 | Last: sirt 4.2-61
VERSIONS sirt 4.2 | 2024-07-15 | Last: sirt 4.2-64
------------------------------------------------------------------------

FIXED * fixed a bug in handling sufficient statistics in
Expand Down
6 changes: 3 additions & 3 deletions man/linking.haberman.Rd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%% File Name: linking.haberman.Rd
%% File Version: 0.760
%% File Version: 0.761

\name{linking.haberman}
\alias{linking.haberman}
Expand Down Expand Up @@ -697,8 +697,8 @@ dat <- data.timssAusTwn.scored
items <- grep("M0", colnames(dat), value=TRUE)
#* separate scaling with the generalized partial credit model (GPCM)
mod2a <- TAM::tam.mml.2pl( dat[dat$IDCNTRY==36,items])
mod2b <- TAM::tam.mml.2pl( dat[dat$IDCNTRY==158,items])
mod2a <- TAM::tam.mml.2pl( dat[dat$IDCNTRY==36,items], irtmodel="GPCM")
mod2b <- TAM::tam.mml.2pl( dat[dat$IDCNTRY==158,items], irtmodel="GPCM")
#* function for extracting item parameters of the GPCM
extract_gpcm_pars <- function(mod, study)
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: 4.002061
//// File Version: 4.002064
// Generated by using Rcpp::compileAttributes() -> do not edit by hand
// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

Expand Down

0 comments on commit 9800576

Please sign in to comment.