Version 0.13
pipette 0.13.0 (2023-09-19)
Major changes:
-
getURLDirList: Entirely reworked internal code to no longer depend on RCurl package. Added support for HTTP(S) servers, which has been tested to work for Ensembl and NCBI. -
import: Now supportstextConnectionclass for primaryconargument instead of always usingcharacterrepresenting a file path. This is incredibly useful for reformatting a malformed delimited file on a remote server prior to import, which can help eliminate our reliance on readr or data.table as alternative engines to handle malformed files. -
transmit: Reworked internal code to no longer depend on RCurl.
Minor changes:
-
export: Now supportsGRangesList, which first coerces todata.frame. This class includes"group"and"groupName"as the first columns upon export.