Hi! I've upgraded to the new R Studio version (1.3.959) and when trying to use the new 'Tutorial' feature I get the following error:
Error in file.exists(children) :
file name conversion problem -- name too long?
Traceback (most recent calls last):
13: (...)
12: .rs.tutorial.installPackageDependencies(name, package)
11: renv::dependencies(path, quiet = TRUE)
10: delegate(renv_dependencies_impl)
9: eval(call, envir = parent.frame(2))
8: eval(call, envir = parent.frame(2))
7: (...)
6: renv_dependencies_find(path, root)
5: lapply(path, renv_dependencies_find_impl, root = root)
4: FUN(X[[i]], ...)
3: renv_dependencies_find_dir(path, root)
2: renv_dependencies_find_dir_children(path, root)
1: file.exists(children)
Error in file.exists(children) :
file name conversion problem -- name too long?
Traceback (most recent calls last):
13: (...)
12: .rs.tutorial.installPackageDependencies(name, package)
11: renv::dependencies(path, quiet = TRUE)
10: delegate(renv_dependencies_impl)
9: eval(call, envir = parent.frame(2))
8: eval(call, envir = parent.frame(2))
7: (...)
6: renv_dependencies_find(path, root)
5: lapply(path, renv_dependencies_find_impl, root = root)
4: FUN(X[[i]], ...)
3: renv_dependencies_find_dir(path, root)
2: renv_dependencies_find_dir_children(path, root)
1: file.exists(children)
This is my sessionInfo() output:
R version 4.0.0 (2020-04-24)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18363)
Matrix products: default
locale:
[1] LC_COLLATE=Spanish_Argentina.1252 LC_CTYPE=Spanish_Argentina.1252 LC_MONETARY=Spanish_Argentina.1252 LC_NUMERIC=C LC_TIME=Spanish_Argentina.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_4.0.0 rsconnect_0.8.16 htmltools_0.4.0 tools_4.0.0 curl_4.3 yaml_2.2.1 Rcpp_1.0.4.6 rmarkdown_2.1 knitr_1.28 jsonlite_1.6.1 xfun_0.14
[12] digest_0.6.25 renv_0.10.0 openssl_1.4.1 rlang_0.4.6 evaluate_0.14 askpass_1.1
Does anybody know what could be wrong?
Tks!