Skip to content

Commit

Permalink
Try adding pillar to the Suggests list for auto builds.
Browse files Browse the repository at this point in the history
Also, add a codemeta.json file.
  • Loading branch information
mbjones committed May 6, 2020
1 parent f231a52 commit 5883dfc
Show file tree
Hide file tree
Showing 4 changed files with 328 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ Dockerfile
docker-compose.yml
docker
^CRAN-RELEASE$
CONTRIBUTING.md
CONTRIBUTING.md
^codemeta\.json$
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: codyn
Title: Community Dynamics Metrics
Version: 2.0.3.9000
Version: 2.0.3.9001
Authors@R: c(person("Lauren", "Hallett", email="lauren.m.hallett@gmail.com", role=c("aut")),
person("Meghan L.", "Avolio", email="meghan.avolio@jhu.edu", role=c("aut")),
person("Ian T.", "Carroll", email="carroll.ian@gmail.com", role=c("aut")),
Expand Down Expand Up @@ -37,6 +37,7 @@ Suggests:
testthat,
knitr,
ggplot2,
pillar,
reshape2,
devtools,
dplyr,
Expand Down
323 changes: 323 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,323 @@
{
"@context": ["https://doi.org/10.5063/schema/codemeta-2.0", "http://schema.org"],
"@type": "SoftwareSourceCode",
"identifier": "codyn",
"description": "Univariate and multivariate temporal and spatial diversity indices, \n rank abundance curves, and community stability measures. The functions \n implement measures that are either explicitly temporal and include the \n option to calculate them over multiple replicates, or spatial and include \n the option to calculate them over multiple time points. Functions fall into \n five categories: static diversity indices, temporal diversity indices, \n spatial diversity indices, rank abundance curves, and community stability \n measures. The diversity indices are temporal and spatial analogs to \n traditional diversity indices. Specifically, the package includes functions \n to calculate community richness, evenness and diversity at a given point in \n space and time. In addition, it contains functions to calculate species \n turnover, mean rank shifts, and lags in community similarity between two \n time points.",
"name": "codyn: Community Dynamics Metrics",
"codeRepository": "https://github.com/NCEAS/codyn/",
"issueTracker": "https://github.com/NCEAS/codyn/issues",
"license": "https://spdx.org/licenses/Apache-2.0",
"version": "2.0.4",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "3.6.2",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.6.2 (2019-12-12)",
"author": [
{
"@type": "Person",
"givenName": "Lauren",
"familyName": "Hallett",
"email": "lauren.m.hallett@gmail.com"
},
{
"@type": "Person",
"givenName": "Meghan L.",
"familyName": "Avolio",
"email": "meghan.avolio@jhu.edu"
},
{
"@type": "Person",
"givenName": "Ian T.",
"familyName": "Carroll",
"email": "carroll.ian@gmail.com"
},
{
"@type": "Person",
"givenName": "Sydney K.",
"familyName": "Jones",
"email": "syd@sevilleta.unm.edu"
},
{
"@type": "Person",
"givenName": "A. Andrew M.",
"familyName": "MacDonald",
"email": "a.a.m.macdonald@gmail.com"
},
{
"@type": "Person",
"givenName": "Dan F. B.",
"familyName": "Flynn",
"email": "flynn@fas.harvard.edu"
},
{
"@type": "Person",
"givenName": "Peter",
"familyName": "Slaughter",
"email": "slaughter@nceas.ucsb.edu"
},
{
"@type": "Person",
"givenName": "Julie",
"familyName": "Ripplinger",
"email": "julie.ripplinger@asu.edu"
},
{
"@type": "Person",
"givenName": "Scott L.",
"familyName": "Collins",
"email": "scollins@sevilleta.unm.edu"
},
{
"@type": "Person",
"givenName": "Corinna",
"familyName": "Gries",
"email": "cgries@wisc.edu"
},
{
"@type": "Person",
"givenName": "Matthew B.",
"familyName": "Jones",
"email": "jones@nceas.ucsb.edu"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Matthew B.",
"familyName": "Jones",
"email": "jones@nceas.ucsb.edu"
}
],
"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": "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": "ggplot2",
"name": "ggplot2",
"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=ggplot2"
},
{
"@type": "SoftwareApplication",
"identifier": "pillar",
"name": "pillar",
"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=pillar"
},
{
"@type": "SoftwareApplication",
"identifier": "reshape2",
"name": "reshape2",
"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=reshape2"
},
{
"@type": "SoftwareApplication",
"identifier": "devtools",
"name": "devtools",
"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": "dplyr",
"name": "dplyr",
"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=dplyr"
},
{
"@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"
}
],
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.2.0"
},
{
"@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": "stats",
"name": "stats"
},
{
"@type": "SoftwareApplication",
"identifier": "permute",
"name": "permute",
"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=permute"
},
{
"@type": "SoftwareApplication",
"identifier": "vegan",
"name": "vegan",
"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=vegan"
}
],
"releaseNotes": "https://github.com/NCEAS/codyn/blob/master/NEWS",
"readme": "https://github.com/NCEAS/codyn/blob/master/README.md",
"fileSize": "113.24KB",
"contIntegration": "https://travis-ci.org/NCEAS/codyn",
"developmentStatus": "https://www.repostatus.org/#active",
"citation": [
{
"@type": "SoftwareSourceCode",
"author": [
{
"@type": "Person",
"givenName": "Lauren",
"familyName": "Hallett",
"email": "lauren.m.hallett@gmail.com"
},
{
"@type": "Person",
"givenName": "Meghan L.",
"familyName": "Avolio",
"email": "meghan.avolio@jhu.edu"
},
{
"@type": "Person",
"givenName": "Ian T.",
"familyName": "Carroll",
"email": "icarroll@sesync.org"
},
{
"@type": "Person",
"givenName": "Sydney K.",
"familyName": "Jones",
"email": "syd@sevilleta.unm.edu"
},
{
"@type": "Person",
"givenName": "A. Andrew M.",
"familyName": "MacDonald",
"email": "a.a.m.macdonald@gmail.com"
},
{
"@type": "Person",
"givenName": "Dan F. B.",
"familyName": "Flynn",
"email": "flynn@fas.harvard.edu"
},
{
"@type": "Person",
"givenName": "Peter",
"familyName": "Slaughter",
"email": "slaughter@nceas.ucsb.edu"
},
{
"@type": "Person",
"givenName": "Julie",
"familyName": "Ripplinger",
"email": "julie.ripplinger@asu.edu"
},
{
"@type": "Person",
"givenName": "Scott L.",
"familyName": "Collins",
"email": "scollins@sevilleta.unm.edu"
},
{
"@type": "Person",
"givenName": "Corinna",
"familyName": "Gries",
"email": "cgries@wisc.edu"
},
{
"@type": "Person",
"givenName": "Matthew B.",
"familyName": "Jones",
"email": "jones@nceas.ucsb.edu"
}
],
"name": "{codyn}: ",
"identifier": "https://doi.org/10.5063/F1N877Z6",
"url": "https://github.com/NCEAS/codyn",
"@id": "https://doi.org/10.5063/F1N877Z6"
}
]
}
3 changes: 1 addition & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
R CMD check and all tests passed on Linux, MacOS, and Windows, using the following environments:

* Mac OS X 10.14.6
* R 3.6.1 (x86_64-apple-darwin15.6.0 (64-bit))
* R 3.5.3 (x86_64-apple-darwin15.6.0 (64-bit))
* R 3.6.2 (x86_64-apple-darwin15.6.0 (64-bit))
* Via R-hub
* Ubuntu Linux 16.04 LTS, R-release, GCC
* Windows Server 2008 R2 SP1, R-release, 32/64 bit
Expand Down

0 comments on commit 5883dfc

Please sign in to comment.