Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ calmr Public

❗ This is a read-only mirror of the CRAN R package repository. calmr — Canonical Associative Learning Models and their Representations. Homepage: https://github.com/victor-navarro/calmrhttps://victornavarro.org/calmr/ Report bugs for this package: https://github.com/victor-navarro/calmr/issues

Notifications You must be signed in to change notification settings

cran/calmr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calmr

Canonical Associative Learning Models and their Representations

R-CMD-check cran_downloads Codecov test coverage

Installing the latest stable version

You may install the latest stable version from CRAN:

install.packages("calmr")

Installing the latest version

If you are feeling more daring, you can install the latest version of the package. You will need devtools to install this package from GitHub.

install.packages("devtools")
devtools::install_github("victor-navarro/calmr")

If you managed to build the vignettes, there's a vignette showing the basics of the package. (Worry not, the package's website also has it).

vignette("calmr_basics", package = "calmr")

If you want to do some simulations using the companion app, you must install the calmr.app package and then launch the app.

devtools::install_github("victor-navarro/calmr.app")
calmr.app::launch_app()

Try the online Shiny app

If you want to check the app without committing to an install, you can check it out here (be wary: the server might have run out of the free monthly quota).

https://victor-navarro.shinyapps.io/calmr_app/

About

❗ This is a read-only mirror of the CRAN R package repository. calmr — Canonical Associative Learning Models and their Representations. Homepage: https://github.com/victor-navarro/calmrhttps://victornavarro.org/calmr/ Report bugs for this package: https://github.com/victor-navarro/calmr/issues

Resources

Stars

Watchers

Forks

Packages

No packages published