Skip to content

Commit b0904a7

Browse files
committed
Increment version, update cran comments.
Also, fix codemeta metadata file.
1 parent 5883dfc commit b0904a7

File tree

5 files changed

+20
-16
lines changed

5 files changed

+20
-16
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: codyn
22
Title: Community Dynamics Metrics
3-
Version: 2.0.3.9001
3+
Version: 2.0.4
44
Authors@R: c(person("Lauren", "Hallett", email="[email protected]", role=c("aut")),
55
person("Meghan L.", "Avolio", email="[email protected]", role=c("aut")),
66
person("Ian T.", "Carroll", email="[email protected]", role=c("aut")),

codemeta.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"@context": ["https://doi.org/10.5063/schema/codemeta-2.0", "http://schema.org"],
2+
"@context": [
3+
"https://doi.org/10.5063/schema/codemeta-2.0"
4+
],
35
"@type": "SoftwareSourceCode",
46
"identifier": "codyn",
57
"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.",
@@ -11,10 +13,10 @@
1113
"programmingLanguage": {
1214
"@type": "ComputerLanguage",
1315
"name": "R",
14-
"version": "3.6.2",
16+
"version": "4.0.0",
1517
"url": "https://r-project.org"
1618
},
17-
"runtimePlatform": "R version 3.6.2 (2019-12-12)",
19+
"runtimePlatform": "R version 4.0.0 (2020-04-24)",
1820
"author": [
1921
{
2022
"@type": "Person",
@@ -240,7 +242,7 @@
240242
],
241243
"releaseNotes": "https://github.com/NCEAS/codyn/blob/master/NEWS",
242244
"readme": "https://github.com/NCEAS/codyn/blob/master/README.md",
243-
"fileSize": "113.24KB",
245+
"fileSize": "113.242KB",
244246
"contIntegration": "https://travis-ci.org/NCEAS/codyn",
245247
"developmentStatus": "https://www.repostatus.org/#active",
246248
"citation": [

cran-comments.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,21 @@ R CMD check and all tests passed on Linux, MacOS, and Windows, using the followi
44

55
* Mac OS X 10.14.6
66
* R 3.6.2 (x86_64-apple-darwin15.6.0 (64-bit))
7+
* R 4.0.0 (x86_64-apple-darwin17.0 (64-bit))
78
* Via R-hub
8-
* Ubuntu Linux 16.04 LTS, R-release, GCC
9-
* Windows Server 2008 R2 SP1, R-release, 32/64 bit
10-
* macOS 10.11 El Capitan, R-release (experimental)
11-
* Debian Linux, R-devel, GCC (2019-09-14 r77190) (x86_64-pc-linux-gnu (64-bit))
9+
* R 4.0.0 debian-gcc-release (r-release)
10+
* R Under development (unstable) (2020-05-01 r78341) (x86_64-pc-linux-gnu (64-bit))
1211
* Via win_builder
13-
* R 3.6.1 (2019-07-05) (x86_64-w64-mingw32 (64-bit))
14-
* R Under development (unstable) (2019-09-15 r77192) (x86_64-w64-mingw32 (64-bit))
15-
12+
* R 4.0.0 (2020-04-24) (x86_64-w64-mingw32 (64-bit))
13+
* R Under development (unstable) (2020-05-05 r78369) (x86_64-w64-mingw32 (64-bit))
14+
1615
# R CMD check results
1716

18-
* There were no NOTES, ERRORs or WARNINGs
17+
* There was one NOTE, that this is a new submission, and that words were potentially
18+
misspelled in the DESCRIPTION. This is not a new submission, as it is an
19+
update to fix tests that broke after the R 4.0.0 factor changes. The flagged spelling word
20+
is correctly spelled: 'indices'.
1921

2022
# Downstream dependencies
2123

22-
None, since `revdepcheck::revdep_check()` reports no downnstream dependencies.
24+
None, since `devtools::revdep()` reports no downnstream dependencies.

docker/Dockerfile-devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Start with the rstudio daily image, which is built on a daily R build snapshot
2-
FROM rocker/verse:devel
2+
FROM rocker/r-devel
33
MAINTAINER Matt Jones [email protected]
44

55
RUN apt-get update && apt-get install -y xvfb xauth xfonts-base

docker/Dockerfile-stable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Start with the ropensci image, and put our check code inline
2-
FROM rocker/verse
2+
FROM rocker/verse:3.6.3
33
MAINTAINER Matt Jones [email protected]
44

55
RUN apt-get update && apt-get install -y xvfb xauth xfonts-base

0 commit comments

Comments
 (0)