Version 0.7
goalie 0.7.0 (2023-10-03)
Major changes:
- Reworked primary
goalieclass to only accept unnamed input and unnamed cause attribute. Hardened validity checks to error if names are attempted to be passed through. This required updating some internalbapplycalls to setUSE.NAMESasFALSE. - Vectorized checks should now always return the same length as the input.
- Now enforcing strict camel case for function names.
- Renamed
hasCPUtohasCpu. - Renamed
hasGitHubPATtohasGithubPat. - Renamed
hasRAMtohasRam. - Renamed
isGGScaletoisGgscale. - Renamed
isMacOStoisMacos. - Renamed
isRStudiotoisRstudio. - Renamed
isExistingURLtoisExistingUrl, and other variants. - Renamed
isURLtoisUrl, and other variants.
Minor changes:
- No longer using
getNameInParentapproach, which makes functions cleaner.
goalie 0.7.2 (2023-10-06)
Major changes:
- Remove import requirement of utils package.
-
quietlynow uses base Rsinkinstead ofutils::capture.output.
goalie 0.7.3 (2023-10-06)
Minor changes:
-
hasDims,hasRows,hasCols: Add edge case support forDFrameListclass, which usesdimsinstead ofdim,nrowsinstead ofnrow, andncolsinstead ofncol.
goalie 0.7.4 (2023-10-25)
Minor changes:
- Updated suggested packages so automated build checks pass. This required adding BiocGenerics and memuse, which is used by
AcidBase::ram.
goalie 0.7.5 (2023-11-03)
New functions:
-
isAwsS3Uri: Check if the input contains AWS S3 URIs. -
isExistingAwsS3Uri: Check if the input contains AWS S3 URIs that exist.
goalie 0.7.7 (2023-12-04)
Minor changes:
-
isOrganism: Added support for full latin with three names, such as"Canis lupus familiaris".
goalie 0.7.8 (2025-03-21)
Minor changes:
- Dropping R requirement to 4.0, to better support legacy systems.
- Updated unit test logical checks against
expect_false, which no longer work with acauseattribute defined. - Improve exception handling when memuse is not installed.
-
hasGithubPatnow returns with a cause attribute when false. - Documentation reformatting for roxygen2 changes.