Skip to content

Commit

Permalink
Merge branch 'bugFixes' into packageDebugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelHentschel committed Nov 10, 2020
2 parents 06623a6 + 6c80838 commit d479337
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions build.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ if('quick' %in% args){
# This workflow seems to work on windows to reliably build the
# binaries and keep the source info of the debugger:

# remove old files
suppressWarnings({
file.remove('src/init.o')
file.remove('src/ppid.o')
file.remove('src/promise.o')
file.remove('src/vscDebugger.dll')
file.remove('src/vscDebugger.so')
})

# update documentation
devtools::document()

Expand All @@ -42,7 +33,11 @@ if('quick' %in% args){
quick = FALSE,
build = TRUE,
force = TRUE,
args="--no-byte-compile"
args = c(
"--no-byte-compile",
"--preclean",
"--clean"
)
)

# quick install to properly keep source references
Expand Down

0 comments on commit d479337

Please # to comment.