Skip to content

Commit

Permalink
Updated Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Apr 6, 2021
1 parent 54aac7e commit ac82e70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: OSCA
Title: Orchestrating Single Cell Analysis with Bioconductor
Version: 1.1.18
Date: 2021-04-03
Version: 1.1.19
Date: 2021-04-06
Authors@R: c(
person('Robert', 'Amezquita', role = c('aut')),
person('Aaron', 'Lun', role = c('aut', 'cre'), email="[email protected]"),
Expand Down
2 changes: 1 addition & 1 deletion vignettes/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
all: compiled

compiled:
"${R_HOME}/bin/R" -e "work.dir <- rebook::getBookCache('OSCA'); handle <- rebook::preCompileBook('../inst/book', work.dir=work.dir, desc='../DESCRIPTION'); old.dir <- setwd(work.dir); bookdown::render_book('index.Rmd'); setwd(old.dir); rebook::postCompileBook(work.dir=work.dir, final.dir='../inst/doc/book', handle=handle)"
"${R_HOME}/bin/R" -e "work.dir <- rebook::bookCache('OSCA'); handle <- rebook::preCompileBook('../inst/book', work.dir=work.dir, desc='../DESCRIPTION'); old.dir <- setwd(work.dir); bookdown::render_book('index.Rmd'); setwd(old.dir); rebook::postCompileBook(work.dir=work.dir, final.dir='../inst/doc/book', handle=handle)"
"${R_HOME}/bin/R" -e "rebook::createRedirects(file='redirect.txt')"

0 comments on commit ac82e70

Please sign in to comment.