Getting this error again. Here's my code and session info:
devtools::install_github("richarddmorey/flexTeaching", ref="ver2", build_opts = "--no-multiarch")
library(dplyr)
dir(here::here("inst/app/"), recursive = TRUE, all.files = TRUE) %>%
tibble(fn = .) %>%
filter(!(basename(fn) %in% c("solve.Rmd"))) %>%
pull(fn) %>%
rsconnect::deployApp(
appDir = here::here("inst/app/"),
appName = "flexTeach2test_download", appFiles = .,
appPrimaryDoc = "download.Rmd",
account = "richarddmorey"
)
The output is as follows:
Preparing to deploy document...DONE
Uploading bundle for document: 3647328...[WARNING] This document format requires a nonempty <title> element.
Defaulting to 'content.utf8' as the title.
To specify a title, use 'title' in metadata or --metadata title="...".
[WARNING] This document format requires a nonempty <title> element.
Defaulting to 'setup.utf8' as the title.
To specify a title, use 'title' in metadata or --metadata title="...".
[WARNING] This document format requires a nonempty <title> element.
Defaulting to 'sidebar_main.utf8' as the title.
To specify a title, use 'title' in metadata or --metadata title="...".
[WARNING] This document format requires a nonempty <title> element.
Defaulting to 'sidebar_solve.utf8' as the title.
To specify a title, use 'title' in metadata or --metadata title="...".
Error in if (nchar(info$uname) > lengthLimit || nchar(info$grname) > lengthLimit) { :
missing value where TRUE/FALSE needed
In addition: Warning messages:
1: In yaml::yaml.load(yamlData) :
Evaluating R expressions (!expr) will soon require explicit `eval.expr` option (see yaml.load help)
2: In yaml::yaml.load(yamlData) :
Evaluating R expressions (!expr) will soon require explicit `eval.expr` option (see yaml.load help)
My session info:
> sessionInfo()
R version 4.0.3 (2020-10-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19041)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices datasets utils methods base
other attached packages:
[1] flexTeaching_0.1 magrittr_2.0.1 flexdashboard_0.5.2 shiny_1.6.0 dplyr_1.0.4
loaded via a namespace (and not attached):
[1] Rcpp_1.0.6 here_1.0.1 prettyunits_1.1.1 ps_1.5.0 assertthat_0.2.1
[6] rprojroot_2.0.2 digest_0.6.27 packrat_0.5.0 mime_0.10 R6_2.5.0
[11] noah_0.1.0 evaluate_0.14 pillar_1.4.7 rlang_0.4.10 curl_4.3
[16] rstudioapi_0.13 callr_3.5.1 R.utils_2.10.1 R.oo_1.24.0 rmarkdown_2.6
[21] shinyjs_2.0.0 desc_1.2.0 devtools_2.3.2 stringr_1.4.0 compiler_4.0.3
[26] httpuv_1.5.5 xfun_0.21 pkgconfig_2.0.3 askpass_1.1 pkgbuild_1.2.0
[31] htmltools_0.5.1.1 openssl_1.4.3 tidyselect_1.1.0 tibble_3.0.6 crayon_1.4.1
[36] withr_2.4.1 later_1.1.0.1 R.methodsS3_1.8.1 jsonlite_1.7.2 xtable_1.8-4
[41] lifecycle_1.0.0 stringi_1.5.3 cli_2.3.0 cachem_1.0.4 renv_0.12.5
[46] fs_1.5.0 promises_1.1.1 remotes_2.2.0 testthat_3.0.1 ellipsis_0.3.1
[51] vctrs_0.3.6 generics_0.1.0 tools_4.0.3 glue_1.4.2 purrr_0.3.4
[56] rsconnect_0.8.16-9002 processx_3.4.5 pkgload_1.1.0 fastmap_1.1.0 yaml_2.2.1
[61] sessioninfo_1.1.1 memoise_2.0.0 knitr_1.31 usethis_2.0.0