Releases: ropensci/drake
Releases · ropensci/drake
CRAN patch
Version 7.13.10
- Remove environment locking, c.f. r-lib/rlang#1705.
- Export S3 methods.
- Avoid
memo_expr()
because it causes errors on R-devel.
Avoid `is.R()`
Version 7.13.9
- Avoid
is.R()
.
clustermq CRAN check note
Version 7.13.8
- Fix CRAN note.
CRAN patch
Version 7.13.7
- Fix test for CRAN.
clustermq 0.9.1 compat
Version 7.13.6
- Migrate to the new interface in
clustermq
0.9.0 (@mschubert).
CRAN patch
Version 7.13.5
- Always pass a character vector to
rm()
andremove()
.
Fix HTML docs
Version 7.13.4
- Fix HTML documentation files.
rlang compat
Document succession to targets.
Add NOTICE and inst/NOTICE
- Add files
NOTICE
andinst/NOTICE
to more explicitly credit code included from other open source projects. (Previouslydrake
only took a decentralized approach: comments in the source to indicate the project, package, and GitHub link (if available) to any code borrowed.)