Skip to content

Commit

Permalink
Rbuildignore tools
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed May 21, 2024
1 parent dad84ae commit 6fbc5da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
^issues$
^external$
^vignettes-src$
^tools$
^vignettes/examples$
^vignettes/new-guides$
^vignettes/learn\.Rmd$
Expand Down
4 changes: 2 additions & 2 deletions tools/make-cran-pkg.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ withr::with_dir("..", {
system("R CMD check --as-cran keras3_*.tar.gz")
})

r"(
cat(r"(
tools/make-man.R && \
tools/knit-vignettes.R && \
Expand All @@ -16,4 +16,4 @@ tools/make-website.R
tools/make-man.R && tools/make-website.R
)"
)")

0 comments on commit 6fbc5da

Please sign in to comment.