Skip to content

Commit

Permalink
breedR_release() update argument to devtools::build
Browse files Browse the repository at this point in the history
  • Loading branch information
Facundo Muñoz committed Mar 22, 2017
1 parent b04ae52 commit 06d4845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/development.R
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ breedR_release <- function(

if (src.update) {
if (!silent) message('Building source pacakge ..')
src.fn <- devtools::build(build_args = "--compact-vignettes=\"gs+qpdf\"")
src.fn <- devtools::build(args = "--compact-vignettes=\"gs+qpdf\"")

## deploy
drat::insertPackage(src.fn, repodir)
Expand Down

0 comments on commit 06d4845

Please sign in to comment.