Ropensci Drake Versions Save

An R-focused pipeline toolkit for reproducibility and high-performance computing

7.13.9

2 months ago

Version 7.13.9

  • Avoid is.R().

7.13.8

6 months ago

Version 7.13.8

  • Fix CRAN note.

7.13.7

6 months ago

Version 7.13.7

  • Fix test for CRAN.

7.13.6

6 months ago

Version 7.13.6

  • Migrate to the new interface in clustermq 0.9.0 (@mschubert).

7.13.5

1 year ago

Version 7.13.5

  • Always pass a character vector to rm() and remove().

7.13.4

1 year ago

Version 7.13.4

  • Fix HTML documentation files.

7.13.3

2 years ago

Version 7.13.3

  • Improve error messages from static code analysis of malformed code (#1371, @billdenney).
  • Handle invalid language objects in commands (#1372, @gorgitko).
  • Do not lock namespaces (#1373, @gorgitko).
  • Compatibility with rlang PR 1255.

7.13.2

3 years ago

Version 7.13.2

  • Update SLURM batchtools template file can be brewed (#1359, @pat-s).
  • Change start-up message to tip about targets.

7.13.1

3 years ago
  • Add files NOTICE and inst/NOTICE to more explicitly credit code included from other open source projects. (Previously drake only took a decentralized approach: comments in the source to indicate the project, package, and GitHub link (if available) to any code borrowed.)

7.13.0

3 years ago

Version 7.13.0

Bug fixes

  • Avoid checking printed output in test of testing infrastructure.
  • Use dsl_sym() instead of as.symbol() when constructing commands for combine() (#1340, @vkehayas).

New features

  • Add a new level_separation argument to vis_drake_graph() and render_drake_graph() to control the aspect ratio of visNetwork graphs (#1303, @matthewstrasiotto, @matthiasgomolka, @robitalec).