powered by
Determine whether cuml was linked to a valid version of the RAPIDS cuML shared library.
has_libcuml()
A logical value indicating whether the current installation cuml was linked to a valid version of the RAPIDS cuML shared library.
# NOT RUN { library(cuml) if (!has_libcuml()) { warning( "Please install the RAPIDS cuML shared library first, and then re-", "install {cuml}." ) } # }
Run the code above in your browser using DataLab