Nothing
#' Determine whether {cuml} was linked to a valid version of the RAPIDS cuML
#' shared library.
#'
#' @return A logical value indicating whether the current installation {cuml}
#' was linked to a valid version of the RAPIDS cuML shared library.
#'
#' @examples
#'
#' library(cuml)
#'
#' if (!has_libcuml()) {
#' warning(
#' "Please install the RAPIDS cuML shared library first, and then re-",
#' "install {cuml}."
#' )
#' }
#' @export
has_libcuml <- .has_libcuml
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.