Skip to content

v4.9.3 release candidate #1901

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 10, 2021
Merged

v4.9.3 release candidate #1901

merged 5 commits into from
Jan 10, 2021

Conversation

cpsievert
Copy link
Collaborator

@cpsievert cpsievert commented Dec 10, 2020

TODO:

  • Clean your package directory to remove any extraneous files, including ones that are git-ignored. (Warning, this will delete any unsaved buffers in RStudio! Also, be sure to close RStudio before taking this step!) git clean -xdf .
  • Build your package. I (jcheng) personally do it from the Mac command line like this:
    PATH=$PATH:/Applications/RStudio.app/Contents/MacOS/pandoc R CMD build [pkgdir]
  • Do a sanity check by installing/testing the built package.
  • Run R CMD check --as-cran pkg_version.tar.gz both locally and on win-builder. You can also use https://r-hub.github.io/rhub/.
  • Perform revdepcheck.
  • Submit to CRAN via their online form.
  • If there are R CMD check warnings that are unavoidable, make sure to explain them in the comments.
  • When accepted, tag the RC branch with a v4.9.3 tag, and push the tag to origin
  • Merge RC into master
  • On master, change the package version to 4.9.3.9000
  • Revert the changes in f47a771

@cpsievert cpsievert force-pushed the rc-v4.9.3 branch 2 times, most recently from f909745 to 20f57fb Compare December 10, 2020 20:16
@smouksassi
Copy link

Hi currently CRAN shows plotly as orphaned is this expected ?

@cpsievert
Copy link
Collaborator Author

#1906 (comment)

@cpsievert cpsievert merged commit f99e761 into master Jan 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants