Skip to content

Commit 095f585

Browse files
committed
Add release bullet to remind myself to submit with CPP11_EVAL = true
1 parent 95686b9 commit 095f585

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ script.R
2020
^vignettes/.*_cache$
2121
^_pkgdown\.yml$
2222
^cran-comments\.md$
23+
^CRAN-RELEASE$

R/zzz.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ on_package_load <- function(pkg, expr) {
1414
knitr::knit_engines$set(cpp11 = eng_cpp11)
1515
})
1616
}
17+
18+
release_bullets <- function() {
19+
c(
20+
'`Sys.setenv("CPP11_EVAL" = "true"); devtools::submit_cran()`'
21+
)
22+
}

0 commit comments

Comments
 (0)