Skip to content

Commit

Permalink
Update cran-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hughjonesd committed Feb 15, 2024
1 parent 5abed6c commit 2597ca2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build-cran.R
Expand Up @@ -43,8 +43,10 @@ chk <- devtools::check(

# manual section --------

# run checks
# may not work; if so just run the script in the main window.
rstudioapi::jobRunScript("check-reverse-dependencies.R", exportEnv = "revdep_results")

# run checks
devtools::check_mac_release()

# asks manual questions
Expand All @@ -53,8 +55,6 @@ devtools::check_win_devel()
# asks manual questions
devtools::check_win_release()

# may not work; if so just run the script in the main window.
rstudioapi::jobRunScript("check-reverse-dependencies.R", exportEnv = "revdep_results")


# update CRAN-comments.md
Expand Down
5 changes: 2 additions & 3 deletions cran-comments.md
@@ -1,6 +1,5 @@

Bugfix release to workaround a regression from quarto 1.4.
Resubmission to fix an uncaught reverse dependency regression.
Release for a serious bug.

## Test environments

Expand All @@ -11,7 +10,7 @@ Resubmission to fix an uncaught reverse dependency regression.

## R CMD check results

This resubmission was rechecked and was OK on all platforms.
OK on all platforms.

## revdepcheck results

Expand Down

0 comments on commit 2597ca2

Please sign in to comment.