Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recompile of load_all() is not working in version 2.0.1/master #109

Closed
rehbergT opened this issue Nov 26, 2018 · 1 comment
Closed

recompile of load_all() is not working in version 2.0.1/master #109

rehbergT opened this issue Nov 26, 2018 · 1 comment
Labels
feature a feature request or enhancement

Comments

@rehbergT
Copy link

Hi,
in version 2.0.1 from cran and current master (8a3d2c2) the argument "recompile" of the function load_all() is not working anymore.
The documentation in master states that this option is only deprecated, but it already seems to be removed.
The documentation in version 2.0.1 from cran does not even have the deprecated warning.

A deprecated/removed warning when using this argument would be helpful.

For other users who face this issue:

load_all("path/to/mypackage", recompile = TRUE)

now has to be replaced with

clean_dll("path/to/mypackage")
load_all("path/to/mypackage")

best regards

@jimhester jimhester transferred this issue from r-lib/devtools Sep 3, 2019
@jimhester jimhester added the feature a feature request or enhancement label Apr 3, 2020
@lionel-
Copy link
Member

lionel- commented May 30, 2022

Duplicate of #93.

@lionel- lionel- closed this as not planned Won't fix, can't repro, duplicate, stale May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

3 participants