From b682b70fa654a90b9275c2c617f76e3c59591b9e Mon Sep 17 00:00:00 2001 From: Eliot McIntire Date: Wed, 23 Aug 2023 09:06:58 -0700 Subject: [PATCH] rm https://cloud.R-project.org --> use https://CRAN.R-project.org --- R/helpers.R | 2 +- man/internetExists.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/helpers.R b/R/helpers.R index b9fcf87cf..0f958792c 100644 --- a/R/helpers.R +++ b/R/helpers.R @@ -773,7 +773,7 @@ cat2file <- function(..., file) { layerNamesDelimiter <- "_%%_" -#' Checks for existed of a url or the internet using +#' Checks for existed of a url or the internet using #' #' A lightweight function that may be less reliable than more purpose built solutions #' such as checking a specific web page using `RCurl::url.exists`. However, this is diff --git a/man/internetExists.Rd b/man/internetExists.Rd index 735c970e4..aaa954553 100644 --- a/man/internetExists.Rd +++ b/man/internetExists.Rd @@ -3,7 +3,7 @@ \name{internetExists} \alias{internetExists} \alias{urlExists} -\title{Checks for existed of a url or the internet using \url{https://cloud.r-project.org}} +\title{Checks for existed of a url or the internet using \url{https://CRAN.R-project.org}} \usage{ internetExists()