We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e9a76 commit 8e652eaCopy full SHA for 8e652ea
test/test.R
@@ -12,6 +12,10 @@ library(R6, lib.loc = temp_lib)
12
install.packages("BASIX", lib = temp_lib)
13
library(BASIX, lib.loc = temp_lib)
14
15
+# Install a package that compiles with C++11 (old enough to be supported on CentOS 6)
16
+install.packages("digest", lib = temp_lib)
17
+library(digest, lib.loc = temp_lib)
18
+
19
# Check iconv support
20
if (!capabilities("iconv") || !all(c("ASCII", "LATIN1", "UTF-8") %in% iconvlist())) {
21
stop("missing iconv support")
0 commit comments