-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
25 lines (25 loc) · 1.3 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: zen4R
Version: 0.10
Date: 2024-06-05
Title: Interface to 'Zenodo' REST API
Authors@R: c(
person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-5870-5762")),
person("Julien", "Barde", role = c("ctb"), email = "[email protected]", comment = c(ORCID = "0000-0002-3519-6141")),
person("Stephen", "Eglen", role = c("ctb"), comment = c(ORCID = "0000-0001-8607-8025")),
person("Hans", "Van Calster", role = c("ctb"), comment = c(ORCID = "0000-0001-8595-8426")),
person("Floris", "Vanderhaeghe", role = c("ctb"), comment = c(ORCID = "0000-0002-6378-6229")),
person("Jemma", "Stachelek", role = c("ctb"), comment = c(ORCID = "0000-0002-5924-2464")))
Maintainer: Emmanuel Blondel <[email protected]>
Depends: R (>= 3.3.0), methods
Imports: R6, cli, httr, jsonlite, XML, xml2, keyring, tools, atom4R, utf8, plyr
Suggests: testthat, parallel, knitr, markdown
Description: Provides an Interface to 'Zenodo' (<https://zenodo.org>) REST API,
including management of depositions, attribution of DOIs by 'Zenodo' and
upload and download of files.
License: MIT + file LICENSE
URL: https://github.com/eblondel/zen4R
BugReports: https://github.com/eblondel/zen4R/issues
LazyLoad: yes
RoxygenNote: 7.3.1
Encoding: UTF-8
VignetteBuilder: knitr