-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,8 @@ | |
If you use `TAM` and have suggestions for improvement or have found bugs, please email me at [email protected]. | ||
Please always provide a minimal dataset, necessary to demonstrate the problem, | ||
a minimal runnable code necessary to reproduce the issue, which can be run on the given dataset, and | ||
all necessary information on the used librarys, the R version, and the OS it is run on, perhaps a sessionInfo(). | ||
all necessary information on the used librarys, the R version, and the OS it is run on, perhaps a ``sessionInfo()``. | ||
|
||
#### Manual | ||
|
||
The manual may be found here [https://alexanderrobitzsch.github.io/TAM/](https://alexanderrobitzsch.github.io/TAM/) | ||
|
||
#### CRAN version `TAM` 4.1-4 (2022-08-28) | ||
|
||
|
@@ -24,13 +21,18 @@ The CRAN version can be installed from within R using: | |
utils::install.packages("TAM") | ||
``` | ||
|
||
#### GitHub version `TAM` 4.2-1 (2022-08-29) | ||
#### GitHub version `TAM` 4.2-11 (2023-08-28) | ||
|
||
[![](https://img.shields.io/badge/github%20version-4.2--1-orange.svg)](https://github.com/alexanderrobitzsch/TAM)   | ||
[![](https://img.shields.io/badge/github%20version-4.2--11-orange.svg)](https://github.com/alexanderrobitzsch/TAM)   | ||
|
||
The version hosted [here](https://github.com/alexanderrobitzsch/TAM) is the development version of `TAM`. | ||
The GitHub version can be installed using `devtools` as: | ||
The GitHub version can be installed using `devtools` as | ||
|
||
```r | ||
devtools::install_github("alexanderrobitzsch/TAM") | ||
``` | ||
or alternatively use | ||
|
||
```r | ||
utils::install.packages('TAM', repos = c('https://alexanderrobitzsch.r-universe.dev', 'https://cloud.r-project.org')) | ||
``` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.