-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update (version 1.2.0) #15
Merged
eroten
merged 57 commits into
main
from
14-update-streetlightr-to-align-with-most-recent-api-changes
Dec 19, 2023
Merged
Update (version 1.2.0) #15
eroten
merged 57 commits into
main
from
14-update-streetlightr-to-align-with-most-recent-api-changes
Dec 19, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
named list of parameters and their valid values
uses valid_parameters object
This was
linked to
issues
Dec 18, 2023
we keep hitting what seems to be a rate limit error on mac-os
eroten
force-pushed
the
14-update-streetlightr-to-align-with-most-recent-api-changes
branch
from
December 19, 2023 16:40
a9f0537
to
ccb5793
Compare
returns corresponding uuid or name, depending on input
only works if in a coverage review
should help with rate limit errors
puts total number of tests at 70
eroten
deleted the
14-update-streetlightr-to-align-with-most-recent-api-changes
branch
December 19, 2023 20:38
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v1.2.0
New functions
create_tag()
creates a new taglist_available_tags()
returns a tibble with all available tags for the user account.tag_analysis()
tags an analysis using the analysis nameremove_analysis_tag()
remove a tag from an analysisvalid_parameters
validate_parameters()
takes a parameter name and value, and checks it against various tests.get_analysis_shapefile()
fetches available shapefiles from a given analysis, returned as an{sf}
objectlookup_analysis_id()
returns corresponding analysis_name or uuid, dependent on input.check_analysis_review()
returns the review status, if availableOther changes
Fixes #14 #5 #9
Package development checklist
usethis::use_latest_dependencies()
usethis::use_tidy_description()
devtools::test()
devtools::document(roclets = c('rd', 'collate', 'namespace'))
DESCRIPTION
with new contributors, if neccessary.styler:::style_active_pkg()
rcmdcheck::rcmdcheck()
Courtesy checklist