Skip to content

Commit

Permalink
update DESCRIPTION and NEWS files
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmorgan committed Sep 15, 2024
1 parent 27787ab commit 4a8b9d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ Authors@R:
family = "Gruber",
role = c("ctb"),
email = "JohannesB.Gruber@gmail.com",
comment = c(ORCID = "0000-0001-9177-1772")))
comment = c(ORCID = "0000-0001-9177-1772")),
person(given = "Martin",
family = "Morgan",
role = "ctb",
email = "mtmorgan.xyz@gmail.com"
comment = c(ORCID = "0000-0002-5874-8148")))
Imports:
checkmate,
httr,
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# CHANGES in dataverse 0.3.14

* Implement a simple cache for API (including file download) calls, improving performance and reliability (#112, #135)
* Improve recommendation for rdata loading (#107, #127)
* `get_file_by_*()` can now return the download URL to be used in external functions or programs, useful for large files (#128, implemented in #129 @JBGruber and @kuriwaki)
* Removes remote resource from vignette and move them to ghactions (#131)
Expand Down

0 comments on commit 4a8b9d6

Please sign in to comment.