Version 0.14
pipette 0.14.0 (2023-10-03)
New functions:
-
fillLines: Utility function for fixing malformed CSV and TSV files. -
unfactorize: New generic function that intelligently converts a factor back to its original atomic data type.
Major changes:
- The
importandexportgenerics are now defined in AcidGenerics rather than extending from BiocIO. This helps simplify the methods, removing options that we never use. - Now enforcing strict camel case for all function names.
- The pipette file classes are now named in strict upper camel case.
- Renamed
cacheURLtocacheUrl. - Renamed
getJSONtogetJson. - Renamed
getURLDirListtogetUrlDirList. - Renamed
pipetteTestsURLtopipetteTestsUrl. - Renamed
removeNAtoremoveNa. - Renamed
sanitizeNAtosanitizeNa.