ropensci/rtweet

Release rtweet 1.1.0

llrs opened this issue · 4 comments

llrs commented

Prepare for release:

  • git pull
  • Check current CRAN check results
  • Check if any deprecation processes should be advanced, as described in Gradual deprecation
  • Polish NEWS
  • devtools::build_readme()
  • urlchecker::url_check()
  • devtools::check(remote = TRUE, manual = TRUE)
  • devtools::check_win_devel()
  • rhub::check_for_cran()
  • revdepcheck::revdep_check(num_workers = 4)
  • Update cran-comments.md
  • git push
  • Draft blog post
  • Run vignette/precompute.R and move images

Submit to CRAN:

  • usethis::use_version('minor')
  • devtools::submit_cran()
  • Approve email

Wait for CRAN...

  • Accepted 🎉
  • git push
  • usethis::use_github_release()
  • usethis::use_dev_version()
  • git push
  • Finish blog post
  • Tweet
  • Add link to blog post in pkgdown news menu
llrs commented

Size of tarball: 10319037 bytes

Please reduce to less than 5 MB for a CRAN package.

Although the package is more than 5MB most of it is due to fixtures...
I didn't appeal, but I might resubmit with comment regarding the discrepancy between the CRAN policy and the reports by the checks system.

I will need to change the test and fabricate a thread each time I test to prevent reaching to long back in a user history (and clean afterwards).

I installed the development version from Github and ran the following code:

auth <- rtweet_app(bearer_token = Sys.getenv("RTWEET_BEARER"))
auth_as(auth)

This resulted in the following error message:

error

llrs commented

Hi Christopher. What have you tried to solve this error? When and how did it appear?
Please, let me know how is this related to the new release of rtwee, to me it looks like this is a corruption of your installation of the package not any problem with the package itself.

Sorry; I should have tried reinstalling the package before commenting. You're right; it was just a bad install.