Skip to content

Commit

Permalink
3.10-70
Browse files Browse the repository at this point in the history
  • Loading branch information
Robitzsch committed Sep 5, 2020
1 parent bb7d13a commit 6bc98a1
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 15 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.10-67
Date: 2020-09-05 17:32:52
Version: 3.10-70
Date: 2020-09-05 19:52:03
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.010067
## File Version: 3.010070
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

Expand Down
3 changes: 2 additions & 1 deletion R/expl.detect.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## File Name: expl.detect.R
## File Version: 1.308
## File Version: 1.309


#**** Exploratory DETECT analysis
Expand All @@ -16,6 +16,7 @@ expl.detect <- function( data, score, nclusters, N.est=NULL, seed=NULL,
smooth <- FALSE
score <- rowSums(data)
}
scale_score <- TRUE
if (!smooth){
scale_score <- FALSE
}
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` 3.10-67 (2020-09-05)
#### GitHub version `sirt` 3.10-70 (2020-09-05)

[![](https://img.shields.io/badge/github%20version-3.10--67-orange.svg)](https://github.com/alexanderrobitzsch/sirt)&#160;&#160;
[![](https://img.shields.io/badge/github%20version-3.10--70-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: 1.13.1
pkgdown: 1.5.1
pkgdown_sha: ~
articles: []
last_built: 2020-09-05T15:54Z
last_built: 2020-09-05T18:12Z

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


------------------------------------------------------------------------
VERSIONS sirt 3.10 | 2020-09-05 | Last: sirt 3.10-67
VERSIONS sirt 3.10 | 2020-09-05 | Last: sirt 3.10-70
------------------------------------------------------------------------

ADDED * included option for regularization penalties in xxirt()
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.010067
//// File Version: 3.010070
// Generated by using Rcpp::compileAttributes() -> do not edit by hand
// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

Expand Down

0 comments on commit 6bc98a1

Please sign in to comment.