Skip to content

grover 1.0.5

Compare
Choose a tag to compare
@jasenfinch jasenfinch released this 26 Apr 23:52
· 81 commits to master since this release
a03a65b
  • File conversion methods grover::converFile and grover::convertDirectory now return the file path of the converted file.

  • Zipping of converted files for reduced storage requirements can now be specified using the zip argument and is now the default of the conversion methods such as grover::converFile.

  • Added grover::version to query the version number of a grover API.

  • grover::groverAPI now ensures that the specified temp_dir is created if not already extant.