Skip to content

Commit 1d8e4c0

Browse files
committed
update license year, bump pkg version, update codemeta.json
1 parent b3b85f5 commit 1d8e4c0

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Description: Retrieve, map and summarize data from the 'VertNet.org'
55
parameters, including 'taxonomic' names, places, and dates. In addition,
66
there is an interface for conducting spatially delimited searches, and
77
another for requesting large 'datasets' via email.
8-
Version: 0.7.5.91
8+
Version: 0.8.0
99
Authors@R: c(
1010
person("Scott", "Chamberlain",
1111
role = c("aut", "cre"),

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
YEAR: 2018
1+
YEAR: 2020
22
COPYRIGHT HOLDER: Scott Chamberlain

codemeta.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"codeRepository": "https://github.com/ropensci/rvertnet",
1111
"issueTracker": "https://github.com/ropensci/rvertnet/issues",
1212
"license": "https://spdx.org/licenses/MIT",
13-
"version": "0.7.4.91",
13+
"version": "0.8.0",
1414
"programmingLanguage": {
1515
"@type": "ComputerLanguage",
1616
"name": "R",
@@ -64,6 +64,18 @@
6464
"url": "https://cran.r-project.org"
6565
},
6666
"sameAs": "https://CRAN.R-project.org/package=knitr"
67+
},
68+
{
69+
"@type": "SoftwareApplication",
70+
"identifier": "vcr",
71+
"name": "vcr",
72+
"provider": {
73+
"@id": "https://cran.r-project.org",
74+
"@type": "Organization",
75+
"name": "Comprehensive R Archive Network (CRAN)",
76+
"url": "https://cran.r-project.org"
77+
},
78+
"sameAs": "https://CRAN.R-project.org/package=vcr"
6779
}
6880
],
6981
"softwareRequirements": [
@@ -134,7 +146,7 @@
134146
"contIntegration": ["https://travis-ci.org/ropensci/rvertnet", "https://ci.appveyor.com/project/sckott/rvertnet", "https://codecov.io/github/ropensci/rvertnet?branch=master"],
135147
"releaseNotes": "https://github.com/ropensci/rvertnet/blob/master/NEWS.md",
136148
"readme": "https://github.com/ropensci/rvertnet/blob/master/README.md",
137-
"fileSize": "162.171KB",
149+
"fileSize": "744.948KB",
138150
"contributor": [
139151
{
140152
"@type": "Person",
@@ -153,5 +165,5 @@
153165
"relatedLink": "https://docs.ropensci.org/rvertnet",
154166
"copyrightHolder": {},
155167
"funder": {},
156-
"developmentStatus": "http://www.repostatus.org/#active"
168+
"developmentStatus": "https://www.repostatus.org/#active"
157169
}

0 commit comments

Comments
 (0)