Skip to content

Commit

Permalink
fix #144
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Mar 13, 2024
1 parent 2159e5f commit 949d5c6
Show file tree
Hide file tree
Showing 7 changed files with 439 additions and 138 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Authors@R: c(
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, httr, jsonlite, XML, xml2, keyring, tools, atom4R, utf8, plyr
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
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export(get_zenodo)
export(zen4RLogger)
import(XML)
import(atom4R)
import(cli)
import(httr)
import(jsonlite)
import(keyring)
Expand Down
Loading

0 comments on commit 949d5c6

Please sign in to comment.