Skip to content

Commit

Permalink
clean up compiled dlls to be sure closes #285
Browse files Browse the repository at this point in the history
  • Loading branch information
maxheld83 committed Jul 2, 2019
1 parent bc9b6b4 commit 8347a16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actions/document/document.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ message("Checking for consistency of roxygen2 with `man` and `NAMESPACE` ...")
res <- ghactions::auto_commit(
after_code = arguments$`--after-code`,
code = {
# to prevent compiled code from other platforms for act #285
pkgbuild::clean_dll()
# fix for #277 waiting for upstream resolution (?) of https://github.com/klutometis/roxygen/issues/822
pkgbuild::compile_dll()
devtools::document()
Expand Down

0 comments on commit 8347a16

Please sign in to comment.