Dear Yann,
This is probably what you're looking for (it's a bit non-intuitive I guess):
options = {'modulename': False}
Using False should effectively skip the import check which is usually done.
regards,
Kenneth
On 04/06/2019 11:37, Yann Sagon wrote:
Dear list,
I'm trying to install the R package "Rinside" [1] . This is a package to
integrate R code into C++ code, and it's not possible to load this
package from R.
The sanity check fails with this error:
Error in library(Rinside) : there is no package called ‘Rinside’
Here is the eb file [2]
What is the correct way to tell EB not to try to load this package
during sanity check?
Thanks
[1] https://cran.r-project.org/web/packages/RInside/index.html
[2] https://gist.github.com/ysagon/c2aa7846cdf8f68de53d4a3b04f5a17d
--
Logo UNIGE Yann Sagon
Référent HPC
Division du système et des technologies de l'information et de la
communication
Université de Genève | 24 rue Général-Dufour
Tél 022 379 77 37 | Bureau 151
www.unige.ch/stic <http://www.unige.ch/stic>