Version 0.3
AcidBase 0.3.0 (2021-01-06)
Major changes:
- Reworked internal function organization a bit, handing off some functions back into the goalie package.
- Now that goalie doesn’t depend on AcidBase, we can import and use the superior assert checks defined in the package.
AcidBase 0.3.1 (2021-01-06)
Minor changes:
- Now importing new AcidCLI package, to improve CLI messages.
AcidBase 0.3.2 (2021-01-15)
Minor changes:
- Removed
sampleIdfrommetadataBlacklistglobal. -
pasteURLnow supports “s3” as a protocol value.
AcidBase 0.3.3 (2021-01-21)
Minor changes:
-
pasteURL: Added support for rsync as a protocol. Using this in future update in AcidGenomes package for downloading from UCSC server.
AcidBase 0.3.5 (2021-02-04)
Major changes:
- Migrated
geometricMeanandsemmethods from basejump. - Migrated
showHeaderfrom basejump. - Migrated
coerceToListfrom basejump. - Migrated log ratio functions from basejump.
- Migrated intersection functions from basejump.
Minor changes:
- Made
matchArgsToDoCallfunction defunct. Doesn’t always evaluate arguments correctly when called inside nested functions or complex S4 stacks.
AcidBase 0.3.6 (2021-02-11)
Minor changes:
- Now reexporting all functions used in other Acid Genomics packages defined in base/recommended R packages here, including: grDevices, grid, methods, and stats, utils.
AcidBase 0.3.8 (2021-02-17)
Minor changes:
- Including
formulaanduntaras reexports, which are used in the WormBase package.
AcidBase 0.3.9 (2021-02-21)
Minor changes:
- Reexporting
URLencodefrom utils, which is used downstream in Cellosaurus package.
AcidBase 0.3.10 (2021-02-23)
Minor changes:
- Migrated
printStringback here from goalie package. -
showHeadernow checks forpackageVersioninside of metadata as default instead ofversion.
AcidBase 0.3.11 (2021-02-25)
Minor changes:
- Deprecating
metadataBlacklistin favor ofmetadataDenylist.
AcidBase 0.3.12 (2021-03-01)
Minor changes:
- Added
install.packagesas a reexport, which is used by r-koopa. - Also including
headandtailas reexports.
AcidBase 0.3.14 (2021-06-20)
Minor changes:
-
standardizeCall: Updated handling of dots handoff tomatch.callin R 4.1. - Now importing
medianandquantilefunctions from AcidGenerics, which use S4 defined in IRanges, rather than the base version defined in stats.