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 d7a897c commit dfe57b4Copy full SHA for dfe57b4
tools/make-cran-pkg.R
@@ -2,6 +2,9 @@
2
3
devtools::build(manual = TRUE)
4
5
+if(length(Sys.glob("../keras3_*.tar.gz")) > 1)
6
+ stop("too many tarballs")
7
+
8
withr::with_dir("..", {
9
system("R CMD check --as-cran keras3_*.tar.gz")
10
})
0 commit comments