-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Address cli bug in spacetime_constructor #50
Conversation
…kage that require any variables that are evaluated (by being within curly braces) with a leading period be wrapped in parentheses like so. Created unit test for new change
✅ Deploy Preview for elastic-lumiere-271348 canceled.
|
@@ -1,6 +1,7 @@ | |||
# sfdep 0.2.4 | |||
|
|||
- Dexter Locke is now the maintainer of sfdep | |||
- updated spacetime_constructor to comply with updates to the cli package. No user-facing changes |
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.
this needs to be under a new version heading since 0.2.4 is released on CRAN. This bug is not in version 0.2.4.
Can you increment the version using usethis::use_version("dev")
? Then move this note under the new version heading it will make?
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.
usethis::use_version("dev") puts "development up top, not the numbers, so I manually put in 0.2.5. Which do you prefer?
Merge branch 'update_0.2.4' of https://github.com/DHLocke/sfdep into update_0.2.4 # Conflicts: # DESCRIPTION
0 errors | 0 warnings | 0 note | ||
Package was archived yesterday, 2023-01-09, despite efforts to address outstanding issues. | ||
|
||
* This release removes myself (Josiah Parry) as the maintainer and makes | ||
Dexter Locke the new maintainer of sfdep. | ||
* CRAN has been notified of this in previous correspondence via email | ||
* Addresses failing noSuggests checks | ||
Latest submission failed the recursive `noSuggest` check. An example using an imported package (sf) failed because the imported function (sf::read_sf) used a suggested package (tibble suggested by sf). All instances of `sf::read_sf()` have been changed to `sf::st_read()` which, I believe, does not use any suggested packages. |
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.
please revert changes to reflect what is currently on the main branch.
NEWS.md
Outdated
- Dexter Locke [@DHLocke] is now the maintainer of sfdep | ||
- Address failing CRAN checks h/t [@rsbivand](https://github.com/rsbivand) <https://github.com/JosiahParry/sfdep/pull/43> |
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.
Can you please move these bullets back under 0.2.4 heading and remove - CRAN
?
It looks like you're adding every file that is shown as being changed and that you might not have pull changes from main before creating a branch. Be sure to check the changes in the files before staging them. You can check the changes by running |
This PR fixes an issue with spacetime_constructor created by an update to the cli package