Skip to content

Commit

Permalink
tiny tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 15, 2021
1 parent 33e9575 commit da3829d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ readme:
${RSCRIPT} -e 'knitr::knit("README.Rmd")'

check_windows:
${RSCRIPT} -e "devtools::check_win_devel(); devtools::check_win_release()"
${RSCRIPT} -e "devtools::check_win_devel(quiet=TRUE); devtools::check_win_release(quiet=TRUE)"

2 changes: 1 addition & 1 deletion vignettes/taxizedb.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "taxizedb"
author: Scott Chamberlain
date: "2020-08-11"
date: "2021-01-14"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{taxizedb}
Expand Down

0 comments on commit da3829d

Please sign in to comment.