Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Merge pull request #24 from HendrikSchultheis/master
Browse files Browse the repository at this point in the history
last minute changes
  • Loading branch information
HendrikSchultheis authored Jul 9, 2018
2 parents 61859ea + de418b7 commit 09b40ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions R/release_questions.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
#' DO NOT EXPORT!
release_questions <- function() {
c(
"Updated NEWS.md?",
"Updated README.md?",
"Re-run reverse dependencies?",
"Everything checked?",
"Abide good practices?",
"Updated cran-comments.md?",
"Updated vignettes?",
"Version upped?"
"Abide good practices?"
)
}
2 changes: 1 addition & 1 deletion vignettes/intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: "Hendrik Schultheis"
date: "`r Sys.Date()`"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Vignette Title}
%\VignetteIndexEntry{Introduction}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down

0 comments on commit 09b40ca

Please sign in to comment.