Skip to content

Commit

Permalink
3.4-17
Browse files Browse the repository at this point in the history
  • Loading branch information
Robitzsch committed Feb 14, 2020
1 parent 4896964 commit fd08c13
Show file tree
Hide file tree
Showing 10 changed files with 18 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: TAM
Type: Package
Title: Test Analysis Modules
Version: 3.4-15
Date: 2020-02-14 17:10:51
Version: 3.4-17
Date: 2020-02-14 19:15:05
Author:
Alexander Robitzsch [aut, cre], Thomas Kiefer [aut], Margaret Wu [aut]
Maintainer: Alexander Robitzsch <[email protected]>
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.004015
## File Version: 3.004017
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

Expand Down
5 changes: 2 additions & 3 deletions R/tam_downcode.R
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
## File Name: tam_downcode.R
## File Version: 0.03
## File Version: 0.04

tam_downcode <- function(dat)
{
res <- NULL
rec <- NULL
dat1 <- NA*dat
I <- ncol(dat)

for (ii in 1L:I){
v1 <- dat[,ii]
vals_ii <- sort(unique(v1))
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("TAM")
```

#### GitHub version `TAM` 3.4-15 (2020-02-14)
#### GitHub version `TAM` 3.4-17 (2020-02-14)

[![](https://img.shields.io/badge/github%20version-3.4--15-orange.svg)](https://github.com/alexanderrobitzsch/TAM)&#160;&#160;
[![](https://img.shields.io/badge/github%20version-3.4--17-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
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.

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


-------------------------------------------------------------
VERSIONS TAM 3.4 | 2020-02-14 | Last: TAM 3.4-15
VERSIONS TAM 3.4 | 2020-02-14 | Last: TAM 3.4-17
-------------------------------------------------------------

NOTE * corrected output 'resp' in tam.jml() in case of missing
Expand All @@ -52,15 +52,14 @@ FIXED * fixed incorrect number of estimated parameters for
tam.mml.2pl() (thanks to Kuan-Yu Jin)
FIXED * fixed incorrect number of estimated parameters if
a fixed B matrix is used (thanks to Timo Gnmabs)
ADDED * include output in plot.tam() function
ADDED * included output in plot.tam() function
(requested by Anne Pinot de Moira)
ADDED * included function tam_downcode()
(suggested by Marcus Kubsch)


DATA * included/modified datasets: ---
EXAMP * included/modified examples: tam.fa (2), tam.mml (6),
plot.tam (1), tam_downcode()
plot.tam (1), tam_downcode(1)



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.004015
//// File Version: 3.004017
// Generated by using Rcpp::compileAttributes() -> do not edit by hand
// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

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.004015
//// File Version: 3.004017
#include <R.h>
#include <Rinternals.h>
#include <stdlib.h> // for NULL
Expand Down

0 comments on commit fd08c13

Please sign in to comment.