Skip to content

v1.7.0

Choose a tag to compare

@TimTaylor TimTaylor released this 27 Nov 11:41
· 14 commits to main since this release
v1.7.0
ee48214
  • cc() can once again send generative code for its output to the system clipboard via the .clip argument. This functionality was previously removed in the 1.5.0 release due to unreliability in it's use on some environments (e.g. RStudio on Fedora KDE Wayland session). Time seems to have remedied the issue.

  • breaking change: If an assertion succeeds it now returns it's input invisibly. This was to enable more concise casting, e.g

    x <- 1.0
    x <- as.integer(assert_integerish(x))
    
  • breaking change: new_package() and it's alias np() have been completely removed from the package.