Skip to content

Commit

Permalink
use R CMD INSTALL --no-multiarch (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey committed Aug 22, 2019
1 parent 42bcb8d commit 2dfbac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: renv
Type: Package
Title: Project Environments for R
Version: 0.6.0-137
Version: 0.6.0-138
Authors@R: c(
person("Kevin", "Ushey", role = c("aut", "cre"), email = "[email protected]"),
person("RStudio", role = c("cph"))
Expand Down
2 changes: 1 addition & 1 deletion R/R.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ r_cmd_install <- function(package, path, library, ...) {

args <- c(
"--vanilla",
"CMD", "INSTALL", "--preclean",
"CMD", "INSTALL", "--preclean", "--no-multiarch",
r_cmd_install_option(package, "configure.args", TRUE),
r_cmd_install_option(package, "configure.vars", TRUE),
r_cmd_install_option(package, "install.opts", FALSE),
Expand Down

0 comments on commit 2dfbac8

Please sign in to comment.