Skip to contents

AcidBase 0.4.0 (2021-08-18)

New functions:

  • Added new system path modifier functions, based on code previously defined in koopa shell package: addToPathStart, addToPathEnd, removeFromPath.
  • Also added some useful path string parsing functions: splitPathString and uniquePathString.

Major changes:

  • shell: Reworked internal code to handoff to processx::run instead of using base::system2. Simplified console output handling using a single print argument.

AcidBase 0.4.1 (2021-08-18)

Minor changes:

  • shell Added some more useful options for subprocess handling and logging: wd, stdoutFile, stderrFile, as well as stderrToStdout.

AcidBase 0.4.2 (2021-08-19)

New functions:

  • parentDirectory (parentDir): Allows for each return of nested parent directories, similar to approach used in koopa shell package (parent_dir).

Minor changes:

  • realpath: Now keeps track of names, if defined.

AcidBase 0.4.3 (2021-08-23)

New functions:

  • collapseToPathString: Previously used internally, now exporting so we can use in koopa dependency package.

AcidBase 0.4.4 (2021-09-03)

Minor changes:

  • parentDirectory: Added support for handling URLs.

AcidBase 0.4.5 (2021-09-08)

Minor changes:

  • Cleaned up the NAMESPACE a bit, removing some deprecated functions: metadataBlacklist (in favor of metadataDenylist) and bapply, which should only be defined in goalie package.
  • Reexporting tar from untils package alongside untar, for consistency.