Skip to content

Commit 894dd30

Browse files
committed
Update codemeta.json
1 parent 6b1e4b0 commit 894dd30

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

codemeta.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"identifier": "getCRUCLdata",
88
"description": "Provides functions that automate downloading and importing\n University of East Anglia Climate Research Unit (CRU) CL v. 2.0 climatology\n data into R, facilitates the calculation of minimum temperature and maximum\n temperature and formats the data into a tidy data frame as a tibble or a \n list of raster stack objects for use in an R session. CRU CL v. 2.0 data \n are a gridded climatology of 1961-1990 monthly means released in 2002 and\n cover all land areas (excluding Antarctica) at 10 arcminutes\n (0.1666667 degree) resolution. For more information see the description of\n the data provided by the University of East Anglia Climate Research Unit,\n <https://crudata.uea.ac.uk/cru/data/hrg/tmc/readme.txt>.",
99
"name": "getCRUCLdata: Use and Explore CRU CL v. 2.0 Climatology Elements in R",
10-
"codeRepository": "https://github.com/ropensci/getCRUCLdata",
10+
"codeRepository": "https://github.com/ropensci/getCRUCLdata.git",
1111
"issueTracker": "https://github.com/ropensci/getCRUCLdata/issues",
1212
"license": "https://spdx.org/licenses/MIT",
1313
"version": "0.2.0",
@@ -233,9 +233,9 @@
233233
}
234234
],
235235
"contIntegration": "https://travis-ci.org/ropensci/getCRUCLdata",
236-
"releaseNotes": "https://github.com/ropensci/getCRUCLdata/blob/devel/NEWS.md",
237-
"readme": "https://github.com/ropensci/getCRUCLdata/blob/devel/README.md",
238-
"fileSize": "936.173KB",
236+
"releaseNotes": "https://github.com/ropensci/getCRUCLdata.git/blob/devel/NEWS.md",
237+
"readme": "https://github.com/ropensci/getCRUCLdata.git/blob/devel/README.md",
238+
"fileSize": "936.498KB",
239239
"citation": [
240240
{
241241
"@type": "ScholarlyArticle",
@@ -262,5 +262,14 @@
262262
}
263263
}
264264
}
265+
],
266+
"contributor": [
267+
{
268+
"@type": "Person",
269+
"givenName": "Scott",
270+
"familyName": "Chamberlain",
271+
"email": "[email protected]",
272+
"@id": "https://orcid.org/0000-0003-1444-9135"
273+
}
265274
]
266275
}

0 commit comments

Comments
 (0)