Skip to content

Commit

Permalink
Build-ignore R/_disable_autoload.R
Browse files Browse the repository at this point in the history
* To avoid R CMD build complaining about invalid file name, see <ThinkR-open/golem#468 (comment)>.
* Via `usethis::use_build_ignore("R/_disable_autoload.R")`
  • Loading branch information
riccardoporreca committed Jan 10, 2024
1 parent 95445e0 commit 9302236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ $run_dev.*
^LICENSE\.md$
^README\.Rmd$
^app\.R$
^R/_disable_autoload\.R$
^rsconnect$
^\.github$
^deploy$

0 comments on commit 9302236

Please sign in to comment.