diff --git a/R/get_sysreqs.R b/R/get_sysreqs.R index 36b5b75d..6d555516 100644 --- a/R/get_sysreqs.R +++ b/R/get_sysreqs.R @@ -2,10 +2,8 @@ #' Get system requirements (Deprecated) #' -#' This function retrieves information about the -#' system requirements using the -#' API. This function is now deprecated, and was moved to -#' `{dockerfiler}`. +#' This function is now deprecated, and was moved to +#' `{dockerfiler}`. #' #' @param packages character vector. Packages names. #' @param batch_n numeric. Number of simultaneous packages to ask. diff --git a/man/get_sysreqs.Rd b/man/get_sysreqs.Rd index 7d46a467..49dd1264 100644 --- a/man/get_sysreqs.Rd +++ b/man/get_sysreqs.Rd @@ -17,8 +17,6 @@ get_sysreqs(packages, quiet = TRUE, batch_n = 30) A vector of system requirements. } \description{ -This function retrieves information about the -system requirements using the \url{https://sysreqs.r-hub.io} -API. This function is now deprecated, and was moved to +This function is now deprecated, and was moved to \code{{dockerfiler}}. }