Skip to content

Commit 6fbc5da

Browse files
committed
Rbuildignore tools
1 parent dad84ae commit 6fbc5da

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
^issues$
1414
^external$
1515
^vignettes-src$
16+
^tools$
1617
^vignettes/examples$
1718
^vignettes/new-guides$
1819
^vignettes/learn\.Rmd$

tools/make-cran-pkg.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ withr::with_dir("..", {
66
system("R CMD check --as-cran keras3_*.tar.gz")
77
})
88

9-
r"(
9+
cat(r"(
1010
1111
tools/make-man.R && \
1212
tools/knit-vignettes.R && \
@@ -16,4 +16,4 @@ tools/make-website.R
1616
1717
tools/make-man.R && tools/make-website.R
1818
19-
)"
19+
)")

0 commit comments

Comments
 (0)