8000 Tags · zeehio/renv · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: zeehio/renv

Tags

0.17.3-54

Toggle 0.17.3-54's commit message
avoid active binding

0.17.3-53

Toggle 0.17.3-53's commit message
bump version

0.17.3-52

Toggle 0.17.3-52's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use cat for bootstrap messages (rstudio#1299)

* use cat for bootstrap messages

* merge defer + exit handlers

* move 'renv.bootstrap.quiet' to scope

0.17.3-51

Toggle 0.17.3-51's commit message
sort in native locale when printing records

0.17.3-50

Toggle 0.17.3-50's commit message
flush help db on unload (closes rstudio#1294)

0.17.3-49

Toggle 0.17.3-49's commit message
use 'untar' wrapper to catch errors

0.17.3-48

Toggle 0.17.3-48's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Eliminate use of %||% with environments (rstudio#1295)

This is the first step in moving `%||%` towards an implementation that's consistent with other packages, i.e. what `%??%` is currently. After a few abortive attempts, I figured out the best way to do this is to slowly move usage of `%||%` to `%??%`, since that makes it stricter.

This first PR eliminates the use of `%||%` with environments by using argument defaults more in `scope.R`, and using `%??%` for environment caching elsewhere.

0.17.3-47

Toggle 0.17.3-47's commit message
tweaks

0.17.3-46

Toggle 0.17.3-46's commit message
bump version

0.17.3-45

Toggle 0.17.3-45's commit message
bump version

0