-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Closes #40 update pilot3 programs for zip build+run with pilot3utils namespace and library reference #41
Conversation
…he most current copy from submissions-pilot3-adam repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested for windows, it works fine. thanks @laxamanaj for putting things together!
Hey Joel, Looks good. Below some minor comments.
|
further feedback from team :
|
Just to note here - the current lockfile is quering github for xportr 0.2.0 and pilot3utils 0.2.0. This is not correct. xportr 0.2.0 should be retrieved from CRAN. pilot3utils should be uploaded via zip method. I think this might produce a warning around the package not being in the renv.lock, but unsure. @SHAESEN2 I believe @robertdevine recent update to the renv.lock solves your warning issue. |
Thanks for this note here @bms63 . Upon my testing from the fda repo area. Knowing that the programs from here should have the list of packages we truly need to run these analysis, I did a snapshot of the renv.lock at time of testing. The lock file should now be updated so that {pilot3utils} is not in the lock file and that {xportr} is now coming from CRAN/RSPM instead of github. |
Hi, @SHAESEN2 . Many thanks for your review as I've made updates to help resolve your feedback.
|
Hi, @SHAESEN2 . Just wanted to confirm with you that I've resolved your findings with my updates, so we can merge? |
Closes #40
In testing phase.