Skip to content

Commit 7eaa8af

Browse files
4.2-106
1 parent a03aa6e commit 7eaa8af

File tree

13 files changed

+22
-26
lines changed

13 files changed

+22
-26
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: sirt
22
Type: Package
33
Title: Supplementary Item Response Theory Models
4-
Version: 4.2-104
5-
Date: 2024-12-31 00:44:42
4+
Version: 4.2-106
5+
Date: 2024-12-31 17:39:13
66
Author: Alexander Robitzsch [aut,cre] (<https://orcid.org/0000-0002-8226-3132>)
77
Maintainer: Alexander Robitzsch <robitzsch@ipn.uni-kiel.de>
88
Description:

R/RcppExports.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## File Name: RcppExports.R
2-
## File Version: 4.002104
2+
## File Version: 4.002106
33
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
44
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
55

R/invariance.alignment.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
## File Name: invariance.alignment.R
2-
## File Version: 4.017
2+
## File Version: 4.019
33

44

55
invariance.alignment <- function( lambda, nu, wgt=NULL,
66
align.scale=c(1,1), align.pow=c(.5,.5), eps=1e-3,
77
psi0.init=NULL, alpha0.init=NULL, center=FALSE, optimizer="optim",
88
fixed=NULL, meth=1, vcov=NULL, eps_grid=seq(0,-10, by=-.5),
9-
num_deriv=FALSE, le=FALSE, ... )
9+
num_deriv=FALSE, ... )
1010
{
1111
CALL <- match.call()
1212
s1 <- Sys.time()
1313
type <- 'AM'
1414
align.pow0 <- align.pow
1515
align.pow <- align.pow / 2
1616
overparam <- FALSE
17+
le <- FALSE
1718

1819
#-- labels for groups and items
1920
lambda0 <- lambda <- invariance_alignment_proc_labels(x=lambda)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ The CRAN version can be installed from within R using:
2222
utils::install.packages("sirt")
2323
```
2424

25-
#### GitHub version `sirt` 4.2-104 (2024-12-31)
25+
#### GitHub version `sirt` 4.2-106 (2024-12-31)
2626

27-
[![](https://img.shields.io/badge/github%20version-4.2--104-orange.svg)](https://github.com/alexanderrobitzsch/sirt)&#160;&#160;
27+
[![](https://img.shields.io/badge/github%20version-4.2--106-orange.svg)](https://github.com/alexanderrobitzsch/sirt)&#160;&#160;
2828

2929
The version hosted [here](https://github.com/alexanderrobitzsch/sirt) is the development version of `sirt`.
3030
The GitHub version can be installed using `devtools` as:

docs/404.html

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

docs/authors.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

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

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ pandoc: 3.1.1
22
pkgdown: 2.0.7
33
pkgdown_sha: ~
44
articles: {}
5-
last_built: 2024-12-31T00:02Z
5+
last_built: 2024-12-31T16:58Z
66

docs/reference/invariance.alignment.html

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

docs/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)