R/uninstall_pip.R

Defines functions uninstall_pip

Documented in uninstall_pip

#' Install pip.
#' @return Nothing
#' @examples
#' \dontrun{
#'   uninstall_pip()
#' }
#' @author Richèl J.C. Bilderbeek
#' @export
uninstall_pip <- function() {
  stop(
    "'mhcnuggetsr::uninstall_pip' is deprecated, \n",
    "as it violated CRAN policy. \n",
    " \n",
    "To uninstall pip from R, do: \n",
    " \n",
    "remotes::install_github(\"richelbilderbeek/mhcnuggetsrinstall\") \n",
    "mhcnuggetsrinstall::uninstall_pip() \n"
  )
}
richelbilderbeek/mhcnuggetsr documentation built on Nov. 9, 2023, 10 p.m.