Skip to content

Commit

Permalink
prepare cran submission
Browse files Browse the repository at this point in the history
  • Loading branch information
schochastics committed Oct 29, 2024
1 parent ca58d38 commit f48910c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rtoot
Title: Collecting and Analyzing Mastodon Data
Version: 0.3.4.9000
Version: 0.3.5
Authors@R:
c(person("David", "Schoch", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2952-4812")),
person("Chung-hong", "Chan", ,"[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-6232-7530")),
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rtoot 0.3.4.9000
# rtoot 0.3.5

* fixed #153 by allowing POSIXct as `max_id`, `min_id` and `since_id` (#154) by @Kudusch
# fixed #158 for VSCode and similar editors which return TRUE for `rstudio::isAvailable()` (#159)
* fixed #158 for VSCode and similar editors which return TRUE for `rstudio::isAvailable()` (#159)

# rtoot 0.3.4

Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Update from 0.3.3 to 0.3.4
## Update from 0.3.4 to 0.3.5

* small bug fixes and link redirects
* small bug fixes

*(dontrun examples are used to not make unnecessary API calls)*

# Test environments
* ubuntu 22.04, R 4.3.2
* ubuntu 22.04, R 4.4.1
* win-builder (devel and release)

## R CMD check results
Expand Down

0 comments on commit f48910c

Please sign in to comment.