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 f91969b commit a0b6822Copy full SHA for a0b6822
tools/make-cran-pkg.R
@@ -0,0 +1,18 @@
1
+
2
+devtools::build(manual = TRUE)
3
4
+withr::with_dir("..", {
5
+ system("R CMD check --as-cran keras3_*.tar.gz")
6
+})
7
8
+r"(
9
10
+tools/make-man.R && \
11
+tools/knit-vignettes.R && \
12
+tools/knit-examples.R && \
13
+tools/make-website.R
14
15
16
+tools/make-man.R && tools/make-website.R
17
18
+)"
tools/make-man.R
@@ -41,3 +41,6 @@ cr_family <- function(rd_file) {
41
Sys.glob("man/*.Rd") %>%
42
walk(cr_family)
43
# walk(itemize_family)
44
45
46
+remotes::install_local(force = TRUE)
0 commit comments