Skip to content

Commit 6730d1d

Browse files
committed
chore: exclude TODO.md from CRAN tarball via .Rbuildignore
Eliminates the 'Non-standard file/directory found at top level' NOTE in R CMD check --as-cran.
1 parent f316814 commit 6730d1d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.Rbuildignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@
1313
^Meta$
1414
^\.claude$
1515
^\.Rhistory$
16-
.claude
16+
.claude
17+
^\.positai$
18+
^TODO\.md$

0 commit comments

Comments
 (0)