-
Notifications
You must be signed in to change notification settings - Fork 4
Closes #18, #28, #29 #27
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
Conversation
…utos() automatically detect autos to remove
Merge branch 'devel' of github.com:pharmaverse/envsetup into gh_issue_18 # Conflicts: # R/rprofile.R # tests/testthat/test-autos.R
…st but rprofile wasn't run
|
@nicholas-masel this ended up a bit larger than I intended - but covered a couple different things! I added two new issues (linked) to cover the extra pieces. |
|
@mstackhouse This looks good so far. I will continue to check this one, but I did add the following:
|
Co-authored-by: Nicholas Masel <61123199+nicholas-masel@users.noreply.github.com>
Co-authored-by: Nicholas Masel <61123199+nicholas-masel@users.noreply.github.com>
So - let me know what you think, but the reason I had to do this was because I didn't want to change the input parameter to Since you suggested making Does that sound better to you? |
@mstackhouse I'm good either way. If we change it, I would just want to confirm the structure passed |
Merge branch 'devel' of github.com:pharmaverse/envsetup into gh_issue_18 # Conflicts: # R/autos.R
…or updated set_autos api
Merge branch 'gh_issue_18' of github.com:pharmaverse/envsetup into gh_issue_18 # Conflicts: # tests/testthat/test-autos.R
|
@nicholas-masel ready for re-review. |
Co-authored-by: Nicholas Masel <61123199+nicholas-masel@users.noreply.github.com>
Co-authored-by: Nicholas Masel <61123199+nicholas-masel@users.noreply.github.com>
Co-authored-by: Nicholas Masel <61123199+nicholas-masel@users.noreply.github.com>
Co-authored-by: Nicholas Masel <61123199+nicholas-masel@users.noreply.github.com>
Co-authored-by: Nicholas Masel <61123199+nicholas-masel@users.noreply.github.com>
|
@nicholas-masel we good to close? I filed an issue for the failing tests. |
yep, i'm good with it |
Thank you for your Pull Request! We have developed this task checklist from the Development Process Guide to help with the final steps of the process. Completing the below tasks helps to ensure our reviewers can maximize their time on your code as well as making sure the codebase remains robust and consistent.
Please check off each taskbox as an acknowledgment that you completed the task or check off that it is not relevant to your Pull Request. This checklist is part of the Github Action workflows and the Pull Request will not be merged into the
develbranch until you have checked off each task.styler::style_file()to style R and Rmd filesdevtools::document()so all.Rdfiles in themanfolder and theNAMESPACEfile in the project root are updated appropriatelyNEWS.mdif the changes pertain to a user-facing function (i.e. it has an@exporttag) or documentation aimed at users (rather than developers)pkgdown::build_site()and check that all affected examples are displayed correctly and that all new functions occur on the "Reference" page.lintr::lint_package()R CMD checklocally and address all errors and warnings -devtools::check()