-
Notifications
You must be signed in to change notification settings - Fork 328
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
winbuilder's note on namespaces #730
Comments
The problem is that this line: https://github.com/tkonopka/umap/blob/master/R/umap.R#L33 forces |
Thank you! Turned out a one-line In the R directory (using 'scipy' in this example):
And in the test suite:
Without the The |
With a few more tests, it appears that winbuilder now tolerates cases without the try blocks, including versions that generated a note earlier. So this issue may have been a temporary glitch. In any case, thank you very much for your help. |
Hello reticulate -
I maintain a package that uses reticulate to offer an optional feature, here. This works great for me, but recently started giving a 'note' through cran's winbuilder service.
For background, my package uses
.onLoad
following your advice. Because the python feature is nonessential, my.onLoad
first checks if a python module is available usingreticulate::py_module_available
and then imports it usingreticulate::import
.On the winbuilder service at CRAN, the package now takes a very long time to install (several hours) and generates a 'note' about namespaces.
I do not see this note on travis and on a linux system (R 3.6.1-3). Have you encountered this, and could you offer some tips please? Thanks.
The text was updated successfully, but these errors were encountered: