-
Notifications
You must be signed in to change notification settings - Fork 8
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
pkgreview_create vs pkgreview_init #5
Comments
So initially they were one function, put when I tried to run them, the call had started cloning the package from github before the project could be launched (and the working directory changed) so did not end up in the right location relative to the review directory. So I split it up to ensure Any ideas on how this could be handled? When the review proj is created it even launches a new session so quite a bit to handle. |
ah ok it makes sense! I'm not sure 🤔 I have never started a project from the command line actually, I always click on "New Project" in RStudio. |
I'm looking into an RStudio project template could help. What seems "easy":
What I do not know yet
So we might still end up having two functions...
Not sure it's easier? |
You know I think this might be a useful model: from the Code here: |
Nice! I also want to look at https://github.com/ijlyttle/ghentr and https://github.com/lockedata/pRojects for inspiration |
Here are my notes about
All of this happens by writing the name and arguments of the function. If I were a reviewer I know I'd love to just click to start the project, but both solutions are important? |
Could the |
maybe a flowchart would help by the way? am obsessed with http://rich-iannone.github.io/DiagrammeR/ |
As said earlier, fantastic package and initiative!
I have trouble understanding why
pkgreview_create
andpkgreview_init
are two separate functions?The text was updated successfully, but these errors were encountered: