Science Score: 39.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (18.5%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: beckerbenj
- Language: R
- Default Branch: master
- Homepage: https://beckerbenj.github.io/eatATA/
- Size: 2.84 MB
Statistics
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 3
- Releases: 0
Metadata Files
README.md
eatATA 
eatATA
Overview
eatATA provides a small R interface to mathematical optimization solvers specialized on solving simple automated test assembly problems (ATA). Internally, sparse matrices are used via the Matrix package. Currently supported solvers are GLPK, lpSolve, Symphony, and Gurobi. See below for a list of implemented features and feature to come.
Installation
```R
Install eatATA from CRAN via
install.packages("eatATA")
Install development version from GitHub via
remotes::installgithub("beckerbenj/eatATA", buildvignettes = TRUE, dependencies = TRUE) ```
Documentation
An extensive tutorial paper including a variety of use cases has been published here: https://doi.org/10.3390/psych3020010. Additionally, a set of vignettes describing the current functionality can be found on CRAN.
Implemented Features
eatATA is suitable for the automated test assembly of fixed linear test forms or multi-stage testing modules. For example, the following types of constraints can be set via eatATA:
no item overlap between test forms
complete item pool depletion
categorical and numerical constraints across test forms
excluding items from being together in the same booklet (item exclusions)
force items to be in the same test form (item inclusions)
force a set of items to be included in the test forms
various optimization constraints
Outlook
Features that might be implemented in the future:
taking into account hierarchical stimulus-item structures
adopting the
ROIframework to access a larger number of solvers
If you wish to contribute to the package, please send an email to b.becker@iqb.hu-berlin.de.
Owner
- Login: beckerbenj
- Kind: user
- Repositories: 6
- Profile: https://github.com/beckerbenj
GitHub Events
Total
- Issues event: 1
- Push event: 5
Last Year
- Issues event: 1
- Push event: 5
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Benjamin Becker | b****r@w****e | 155 |
| ddebeer | d****s@g****m | 60 |
| beckerbenj | 3****j | 1 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 5
- Total pull requests: 1
- Average time to close issues: 1 day
- Average time to close pull requests: about 1 hour
- Total issue authors: 5
- Total pull request authors: 1
- Average comments per issue: 1.6
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- franikowsp (1)
- peterhalpin (1)
- beckerbenj (1)
- anafu (1)
- gaborcsardi (1)
Pull Request Authors
- beckerbenj (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 323 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 9
- Total maintainers: 1
cran.r-project.org: eatATA
Create Constraints for Small Test Assembly Problems
- Homepage: https://github.com/beckerbenj/eatATA
- Documentation: http://cran.r-project.org/web/packages/eatATA/eatATA.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL]
-
Latest release: 1.1.2
published over 2 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.5.0 depends
- gurobi * enhances
- Matrix * imports
- Rglpk * imports
- lpSolve * imports
- mathjaxr * imports
- methods * imports
- Rsymphony * suggests
- covr * suggests
- knitr * suggests
- readxl * suggests
- rmarkdown * suggests
- testthat >= 2.1.0 suggests
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/cache v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
- JamesIves/github-pages-deploy-action v4.5.0 composite
- actions/checkout v4 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite