Skip to content
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

Closed
wants to merge 6 commits into from

Conversation

DHLocke
Copy link
Collaborator

@DHLocke DHLocke commented Feb 26, 2024

This PR fixes an issue with spacetime_constructor created by an update to the cli package

Dexter H Locke added 2 commits February 26, 2024 10:19
…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
Copy link

netlify bot commented Feb 26, 2024

Deploy Preview for elastic-lumiere-271348 canceled.

Name Link
🔨 Latest commit 95a91a7
🔍 Latest deploy log https://app.netlify.com/sites/elastic-lumiere-271348/deploys/65dcbaa50b83c20008ea508d

@@ -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
Copy link
Owner

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?

Copy link
Collaborator Author

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?

DESCRIPTION Outdated Show resolved Hide resolved
DESCRIPTION Outdated Show resolved Hide resolved
Comment on lines -3 to +5
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.
Copy link
Owner

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
Comment on lines 3 to 4
- 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>
Copy link
Owner

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?

@JosiahParry JosiahParry changed the title Update 0.2.4 Address cli bug in spacetiem_constructor Feb 26, 2024
@JosiahParry JosiahParry changed the title Address cli bug in spacetiem_constructor Address cli bug in spacetime_constructor Feb 26, 2024
@JosiahParry
Copy link
Owner

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 git diff filename to see what has been changed

@DHLocke DHLocke closed this Mar 27, 2024
@DHLocke DHLocke deleted the update_0.2.4 branch March 27, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants