We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becce87 commit 07a7406Copy full SHA for 07a7406
tests/testthat.R
@@ -5,4 +5,6 @@ if (Sys.getenv("TENSORFLOW_EAGER") == "TRUE")
5
6
library(keras)
7
8
-test_check("keras")
+if (identical(Sys.getenv("NOT_CRAN"), "true")) {
9
+ test_check("keras")
10
+}
0 commit comments