Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Add CRAN-RELEASE to Rbuildignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarrie committed Feb 16, 2022
1 parent 7f4306e commit 5ed91ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ cran-comments.md
^codecov\.yml$
^doc$
^Meta$
^CRAN-SUBMISSION$
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 0.3.1
Date: 2022-02-16 14:30:08 UTC
SHA: 7f4306ebfeeebb045b96150bbf86b5ecc9c38b4f

2 comments on commit 5ed91ff

@chainsawriot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cjbarrie How about adding also CRAN-SUBMISSION to .gitignore too? Honestly, that file is only useful to you (the package submitter). And you actually don't need to commit it here.

@cjbarrie
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cheers for that--had meant to ask whether it was, in fact, necessary! Will add to .gitignore

Please sign in to comment.