Science Score: 23.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
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 6 committers (16.7%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.5%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
R package with Project MOSAIC datasets
Basic Info
- Host: GitHub
- Owner: ProjectMOSAIC
- Language: R
- Default Branch: master
- Size: 5.72 MB
Statistics
- Stars: 7
- Watchers: 4
- Forks: 6
- Open Issues: 7
- Releases: 6
Created almost 12 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
Changelog
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# mosaicData
mosaicData provides a number of data sets associated with Project MOSAIC.
## Documentation
Find documenation and additional information at .
## Installation
You can install the released version of mosaicData from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("mosaicData")
```
And the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("ProjectMOSAIC/mosaicData")
```
## Example
This is a basic example which shows you how to solve a common problem:
```{r example}
library(mosaicData)
suppressPackageStartupMessages(library(ggformula))
head(Weather)
gf_linerange(high_temp + low_temp ~ date | city ~ ., color = ~avg_temp, data = Weather) |>
gf_refine(scale_color_viridis_c(option = "D", end = 0.95, begin = 0.1))
```
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
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Randall Pruim | r****m@g****m | 90 |
| Randall Pruim | r****m@g****m | 42 |
| Nicholas Horton | n****n@g****m | 7 |
| Hadley Wickham | h****m@g****m | 4 |
| Luis Verde Arregoitia | l****d@c****x | 1 |
| mchien20 | m****0@a****u | 1 |
Committer Domains (Top 20 + Academic)
amherst.edu: 1
ciencias.unam.mx: 1
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 35
- Total pull requests: 3
- Average time to close issues: 4 months
- Average time to close pull requests: 2 days
- Total issue authors: 5
- Total pull request authors: 3
- Average comments per issue: 2.4
- Average comments per pull request: 1.33
- Merged pull requests: 3
- 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 (22)
- nicholasjhorton (8)
- homerhanumat (3)
- beanumber (1)
- romainfrancois (1)
Pull Request Authors
- mchien20 (1)
- hadley (1)
- luisDVA (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 7,921 last-month
- Total docker downloads: 43,777
-
Total dependent packages: 9
(may contain duplicates) -
Total dependent repositories: 44
(may contain duplicates) - Total versions: 14
- Total maintainers: 1
cran.r-project.org: mosaicData
Project MOSAIC Data Sets
- Homepage: https://github.com/ProjectMOSAIC/mosaicData
- Documentation: http://cran.r-project.org/web/packages/mosaicData/mosaicData.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 0.20.4
published over 2 years ago
Rankings
Downloads: 3.2%
Dependent repos count: 3.8%
Dependent packages count: 6.1%
Forks count: 9.6%
Average: 12.0%
Stargazers count: 23.5%
Docker downloads count: 25.7%
Maintainers (1)
Last synced:
11 months ago
conda-forge.org: r-mosaicdata
- Homepage: https://CRAN.R-project.org/package=mosaicData
- License: GPL-2.0-or-later
-
Latest release: 0.20.3
published almost 4 years ago
Rankings
Dependent packages count: 28.8%
Dependent repos count: 34.0%
Average: 41.1%
Forks count: 46.0%
Stargazers count: 55.7%
Last synced:
11 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.0.0 depends
- dplyr * suggests
- ggformula * suggests
- ggplot2 * suggests
- lattice * suggests
- mosaic * suggests
- reshape2 * suggests
- tidyr * suggests