Skip to content

Commit

Permalink
Fix typo, add PRs to NEWS, krlmlr as author
Browse files Browse the repository at this point in the history
  • Loading branch information
psolymos committed Nov 6, 2021
1 parent f649456 commit 8ed1cf9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
18 changes: 14 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
Package: clickrup
Type: Package
Title: Interacting with the ClickUp v2 API from R
Version: 0.0.3
Date: 2021-04-09
Author: Peter Solymos [aut, cre] (<https://orcid.org/0000-0001-7337-1740>)
Version: 0.0.4
Date: 2021-11-05
Authors@R:
c(person(given = "Peter",
family = "Solymos",
comment = c(ORCID = "0000-0001-7337-1740"),
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Kirill",
family = "M\u00fcller",
role = "aut",
email = "[email protected]"))
Maintainer: Peter Solymos <[email protected]>
Description: Work with ClickUp.
Description: Work with the ClickUp productivity app from R to
manage tasks, goals, time tracking, and more.
License: MIT + file LICENSE
LazyLoad: yes
LazyData: true
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Version 0.0.4

* Make options available after load (#10 by @krlmlr).
* Retry when rate limits are hit (#8 by @krlmlr).
* Better error handling (#7 by @krlmlr).
* @krlmlr added as package author.

# Version 0.0.3

* Added Time Tracking 2.0 / Get time entry history endpoint.
Expand Down
2 changes: 1 addition & 1 deletion man/api-folders.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ed1cf9

Please sign in to comment.