Science Score: 26.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
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 3
  • Open Issues: 3
  • Releases: 2
Created about 4 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog License

README.md

calmr

Canonical Associative Learning Models and their Representations

R-CMD-check cran_downloads Codecov test coverage <!-- badges: end -->

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/

Owner

  • Name: Victor Navarro
  • Login: victor-navarro
  • Kind: user
  • Location: Cardiff, Wales

Postdoccing @ Cardiff University

GitHub Events

Total
  • Create event: 3
  • Release event: 1
  • Issues event: 9
  • Watch event: 1
  • Delete event: 2
  • Issue comment event: 3
  • Push event: 47
  • Fork event: 1
Last Year
  • Create event: 3
  • Release event: 1
  • Issues event: 9
  • Watch event: 1
  • Delete event: 2
  • Issue comment event: 3
  • Push event: 47
  • Fork event: 1

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 7
  • Total pull requests: 1
  • Average time to close issues: 9 days
  • Average time to close pull requests: 1 day
  • Total issue authors: 3
  • Total pull request authors: 1
  • Average comments per issue: 1.29
  • Average comments per pull request: 1.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 6
  • Pull requests: 0
  • Average time to close issues: 12 days
  • Average time to close pull requests: N/A
  • Issue authors: 2
  • Pull request authors: 0
  • Average comments per issue: 0.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • victor-navarro (5)
  • tombeesley (1)
  • teunbrand (1)
Pull Request Authors
  • MichaelChirico (2)
Top Labels
Issue Labels
enhancement (5) CRAN release (1) refactor (1) good first issue (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 179 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: calmr

Canonical Associative Learning Models and their Representations

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 179 Last month
Rankings
Dependent packages count: 28.1%
Dependent repos count: 36.1%
Average: 49.7%
Downloads: 85.0%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • cowplot * imports
  • dplyr * imports
  • ggbeeswarm * imports
  • ggnetwork * imports
  • ggplot2 * imports
  • htmltools * imports
  • magrittr * imports
  • network * imports
  • openxlsx * imports
  • rhandsontable * imports
  • rlang * imports
  • shiny * imports
  • shinyalert * imports
  • shinydashboard * imports
  • stringr * imports
  • tibble * imports
  • tidyr * imports
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.4.1 composite
  • actions/checkout v3 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite