On Fri, 1 Sep 2023 08:14:12 +
Hanyu Song wrote:
> b. I read from the documentation of the R package "reticulate" that
> we should delay load the Python modules, but it is not entirely clear
> to me how to do it.
> Do I need to create any virtual environment?
Not in the package code (unless
Have you consider translating ctef into R ?
This would remove the dependencies and make your package much more robust.
And would make it much easier to pass CRAN checks.
Looking at ctef code it is pure Python and there aren't many lines. And in
my experience, one line of R is worth 10 lines o