Merge in changes for CIDAtools v0.2.0#55
Open
Andrew0Hill wants to merge 73 commits into
Open
Conversation
…nd do not generate documentation Create deprecation warning functions: deprecation_warn - for functions that will be deprecated. deprecated_warn - to run for functions deprecated with version they were deprecated.
Added note in the documentation header - "To be deprecated".
Added a temporary internal file for functions matching the old name that simply warns the user of the function name change. Tried to fix possible bugs with cida path on Mac OS.
- rename functions and function variables to snake case - moved duplicate code to separate functions - tried to improve detection of the project data file. - consolidate logic for location into one function temp_refactored_message.R - added refactored functions with warning about new function name
- Added code to find the project default and then check global default locations if path is not found default.R - functions to set and get global defaults misc_fns.R - removed get/set meta data project_internal.R - internal function to find the default path if automatic path fails util_internal.R - added a function to check metadata and defaults are correct types and take the first value of an array if needed.
…ing/new files/etc.
Fixed R Check issues
update namespace
Added getter/setter for github location
…ilding and version bump
Updated .Rd files
Updated workflow
Fixed bugs found in testing default.R
…ed to fail during CI testing, but is useful to preserve functionality. Fixed typo
Fixed bugs found in testing Refactored project_data functions to project_meta_data functions
Bug fixes from testing.
…emplate so for now I'm disabling that specific test.
configuration to create a website with package documentation setup a workflow to commit website to gh-pages branch
# Conflicts: # .github/workflows/R-Build-Test_cleanupBranch.yml
…oad and opening an R project
Bug fixes from testing
Updates to testing project_internal.R
…nctions were removed.
This file contains hidden or 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
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.
No description provided.