I believe that my problem is related to this one. The easiest way to understand my problem is click on Home or About. If either case, NOT FOUND is displayed on https://pjossenbruggen.shinyapps.io/gpgithub/.
There is a warning but no errors in R Markdown, Deploy or shinyapps.io logs. library(RJSONIO) and library(shiny) were added to the code to eliminate NAs in earlier runs.
I feel that I must install a package to overcome this issue.
The shinyapps.io log and sessionInfo are:
|
|.................................................................| 100%
2018-05-22T14:26:11.698920+00:00 shinyapps[347050]: output file: /tmp/rmarkdown/f9769c64af1be0032e01d1104b004c4d/index.knit.md
2018-05-22T14:26:11.680904+00:00 shinyapps[347050]:
2018-05-22T14:26:11.698924+00:00 shinyapps[347050]:
2018-05-22T14:26:11.674011+00:00 shinyapps[347050]: ordinary text without R code
2018-05-22T14:26:11.674014+00:00 shinyapps[347050]:
2018-05-22T14:26:11.759437+00:00 shinyapps[347050]: /opt/connect/ext/pandoc/pandoc +RTS -K512m -RTS /tmp/rmarkdown/f9769c64af1be0032e01d1104b004c4d/index.utf8.md --to html4 --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash --output /tmp/rmarkdown/f9769c64af1be0032e01d1104b004c4d/rmd_f9769c64af1be0032e01d1104b004c4d.html --smart --email-obfuscation none --standalone --section-divs --template /usr/local/lib/R/site-library/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --css style.css --id-prefix section- --include-before-body /tmp/RtmpaOQEIr/rmarkdown-str117b2ff6ad.html --variable navbar=1 --variable body_padding=60 --variable header_padding=65 --variable 'theme:flatly' --mathjax --variable 'mathjax-url:https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --filter /opt/connect/ext/pandoc/pandoc-citeproc
2018-05-22T14:26:11.940604+00:00 shinyapps[347050]: Warning in readLines(res_path) :
2018-05-22T14:26:11.940607+00:00 shinyapps[347050]: incomplete final line found on '/tmp/rmarkdown/f9769c64af1be0032e01d1104b004c4d/rmd_f9769c64af1be0032e01d1104b004c4d_files/style.css'
2018-05-22T14:26:11.972655+00:00 shinyapps[347050]:
2018-05-22T14:26:11.972658+00:00 shinyapps[347050]: Output created: /tmp/rmarkdown/f9769c64af1be0032e01d1104b004c4d/rmd_f9769c64af1be0032e01d1104b004c4d.html
2018-05-22T14:26:53.140628+00:00 shinyapps[347050]: Server version: 1.6.2-2
2018-05-22T14:26:53.140656+00:00 shinyapps[347050]: LANG: en_US.UTF-8
2018-05-22T14:26:53.140657+00:00 shinyapps[347050]: R version: 3.4.4
2018-05-22T14:26:53.140658+00:00 shinyapps[347050]: shiny version: 1.1.0
2018-05-22T14:26:53.140659+00:00 shinyapps[347050]: rmarkdown version: 1.9
2018-05-22T14:26:53.140674+00:00 shinyapps[347050]: knitr version: 1.20
2018-05-22T14:26:53.140675+00:00 shinyapps[347050]: jsonlite version: 1.5
2018-05-22T14:26:53.140681+00:00 shinyapps[347050]: RJSONIO version: 1.3.0
2018-05-22T14:26:53.140728+00:00 shinyapps[347050]: htmltools version: 0.3.6
2018-05-22T14:26:53.321391+00:00 shinyapps[347050]: Using jsonlite for JSON processing
2018-05-22T14:26:53.437693+00:00 shinyapps[347050]:
2018-05-22T14:26:53.437700+00:00 shinyapps[347050]: Starting R with process ID: '63'
2018-05-22T14:26:53.513805+00:00 shinyapps[347050]: Listening on http://127.0.0.1:39456
2018-05-22T14:26:53.513802+00:00 shinyapps[347050]:
2018-05-22T14:32:28.336512+00:00 shinyapps[347050]: Server version: 1.6.2-2
2018-05-22T14:32:28.336574+00:00 shinyapps[347050]: R version: 3.4.4
2018-05-22T14:32:28.336572+00:00 shinyapps[347050]: LANG: en_US.UTF-8
2018-05-22T14:32:28.336632+00:00 shinyapps[347050]: RJSONIO version: 1.3.0
2018-05-22T14:32:28.336575+00:00 shinyapps[347050]: shiny version: 1.1.0
2018-05-22T14:32:28.336594+00:00 shinyapps[347050]: rmarkdown version: 1.9
2018-05-22T14:32:28.524711+00:00 shinyapps[347050]: Using jsonlite for JSON processing
2018-05-22T14:32:28.336596+00:00 shinyapps[347050]: knitr version: 1.20
2018-05-22T14:32:28.336678+00:00 shinyapps[347050]: htmltools version: 0.3.6
2018-05-22T14:32:28.336621+00:00 shinyapps[347050]: jsonlite version: 1.5
2018-05-22T14:32:28.648914+00:00 shinyapps[347050]:
2018-05-22T14:32:28.730715+00:00 shinyapps[347050]: Listening on http://127.0.0.1:33493
2018-05-22T14:32:28.648918+00:00 shinyapps[347050]: Starting R with process ID: '161'
2018-05-22T14:32:28.730711+00:00 shinyapps[347050]:
sessionInfo()
R version 3.4.4 (2018-03-15)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS High Sierra 10.13.4
Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/3.4/Resources/lib/libRlapack.dylib
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] tinytex_0.5.4 knitr_1.20 RJSONIO_1.3-0 shiny_1.1.0
loaded via a namespace (and not attached):
[1] Rcpp_0.12.17 digest_0.6.15 later_0.7.2 rprojroot_1.3-2 bitops_1.0-6 mime_0.5
[7] R6_2.2.2 xtable_1.8-2 backports_1.1.2 magrittr_1.5 evaluate_0.10.1 stringi_1.2.2
[13] promises_1.0.1 rmarkdown_1.9 tools_3.4.4 stringr_1.3.1 RCurl_1.95-4.10 rsconnect_0.8.8
[19] httpuv_1.4.3 yaml_2.1.19 compiler_3.4.4 htmltools_0.3.6