Skip to content

Commit ce70b2d

Browse files
committed
Move logo generator script to data-raw directory
- Move R/.logo.R to data-raw/logo_generator.R to avoid R CMD check warnings - .logo.R file name was causing 'invalid file name' error during build - data-raw directory is already in .Rbuildignore, so it's excluded from package
1 parent 300234f commit ce70b2d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@
1414
^\.github$
1515
^data-raw$
1616
^cran-comments\.md$
17+
^CRAN-SUBMISSION$
18+
^\.logo\.R$
File renamed without changes.

0 commit comments

Comments
 (0)