blob: feadcb4d335942f9092905247bb0beb4805d90e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
diff --git a/flowCore/src/Makevars b/flowCore/src/Makevars
index ec6344b..f04c475 100644
--- a/flowCore/src/Makevars
+++ b/flowCore/src/Makevars
@@ -1,4 +1,4 @@
-CXX_STD = CXX11
+CXX_STD = CXX17
PKG_LIBS = `${R_HOME}/bin/Rscript -e "cytolib:::cytolib_LdFlags()"`
diff --git a/flowCore/tests/testthat.R b/flowCore/tests/testthat.R
index c979b0d..6d81483 100644
--- a/flowCore/tests/testthat.R
+++ b/flowCore/tests/testthat.R
@@ -1,6 +1,5 @@
library(testthat)
library(flowCore)
-library(flowStats)
test_check("flowCore")
|