Skip to content

Commit

Permalink
3.4-2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderrobitzsch committed Aug 30, 2019
1 parent 37cf283 commit 36e12dc
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: TAM
Type: Package
Title: Test Analysis Modules
Version: 3.4-1
Date: 2019-08-23 14:37:54
Version: 3.4-2
Date: 2019-08-30 11:04:31
Author:
Alexander Robitzsch [aut, cre], Thomas Kiefer [aut], Margaret Wu [aut]
Maintainer: Alexander Robitzsch <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions R/tam.jml.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## File Name: tam.jml.R
## File Version: 9.353
## File Version: 9.355


tam.jml <- function( resp, group=NULL, adj=.3, disattenuate=FALSE,
Expand All @@ -16,7 +16,6 @@ tam.jml <- function( resp, group=NULL, adj=.3, disattenuate=FALSE,
if ( ! is.null(theta.fixed) ){
version <- 1
}

#**** version=1
if (version==1){
res <- tam_jml_version1( resp=resp, group=group, adj=adj,
Expand All @@ -31,5 +30,6 @@ tam.jml <- function( resp, group=NULL, adj=.3, disattenuate=FALSE,
A=A, B=B, Q=Q, ndim=ndim, pweights=pweights, control=control )
}
res$CALL <- CALL
res$resp <- resp
return(res)
}
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("TAM")
```

#### GitHub version `TAM` 3.4-1 (2019-08-23)
#### GitHub version `TAM` 3.4-2 (2019-08-30)

[![](https://img.shields.io/badge/github%20version-3.4--1-orange.svg)](https://github.com/alexanderrobitzsch/TAM)&#160;&#160;
[![](https://img.shields.io/badge/github%20version-3.4--2-orange.svg)](https://github.com/alexanderrobitzsch/TAM)&#160;&#160;

The version hosted [here](https://github.com/alexanderrobitzsch/TAM) is the development version of `TAM`.
The GitHub version can be installed using `devtools` as:
Expand Down
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.

5 changes: 3 additions & 2 deletions inst/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ http://www.edmeasurementsurveys.com/TAM/Tutorials/


-------------------------------------------------------------
VERSIONS TAM 3.4 | 2019-08-23 | Last: TAM 3.4-1
VERSIONS TAM 3.4 | 2019-08-30 | Last: TAM 3.4-2
-------------------------------------------------------------

xxx * ...
NOTE * corrected output 'resp' in tam.jml() in case of missing
values (thanks to William Auty)


DATA * included/modified datasets: ---
Expand Down
2 changes: 1 addition & 1 deletion src/init.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//// File Name: init.c
//// File Version: 3.004001
//// File Version: 3.004002
#include <R.h>
#include <Rinternals.h>
#include <stdlib.h> // for NULL
Expand Down

0 comments on commit 36e12dc

Please sign in to comment.