Browse Source

progress

master
boB Rudis 5 years ago
parent
commit
41fec2521d
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 1
      R/aaa.R
  2. 2
      R/check-package-urls.R

1
R/aaa.R

@ -1,4 +1,3 @@
.pb <- NULL
utils::globalVariables(c(
".", "URL", "env_var", "value", "new_value", ".rs.api.runScriptJob"
))

2
R/check-package-urls.R

@ -3,6 +3,8 @@
#' @export
check_package_urls <- function() {
.pb <- NULL
m_GET <- memoise::memoise(httr::GET) # avoid checking URL more than once
tc <- function(x, where = NULL) {

Loading…
Cancel
Save