From 3fdfc586c77b4e42f85e2b43a96a4001f46a8964 Mon Sep 17 00:00:00 2001 From: gfinak Date: Wed, 8 Aug 2018 11:00:35 -0700 Subject: [PATCH] Add repostatus badge. Run codemetar ropensci/onboarding#230 --- .Rbuildignore | 1 + README.Rmd | 1 + README.md | 9 +- codemeta.json | 277 ++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 285 insertions(+), 3 deletions(-) create mode 100644 codemeta.json diff --git a/.Rbuildignore b/.Rbuildignore index 260f51f..25f5d5d 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -10,3 +10,4 @@ README.html ^appveyor\.yml$ NEWS.md bibliography.bib +^codemeta\.json$ diff --git a/README.Rmd b/README.Rmd index db8f9f7..891e2d1 100644 --- a/README.Rmd +++ b/README.Rmd @@ -23,6 +23,7 @@ DataPackageR is used to reproducibly process raw data into packaged, analysis-re [![Build Status](https://travis-ci.org/ropensci/DataPackageR.svg?branch=master)](https://travis-ci.org/ropensci/DataPackageR) [![Coverage status](https://codecov.io/gh/ropensci/DataPackageR/branch/master/graph/badge.svg)](https://codecov.io/github/ropensci/DataPackageR?branch=master) [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/ropensci/DataPackageR?branch=master&svg=true)](https://ci.appveyor.com/project/RGLab/DataPackageR) +[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![DOI](https://zenodo.org/badge/29267435.svg)](https://doi.org/10.5281/zenodo.1292095) - [yaml configuration guide](vignettes/YAML_CONFIG.md) diff --git a/README.md b/README.md index 815f3ed..107d1b6 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ Status](https://travis-ci.org/ropensci/DataPackageR.svg?branch=master)](https:// status](https://codecov.io/gh/ropensci/DataPackageR/branch/master/graph/badge.svg)](https://codecov.io/github/ropensci/DataPackageR?branch=master) [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/ropensci/DataPackageR?branch=master&svg=true)](https://ci.appveyor.com/project/RGLab/DataPackageR) +[![Project Status: Active – The project has reached a stable, usable +state and is being actively +developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![DOI](https://zenodo.org/badge/29267435.svg)](https://doi.org/10.5281/zenodo.1292095) - [yaml configuration guide](vignettes/YAML_CONFIG.md) @@ -218,13 +221,13 @@ package_build(packageName = file.path(tempdir(),"mtcars20"), install = TRUE) #> processing file: subsetCars.Rmd #> output file: subsetCars.knit.md #> -#> Output created: /private/var/folders/jh/x0h3v3pd4dd497g3gtzsm8500000gn/T/RtmpjrOKBZ/mtcars20/inst/extdata/Logfiles/subsetCars.html +#> Output created: /private/var/folders/jh/x0h3v3pd4dd497g3gtzsm8500000gn/T/RtmpZT4wHx/mtcars20/inst/extdata/Logfiles/subsetCars.html #> First time using roxygen2. Upgrading automatically... -#> Updating roxygen version in /private/var/folders/jh/x0h3v3pd4dd497g3gtzsm8500000gn/T/RtmpjrOKBZ/mtcars20/DESCRIPTION +#> Updating roxygen version in /private/var/folders/jh/x0h3v3pd4dd497g3gtzsm8500000gn/T/RtmpZT4wHx/mtcars20/DESCRIPTION #> Loading mtcars20 #> '/Library/Frameworks/R.framework/Resources/bin/R' --no-site-file \ #> --no-environ --no-save --no-restore --quiet CMD build \ -#> '/private/var/folders/jh/x0h3v3pd4dd497g3gtzsm8500000gn/T/RtmpjrOKBZ/mtcars20' \ +#> '/private/var/folders/jh/x0h3v3pd4dd497g3gtzsm8500000gn/T/RtmpZT4wHx/mtcars20' \ #> --no-resave-data --no-manual --no-build-vignettes #> #> Reloading installed mtcars20 diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 0000000..011c988 --- /dev/null +++ b/codemeta.json @@ -0,0 +1,277 @@ +{ + "@context": [ + "https://doi.org/10.5063/schema/codemeta-2.0", + "http://schema.org" + ], + "@type": "SoftwareSourceCode", + "identifier": "DataPackageR", + "description": "Construct reproducible analytic data sets as R packages. ", + "name": "DataPackageR: Construct Reproducible Analytic Data Sets as R Packages", + "codeRepository": "https://github.com/RGLab/DataPackageR", + "issueTracker": "https://github.com/RGLab/DataPackageR/issues", + "license": "https://spdx.org/licenses/MIT", + "version": "0.15", + "programmingLanguage": { + "@type": "ComputerLanguage", + "name": "R", + "version": "3.5.0", + "url": "https://r-project.org" + }, + "runtimePlatform": "R version 3.5.0 (2018-04-23)", + "author": [ + { + "@type": "Organization", + "name": "Greg Finak", + "email": "gfinak@fredhutch.org" + } + ], + "contributor": [ + { + "@type": "Organization", + "name": "Paul Obrecht" + } + ], + "copyrightHolder": [ + { + "@type": "Organization", + "name": "Greg Finak", + "email": "gfinak@fredhutch.org" + } + ], + "maintainer": [ + { + "@type": "Organization", + "name": "Greg Finak", + "email": "gfinak@fredhutch.org" + } + ], + "softwareSuggestions": [ + { + "@type": "SoftwareApplication", + "identifier": "testthat", + "name": "testthat", + "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" + }, + { + "@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": "data.tree", + "name": "data.tree", + "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=data.tree" + } + ], + "softwareRequirements": [ + { + "@type": "SoftwareApplication", + "identifier": "R", + "name": "R", + "version": ">= 3.5.0" + }, + { + "@type": "SoftwareApplication", + "identifier": "digest", + "name": "digest", + "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=digest" + }, + { + "@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": "utils", + "name": "utils" + }, + { + "@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": "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" + }, + { + "@type": "SoftwareApplication", + "identifier": "yaml", + "name": "yaml", + "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=yaml" + }, + { + "@type": "SoftwareApplication", + "identifier": "purrr", + "name": "purrr", + "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=purrr" + }, + { + "@type": "SoftwareApplication", + "identifier": "roxygen2", + "name": "roxygen2", + "version": ">= 6.0.1", + "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=roxygen2" + }, + { + "@type": "SoftwareApplication", + "identifier": "devtools", + "name": "devtools", + "version": ">= 1.12.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=devtools" + }, + { + "@type": "SoftwareApplication", + "identifier": "assertthat", + "name": "assertthat", + "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=assertthat" + }, + { + "@type": "SoftwareApplication", + "identifier": "stringr", + "name": "stringr", + "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=stringr" + }, + { + "@type": "SoftwareApplication", + "identifier": "futile.logger", + "name": "futile.logger", + "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=futile.logger" + }, + { + "@type": "SoftwareApplication", + "identifier": "rprojroot", + "name": "rprojroot", + "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=rprojroot" + }, + { + "@type": "SoftwareApplication", + "identifier": "usethis", + "name": "usethis", + "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=usethis" + }, + { + "@type": "SoftwareApplication", + "identifier": "crayon", + "name": "crayon", + "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=crayon" + } + ], + "releaseNotes": "https://github.com/ropensci/DataPackageR/blob/master/NEWS.md", + "readme": "https://github.com/ropensci/DataPackageR/blob/master/README.md", + "fileSize": "303.265KB", + "contIntegration": [ + "https://travis-ci.org/ropensci/DataPackageR", + "https://codecov.io/github/ropensci/DataPackageR?branch=master", + "https://ci.appveyor.com/project/RGLab/DataPackageR" + ] +}