Commit 09e651f3 authored by Zach Kurtz's avatar Zach Kurtz Committed by James Lamb
Browse files

Enforce R-package dependencies in build_r.R before compilation begins (#1672)

* Enforce R-package dependencies in build_r.R before compilation begins

* Greatly simplify the previous commit
parent 2a39b70a
...@@ -5,6 +5,10 @@ ...@@ -5,6 +5,10 @@
# Sys.setenv("CXX" = "/usr/local/bin/g++-8") # Sys.setenv("CXX" = "/usr/local/bin/g++-8")
# Sys.setenv("CC" = "/usr/local/bin/gcc-8") # Sys.setenv("CC" = "/usr/local/bin/gcc-8")
library(testthat)
library(roxygen2)
library(devtools)
# R returns FALSE (not a non-zero exit code) if a file copy operation # R returns FALSE (not a non-zero exit code) if a file copy operation
# breaks. Let's fix that # breaks. Let's fix that
.handle_result <- function(res) { .handle_result <- function(res) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment