# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "pathlist" in publications use:' type: software license: Apache-2.0 title: 'pathlist: Package Supporting the Work with File Paths' version: 0.2.1 abstract: This package implements a S4 class pathlist that internally stores a vector of file paths (as, e.g. received with dir()) as a matrix of path segments. I found out that this is the most compact form to store the paths. The main feature of the class is the dollar function that allows to filter paths for the value of their top-level folder. Using the dollar operator subsequently you can easily narrow down the list of paths. The class implements functions length(), head(), tail(), summary(), and show(). authors: - family-names: Sonnenberg given-names: Hauke email: hauke.sonnenberg@gmx.de repository: https://kwb-r.r-universe.dev commit: 8519ba12434a931baa89aae99c4a6ea489a28e52 date-released: '2019-09-03' contact: - family-names: Sonnenberg given-names: Hauke email: hauke.sonnenberg@gmx.de