-
Notifications
You must be signed in to change notification settings - Fork 85
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
rOpenSci review and CRAN release #75
Comments
Yes, that's pretty much it, I just did a R CMD check on Linux and the main thing is this NOTE
I agree with @nevrome that we should just duplicate these functions in here, they are pretty simple and stable. We are also having a discussion about the default behaviours, whether it makes sense in most cases to produce a Thoughts welcome! |
On my setup the package fails to build if there's no |
CRAN release is a good idea. It could be timed for the CAA2020 meeting. What comes to mind:
For the future
|
Let's aim for rOpenSci review and onboarding, then CRAN, then JOSS paper |
@nevrome Just want to check with you about what I did in #102. I think it makes sense to check if a directory exists or not. But the workflow gets a bit tangled up if a user does 'New project on GitHub first, then download to RStudio' and then runs I did have this experience with a novice student recently who faithfully followed the steps in 'Happy Git With R' to create and clone a repo, but then got confused when using our functions because they did some things on their GitHub repo that we didn't anticipate (checked some boxes on the GitHub web page, etc). My impression is that there are so many ways things can go wrong with having both of those Git/GitHub options for novices and in workshop situations, and it will be simplest for us to update the readme to limit the universe of possible confusions for the novice user, rather than trying to write code to catch all of the possible edge cases and handle them. So I propose that we:
While we're discussing the instructions, I'll mention my proposal to combine |
Well - #102 broke the suggested workflow, Ben. The check if the directory exists prevents the suggested pipeline of first cloning an empty repo from Github altogether. This workflow was born from my workshop experience and I still prefer it that way round. Connecting an existing repo to Github later is a lot more awkward that starting from Github with a clean slate. I suggest the following solution: If the selected directory exists and has files in it, then we ask the user two (!) times if he really likes to use this directory for the research compendium. If he agrees, then we unlink all files in the directory and go from there. Of course we have to make it really clear what that entails: Possibly the irretrievable loss of these files. We should list the files and ask with these nice three-options questions that force you to think about your decision. |
Although installing from GitHub using devtools works fine, it would be mildly more convenient, and more familiar to newer R users, to install it the standard way from CRAN. This package seems fairly mature, is a CRAN release planned?
Scanning through issues I can find one that would hold up a CRAN release:
Any others?
The text was updated successfully, but these errors were encountered: