briandk / granovaGG

Bob Pruzek and Jim Helmreich's implementation of Elemental Graphics for Analysis of Variance
Other
15 stars 4 forks source link

Add new patterns to .Rbuildignore #155

Closed briandk closed 3 years ago

briandk commented 12 years ago

CRAN finds the following files end up in our built package and they shouldn't:

I think we'll need to add them to .Rbuildignore

WilDoane commented 12 years ago

Could ALL hidden files be added to .Rbuildignore?

.*


NO REPLY IS NECESSARY, unless otherwise indicated.

Sent from my jeejah. Please forgive any terseness, typos, or malapropisms that may well be an artifact of the limits of this technology.

On Sep 4, 2012, at 6:01, "Brian A. Danielak" notifications@github.com wrote:

CRAN finds the following files end up in our built package and they shouldn't:

.gitignore .Rapp.history I think we'll need to add them to .Rbuildignore

— Reply to this email directly or view it on GitHub.

briandk commented 12 years ago

I think that could be a good idea. I'd just want to make sure there aren't package-essential files that happen to have names starting with a period, though I doubt there are any.

briandk commented 12 years ago

Also, in poking around I found this. Note the section called "repo exclude" at the bottom: https://help.github.com/articles/ignoring-files

WilDoane commented 12 years ago

Files that start with . are by definition hidden files... so, your reservation reduces to: does the R packaging process use any hidden files?


NO REPLY IS NECESSARY, unless otherwise indicated

On 2012 Sep 04, at 10:04, "Brian A. Danielak" notifications@github.com wrote:

I think that could be a good idea. I'd just want to make sure there aren't package-essential files that happen to have names starting with a period, though I doubt there are any.

— Reply to this email directly or view it on GitHub.

briandk commented 3 years ago

I think we've sufficiently addressed this problem in the current iteration of .Rbuildignore:

https://github.com/briandk/granovaGG/blob/02f34e0bce54d4be8d398b2620042cee2c813c24/.Rbuildignore#L1-L26