Skip to content

Commit

Permalink
Manual checks now automated
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Jan 3, 2022
1 parent f3146e3 commit 13887b3
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,16 @@ release_questions <- function() {

# Additional steps:
#
# Propogate changes in README.md to R/TreeDist-package.R
# codemeta::write_codemeta()
#
# Propagate changes in README.md to R/TreeDist-package.R

# Additional tests:
#
# spell_check()
# pkgdown::build_reference_index()
#
# run_examples()
# build_vignettes()
# build_manual() # PDF support for special characters
#
# devtools::check_win_devel(quiet = TRUE); rhub::check_for_cran()
# Check valgrind section of GitHub actions for memcheck errors
#
# revdepcheck::revdep_check()
#
# codemetar::write_codemeta()
#

# # Unnecessary:
# # tools::resaveRdaFiles('R', compress='auto') - is default bzip2 the optimal?
# # tools::checkRdaFiles('R') - set optimal compression in `data-raw`

0 comments on commit 13887b3

Please sign in to comment.