Skip to content
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

Release bakeoff 0.2.0 #17

Closed
19 of 23 tasks
rich-iannone opened this issue Feb 23, 2022 · 2 comments
Closed
19 of 23 tasks

Release bakeoff 0.2.0 #17

rich-iannone opened this issue Feb 23, 2022 · 2 comments

Comments

@rich-iannone
Copy link
Collaborator

rich-iannone commented Feb 23, 2022

First release:

Prepare for release:

  • devtools::build_readme()
  • urlchecker::url_check()
  • devtools::check(remote = TRUE, manual = TRUE)
  • devtools::check_win_devel()
  • rhub::check_for_cran()
  • Review pkgdown reference index for, e.g., missing topics
  • Draft blog post

Submit to CRAN:

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

Wait for CRAN...

  • Accepted 🎉
  • usethis::use_github_release()
  • usethis::use_dev_version()
  • Finish blog post
  • Tweet
  • Add link to blog post in pkgdown news menu
@apreshill
Copy link
Owner

apreshill commented Mar 4, 2022

devtools::check(remote = TRUE, manual = TRUE)
  • Warning:

    W checking Rd cross-references ...
    Missing link or links in documentation object 'scale_bakeoff.Rd':
    ‘bakeoff_palettes’

    See section 'Cross-references' in the 'Writing R Extensions' manual.
    

    ✔️ fixed by changing bakeoff_palettes -> bakeoff_palette_names

  • Note:

    N checking CRAN incoming feasibility (18.5s)
    Maintainer: ‘Alison Hill apresstats@gmail.com

     New submission
    
     Version contains large components (0.1.0.9000)
    
     Package has a VignetteBuilder field but no prebuilt vignette index.
    

    ✔️ fixed by removing vignette builder from DESCRIPTION file

@apreshill
Copy link
Owner

apreshill commented Mar 4, 2022

From RHub:

N checking for detritus in the temp directory
Found the following files/directories:
'lastMiKTeXException'

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

No branches or pull requests

2 participants