Skip to content

Releases: sbg/tidycwl

tidycwl 1.0.7

29 Mar 19:17
e2b4342
Compare
Choose a tag to compare

tidycwl 1.0.6

15 Dec 18:35
Compare
Choose a tag to compare

Bug Fixes

  • Fixed compatibility with CWL1.0+ workflow descriptions (correctly parsing "doc" fields at the top level).

Improvements

  • Update package maintainer.

tidycwl 1.0.5

15 Oct 05:32
Compare
Choose a tag to compare

Bug Fixes

  • Removed the non-ASCII characters in the example data (rnaseq-salmon.cwl) to fix the check error under the Debian Linux environment with the ISO-8859-15 locale.

Improvements

  • Update package maintainer.

tidycwl 1.0.4.9000

30 Jul 19:53
Compare
Choose a tag to compare

For Zenodo archiving purposes.

tidycwl 1.0.4

03 Dec 19:22
Compare
Choose a tag to compare

Improvements

  • Run example code conditionally which requires pandoc to support CRAN's Solaris environment.
  • Added pandoc to the SystemRequirements field.

tidycwl 1.0.3

22 Nov 19:55
Compare
Choose a tag to compare

Improvements

  • Removed the redundant copy of the full AGPL-3 license file.

tidycwl 1.0.2

19 Nov 00:02
Compare
Choose a tag to compare

Improvements

  • Added single quotes for package names, software names, and API names to the Title and Description section.
  • Removed the unnecessary if(interactive()){} statement from the example in export_html().
  • Added PhantomJS to the SystemRequirements field as it is an essential system dependency for export_image().

tidycwl 1.0.1

05 Nov 05:47
Compare
Choose a tag to compare

Improvements

  • Added more details about the package functionality to the Description text.
  • Updated the examples in export_html() and export_image() to write files to temporary folder.
  • Added the \value RD tag to exported functions to explain the return results.
  • Imported and re-exported the pipe operator to simplify the example code.

tidycwl 1.0.0

29 Oct 22:46
Compare
Choose a tag to compare

New Features

  • First public release.