search for: _renv_dependencies

Displaying 5 results from an estimated 5 matches for "_renv_dependencies".

2020 Jun 10
4
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
..., ..., progress = TRUE, errors = c("reported", "fatal", "ignored"), dev = FALSE) { path <- renv_path_normalize(path, winslash = "/", mustWork = TRUE) root <- root %||% renv_dependencies_root(path) if (exists(path, envir = `_renv_dependencies`)) return(get(path, envir = `_renv_dependencies`)) renv_dependencies_begin(root = root) on.exit(renv_dependencies_end(), add = TRUE) dots <- list(...) if (identical(dots[["quiet"]], TRUE)) { progress <- FALSE errors <-...
2020 Jun 22
2
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
...uot;reported", "fatal", "ignored"), dev = FALSE) > > { > > path <- renv_path_normalize(path, winslash = "/", mustWork = TRUE) > > root <- root %||% renv_dependencies_root(path) > > if (exists(path, envir = `_renv_dependencies`)) > > return(get(path, envir = `_renv_dependencies`)) > > renv_dependencies_begin(root = root) > > on.exit(renv_dependencies_end(), add = TRUE) > > dots <- list(...) > > if (identical(dots[["quiet"]], TRUE)) { &...
2020 Jun 10
0
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
...errors = c("reported", "fatal", "ignored"), dev = FALSE) > { > path <- renv_path_normalize(path, winslash = "/", mustWork = TRUE) > root <- root %||% renv_dependencies_root(path) > if (exists(path, envir = `_renv_dependencies`)) > return(get(path, envir = `_renv_dependencies`)) > renv_dependencies_begin(root = root) > on.exit(renv_dependencies_end(), add = TRUE) > dots <- list(...) > if (identical(dots[["quiet"]], TRUE)) { > progress...
2020 Jun 22
0
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
...t;, "fatal", "ignored"), dev = FALSE) >>> { >>> path <- renv_path_normalize(path, winslash = "/", mustWork = TRUE) >>> root <- root %||% renv_dependencies_root(path) >>> if (exists(path, envir = `_renv_dependencies`)) >>> return(get(path, envir = `_renv_dependencies`)) >>> renv_dependencies_begin(root = root) >>> on.exit(renv_dependencies_end(), add = TRUE) >>> dots <- list(...) >>> if (identical(dots[["quiet...
2020 Jun 24
3
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
...;, "ignored"), dev = FALSE) > >>> { > >>> path <- renv_path_normalize(path, winslash = "/", mustWork = TRUE) > >>> root <- root %||% renv_dependencies_root(path) > >>> if (exists(path, envir = `_renv_dependencies`)) > >>> return(get(path, envir = `_renv_dependencies`)) > >>> renv_dependencies_begin(root = root) > >>> on.exit(renv_dependencies_end(), add = TRUE) > >>> dots <- list(...) > >>> if (id...