chainsawriot
chainsawriot
tag @schochastics @jsonbecker I think one solution is to not use `lifecycle` for this. Just use the good old `warning()`.
Maybe should give this suggestion by @olivroy a try: r-lib/lifecycle#187
But how deep in the `caller_env()` should we go? It is still quite convoluted.
@schochastics OK, I agree with you. And I close this once again.
I am reopening this because of this issue #459 We need to stop emitting the issue reporting link. The last solution was not a real solution.
An experiment with this https://github.com/gesistsa/rio/blob/f1094bf636f95f5dfcb05408d2ca0960fa792c8e/R/import_methods.R#L77-L82 If I change it to ```r .import.rio_psv
@ggrothendieck I agree that that's a nice idea. It changes significantly how the `import_list()` behaves. https://github.com/gesistsa/rio/blob/f1094bf636f95f5dfcb05408d2ca0960fa792c8e/R/import_list.R#L4 We can only implement this kind of breaking changes in the next major version,...
https://r-lib.github.io/pkgdepends/reference/sysreqs_install_plan.html
https://github.com/dselivanov/text2vec/blob/dce877b2e315fc9f7678929cb0665a751465b5cb/R/model_LDA.R#L311-L313
dselivanov/text2vec#347