Skip to content

Commit

Permalink
Don't byte-compile when doing local install in RStudio
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Nov 15, 2018
1 parent 5e2b40d commit 2fea0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shiny.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ StripTrailingWhitespace: Yes

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --with-keep.source
PackageInstallArgs: --with-keep.source --no-byte-compile
PackageCheckArgs: --as-cran --no-manual --run-donttest
PackageRoxygenize: rd,collate,namespace

0 comments on commit 2fea0e2

Please sign in to comment.