-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git ignore .Rbuildignore #117
Conversation
After the fact, but why are we ignoring this file? |
so that it doesn't get accidentally pushed or suggest when making a commit... much like the |
Yeah wait actually I agree with @AlexAxthelm , I don't think this file should be ignored... I reviewed this too hastily... See: https://github.com/RMI-PACTA/r2dii.data/blob/main/.Rbuildignore It gives critical info to someone trying to build the package. If we ignore it, then when someone tries to build the package from source, it will try to bundle in |
This repo is not a R package, it's a workflow. Because I added the But seriously, are these the type of things worth debating? |
For this one, since it's not actually an R package, probably not. but in general, the As a quick example, workflow.data.preparation/Dockerfile Line 20 in ca2d53e
if you don't have a |
I would very much support adding a |
As with RMI-PACTA/workflow.data.preparation#93 and RMI-PACTA/workflow.data.preparation#117, having a `DESCRIPTION` file in the repo causes RStudio to add/modify `.Rbuildignore` and `workflow.transition.monitor.Rproj`. This PR appeases RStudio so we don't fight against it
No description provided.