mosaicCore
Utilities needed for other mosaic-family packages
Science Score: 36.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
-
✓Committers with academic emails
1 of 4 committers (25.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.6%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Utilities needed for other mosaic-family packages
Basic Info
- Host: GitHub
- Owner: ProjectMOSAIC
- Language: R
- Default Branch: master
- Size: 1.83 MB
Statistics
- Stars: 1
- Watchers: 5
- Forks: 4
- Open Issues: 9
- Releases: 8
Created almost 9 years ago
· Last pushed 11 months ago
Metadata Files
Readme
Changelog
README.Rmd
--
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# mosaicCore
mosaicCore provides functions used in or exported from other mosaic-family
packages. While it is possible to load this package in isolation, it will most
often be imported from other packages.
## Installation
You can install mosaicCore from github with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("ProjectMOSAIC/mosaicCore")
```
Owner
- Name: Project MOSAIC
- Login: ProjectMOSAIC
- Kind: organization
- Location: Calvin College (Grand Rapids, Michigan, USA)
- Website: http://mosaic-web.org/
- Repositories: 23
- Profile: https://github.com/ProjectMOSAIC
Project MOSAIC is a community of educators working to develop a new way to introduce mathematics, statistics, computation and modeling.
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Randall Pruim | r****m@g****m | 115 |
| Randall Pruim | r****m@g****m | 33 |
| Daniel Kaplan | d****n@g****m | 4 |
| Jason Klaassen | j****4@s****u | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 36
- Total pull requests: 3
- Average time to close issues: 7 months
- Average time to close pull requests: 19 minutes
- Total issue authors: 5
- Total pull request authors: 2
- Average comments per issue: 2.61
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- rpruim (25)
- dtkaplan (7)
- nicholasjhorton (2)
- luebby (1)
- romainfrancois (1)
Pull Request Authors
- NinjaMarshmallow (2)
- romainfrancois (1)
Top Labels
Issue Labels
bug (6)
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 8,633 last-month
- Total docker downloads: 52,225
-
Total dependent packages: 7
(may contain duplicates) -
Total dependent repositories: 6
(may contain duplicates) - Total versions: 16
- Total maintainers: 1
cran.r-project.org: mosaicCore
Common Utilities for Other MOSAIC-Family Packages
- Homepage: https://github.com/ProjectMOSAIC/mosaicCore
- Documentation: http://cran.r-project.org/web/packages/mosaicCore/mosaicCore.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 0.9.5
published 11 months ago
Rankings
Downloads: 3.1%
Dependent packages count: 9.3%
Forks count: 12.2%
Dependent repos count: 13.0%
Average: 15.7%
Docker downloads count: 26.0%
Stargazers count: 30.8%
Maintainers (1)
Last synced:
11 months ago
conda-forge.org: r-mosaiccore
- Homepage: https://github.com/ProjectMOSAIC/mosaicCore
- License: GPL-2.0-or-later
-
Latest release: 0.9.2
published almost 4 years ago
Rankings
Dependent packages count: 15.6%
Dependent repos count: 24.4%
Average: 39.9%
Forks count: 54.2%
Stargazers count: 65.5%
Last synced:
10 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.3.0 depends
- MASS * imports
- dplyr * imports
- rlang * imports
- stats * imports
- tidyr * imports
- NHANES * suggests
- ggformula * suggests
- mosaic * suggests
- mosaicCalc >= 0.5.9 suggests
- mosaicData * suggests
- testthat * suggests