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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.1%) to scientific vocabulary
Keywords from Contributors
codemeta
json-ld
ropensci
weather
tidyverse
weather-data
data-access
open-science
git-lfs
digital-history
Last synced: 9 months ago
·
JSON representation
Repository
:package: A smaller codemetar
Basic Info
- Host: GitHub
- Owner: cboettig
- Language: R
- Default Branch: master
- Size: 1.48 MB
Statistics
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 2
- Releases: 0
Created about 6 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
Changelog
Contributing
Codemeta
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# codemeta
[](https://github.com/cboettig/codemeta/actions)
[](https://app.codecov.io/gh/cboettig/codemeta?branch=master)
`codemeta` is a smaller, simpler `codemetar`.
## Installation
You can install the released version of codemeta from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("codemeta")
```
And the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("cboettig/codemeta")
```
## Example
```{r example}
codemeta::write_codemeta()
```
## Dependencies
```{r}
# remotes::install_github("crsh/depgraph")
# remotes::install_github("jimhester/itdepends")
depgraph::plot_dependency_graph(".", suggests = FALSE)
```
```{r}
depgraph::plot_dependency_graph("../../ropensci/codemetar", suggests = FALSE)
```
Owner
- Name: Carl Boettiger
- Login: cboettig
- Kind: user
- Company: UC Berkeley
- Website: http://carlboettiger.info
- Repositories: 173
- Profile: https://github.com/cboettig
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "codemeta",
"description": "The 'Codemeta' Project defines a 'JSON-LD' format\n for describing software metadata, as detailed at\n <https://codemeta.github.io>. This package provides core utilities\n to generate this metadata with a minimum of dependencies.",
"name": "codemeta: A Smaller 'codemetar' Package",
"codeRepository": "https://github.com/cboettig/codemeta",
"issueTracker": "https://github.com/cboettig/codemeta/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.1.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.1.0 (2021-05-18)",
"author": [
{
"@type": "Person",
"givenName": "Carl",
"familyName": "Boettiger",
"email": "cboettig@gmail.com",
"@id": "https://orcid.org/0000-0002-1642-628X"
},
{
"@type": "Person",
"givenName": "Maëlle",
"familyName": "Salmon",
"@id": "https://orcid.org/0000-0002-2815-0399"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Anna",
"familyName": "Krystalli",
"@id": "https://orcid.org/0000-0002-2378-4915"
},
{
"@type": "Person",
"givenName": "Maëlle",
"familyName": "Salmon",
"@id": "https://orcid.org/0000-0002-2815-0399"
},
{
"@type": "Person",
"givenName": "Katrin",
"familyName": "Leinweber",
"@id": "https://orcid.org/0000-0001-5135-5758"
},
{
"@type": "Person",
"givenName": "Noam",
"familyName": "Ross",
"@id": "https://orcid.org/0000-0002-2136-0000"
},
{
"@type": "Person",
"givenName": "Arfon",
"familyName": "Smith"
},
{
"@type": "Person",
"givenName": "Jeroen",
"familyName": "Ooms",
"@id": "https://orcid.org/0000-0002-4035-0289"
},
{
"@type": "Person",
"givenName": "Sebastian",
"familyName": "Meyer",
"@id": "https://orcid.org/0000-0002-1791-9449"
},
{
"@type": "Person",
"givenName": "Michael",
"familyName": "Rustler",
"@id": "https://orcid.org/0000-0003-0647-7726"
},
{
"@type": "Person",
"givenName": "Hauke",
"familyName": "Sonnenberg",
"@id": "https://orcid.org/0000-0001-9134-2871"
},
{
"@type": "Person",
"givenName": "Sebastian",
"familyName": "Kreutzer",
"@id": "https://orcid.org/0000-0002-0734-2199"
}
],
"copyrightHolder": [
{
"@type": "Person",
"givenName": "Carl",
"familyName": "Boettiger",
"email": "cboettig@gmail.com",
"@id": "https://orcid.org/0000-0002-1642-628X"
}
],
"funder": [
{
"@type": "Organization",
"name": "rOpenSci"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Carl",
"familyName": "Boettiger",
"email": "cboettig@gmail.com",
"@id": "https://orcid.org/0000-0002-1642-628X"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "covr",
"name": "covr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=covr"
},
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"version": ">= 2.1.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.0.0"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "desc",
"name": "desc",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=desc"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "jsonlite",
"name": "jsonlite",
"version": ">= 1.6",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
"SystemRequirements": null
},
"isPartOf": "https://ropensci.org",
"keywords": [
"metadata",
"codemeta",
"ropensci",
"citation",
"credit",
"linked-data"
],
"fileSize": "174.35KB"
}
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Carl Boettiger | c****g@g****m | 210 |
| Maëlle Salmon | m****e@i****m | 80 |
| Maëlle Salmon | m****n@y****e | 58 |
| Daniel Possenriede | p****e@g****m | 17 |
| Hauke Sonnenberg | h****e@u****m | 14 |
| dieghernan | d****o@g****m | 6 |
| Katrin Leinweber | 9****r@u****m | 4 |
| Noam Ross | n****s@g****m | 4 |
| Arfon Smith | a****n@u****m | 2 |
| Sebastian Kreutzer | R****K@u****m | 2 |
| Kara Woo | k****o@u****m | 1 |
| runner | r****r@M****l | 1 |
| Michael Rustler | m****r@k****e | 1 |
| Jeroen Ooms | j****s@g****m | 1 |
| Sebastian Meyer | s****r@f****e | 1 |
| Anna Krystalli | a****i@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 8
- Total pull requests: 12
- Average time to close issues: 17 days
- Average time to close pull requests: about 1 month
- Total issue authors: 3
- Total pull request authors: 5
- Average comments per issue: 1.25
- Average comments per pull request: 2.08
- Merged pull requests: 10
- 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
- dpprdan (5)
- maelle (2)
- dieghernan (1)
Pull Request Authors
- dpprdan (5)
- dieghernan (3)
- maelle (2)
- lorenzwalthert (1)
- cboettig (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 597 last-month
-
Total dependent packages: 3
(may contain duplicates) -
Total dependent repositories: 6
(may contain duplicates) - Total versions: 3
- Total maintainers: 1
cran.r-project.org: codemeta
A Smaller 'codemetar' Package
- Homepage: https://github.com/cboettig/codemeta
- Documentation: http://cran.r-project.org/web/packages/codemeta/codemeta.pdf
- License: GPL-3
-
Latest release: 0.1.1
published over 4 years ago
Rankings
Dependent repos count: 12.0%
Forks count: 12.2%
Dependent packages count: 18.2%
Average: 18.2%
Stargazers count: 20.6%
Downloads: 28.0%
Maintainers (1)
Last synced:
10 months ago
conda-forge.org: r-codemeta
- Homepage: https://github.com/cboettig/codemeta
- License: GPL-3.0-only
-
Latest release: 0.1.1
published over 4 years ago
Rankings
Forks count: 49.4%
Average: 52.3%
Stargazers count: 55.2%
Last synced:
10 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.0.0 depends
- desc * imports
- jsonlite >= 1.6 imports
- methods * imports
- utils * imports
- covr * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests
tests/testthat/test_examples/RNeXML/DESCRIPTION
cran
- R >= 3.0.0 depends
- ape >= 3.1 depends
- methods >= 3.0.0 depends
- XML >= 3.95 imports
- dplyr >= 0.5.0 imports
- httr >= 0.3 imports
- lazyeval >= 0.1.0 imports
- plyr >= 1.8 imports
- reshape2 >= 1.2.2 imports
- stringi * imports
- stringr >= 1.0 imports
- tidyr >= 0.3.1 imports
- uuid >= 0.1 imports
- xml2 * imports
- covr * suggests
- geiger >= 2.0 suggests
- knitcitations >= 1.0.1 suggests
- knitr >= 1.5 suggests
- phytools >= 0.3.93 suggests
- rdflib * suggests
- rfigshare >= 0.3.0 suggests
- rlang * suggests
- rmarkdown >= 0.3.3 suggests
- spelling * suggests
- taxadb * suggests
- testthat >= 0.10.0 suggests
- xslt * suggests
tests/testthat/test_examples/cli/DESCRIPTION
cran
- R >= 2.10 depends
- glue * imports
- utils * imports
- asciicast * suggests
- callr * suggests
- covr * suggests
- grDevices * suggests
- htmltools * suggests
- htmlwidgets * suggests
- knitr * suggests
- methods * suggests
- mockery * suggests
- processx * suggests
- ps >= 1.3.4.9000 suggests
- rlang * suggests
- rmarkdown * suggests
- rstudioapi * suggests
- shiny * suggests
- testthat * suggests
- tibble * suggests
- whoami * suggests
- withr * suggests
tests/testthat/test_examples/codemeta/DESCRIPTION
cran
- R >= 3.0.0 depends
- desc * imports
- jsonlite >= 1.6 imports
- methods * imports
- utils * imports
- covr * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests
tests/testthat/test_examples/hrbraddins/DESCRIPTION
cran
- R >= 3.2.0 depends
- dplyr * imports
- fs * imports
- gistr * imports
- httr * imports
- janitor * imports
- knitr * imports
- magick * imports
- memoise * imports
- miniUI >= 0.1.1 imports
- pdftools * imports
- purrr * imports
- rmarkdown * imports
- rprojroot * imports
- rstudioapi >= 0.5 imports
- rtweet * imports
- shiny >= 0.13 imports
- stringi * imports
- tibble * imports
- tidyr * imports
- tinytest * imports
- tools * imports
- twitteR * imports
- urltools * imports
- utils * imports
- uuid * imports
- covr * suggests
- testthat * suggests
tests/testthat/test_examples/hrbragg/DESCRIPTION
cran
- R >= 3.6.0 depends
- ggplot2 >= 3.3.2 imports
- ggtext >= 0.1.0 imports
- grDevices * imports
- grid >= 4.0.4 imports
- magrittr * imports
- ragg >= 0.4.1 imports
- rstudioapi * imports
- scales >= 1.1.1 imports
- systemfonts >= 1.0.1 imports
- textshaping >= 0.3.0 imports
- tools * imports
- covr * suggests
- tinytest * suggests
tests/testthat/test_examples/llama/DESCRIPTION
cran
- R >= 4.0 depends
- mlr >= 2.5 depends
- BBmisc * imports
- checkmate * imports
- data.table * imports
- ggplot2 * imports
- parallelMap * imports
- plyr * imports
- rJava * imports
- ParamHelpers * suggests
- testthat * suggests
.github/workflows/R-CMD-check.yaml
actions
- 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
.github/workflows/test-coverage.yaml
actions
- actions/checkout v3 composite
- actions/upload-artifact v3 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite