output$mast_map <- renderLeaflet({ leaflet() %>% setView(lng = input$lon, lat = input$lat, zoom = 13) %>% addTiles() %>% # Add default OpenStreetMap map tiles addMarkers(lng=input$lon, lat=input$lat, popup="Mast location") })leaflet(options = leafletOptions(zoomControl = FALSE))
--
You received this message because you are subscribed to the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/0951abd4-bb25-437d-ac94-02a064ee363c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
sessionInfo()R version 3.3.1 (2016-06-21)Platform: x86_64-w64-mingw32/x64 (64-bit)Running under: Windows 7 x64 (build 7601) Service Pack 1
locale:[1] LC_COLLATE=Portuguese_Brazil.1252 LC_CTYPE=Portuguese_Brazil.1252 LC_MONETARY=Portuguese_Brazil.1252[4] LC_NUMERIC=C LC_TIME=Portuguese_Brazil.1252
attached base packages:[1] stats graphics grDevices utils datasets methods base
other attached packages:[1] rmarkdown_1.4 RColorBrewer_1.1-2 gplots_3.0.1 openair_2.0-0 maps_3.1.1 zoo_1.7-14 shinyBS_0.61 [8] leaflet_1.1.0 shiny_1.0.0
loaded via a namespace (and not attached): [1] Rcpp_0.12.10 plyr_1.8.4 bitops_1.0-6 tools_3.3.1 digest_0.6.12 evaluate_0.10 [7] jsonlite_1.3 lubridate_1.6.0 tibble_1.2 nlme_3.1-128 lattice_0.20-33 mgcv_1.8-12 [13] Matrix_1.2-6 DBI_0.6 mapproj_1.2-4 crosstalk_1.0.0 yaml_2.1.14 hexbin_1.27.1 [19] knitr_1.15.1 dplyr_0.5.0 stringr_1.2.0 cluster_2.0.4 caTools_1.17.1 htmlwidgets_0.8 [25] gtools_3.5.0 rprojroot_1.2 grid_3.3.1 R6_2.2.0 gdata_2.17.0 latticeExtra_0.6-28[31] reshape2_1.4.2 magrittr_1.5 backports_1.0.5 htmltools_0.3.5 MASS_7.3-45 assertthat_0.1 [37] mime_0.5 xtable_1.8-2 httpuv_1.3.3 KernSmooth_2.23-15 stringi_1.1.3 lazyeval_0.2.0output file: 24_12_report.knit.md
"C:\Program Files\RStudio\bin\pandoc/pandoc" +RTS -K512m -RTS 24_12_report.utf8.md --to html --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash --output 24_12_report.html --smart --email-obfuscation none --self-contained --standalone --section-divs --template "C:\Users\rafael.batista\Documents\R\win-library\3.3\rmarkdown\rmd\h\default.html" --no-highlight --variable highlightjs=1 --variable "theme:bootstrap" --include-in-header "C:\Users\RAFAEL~1.BAT\AppData\Local\Temp\Rtmp6Nox4n\rmarkdown-str3acc1a826b60.html" --mathjax --variable "mathjax-url:https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" --id-prefix section- Warning: running command '"C:\Program Files\RStudio\bin\pandoc/pandoc" +RTS -K512m -RTS 24_12_report.utf8.md --to html --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash --output 24_12_report.html --smart --email-obfuscation none --self-contained --standalone --section-divs --template "C:\Users\rafael.batista\Documents\R\win-library\3.3\rmarkdown\rmd\h\default.html" --no-highlight --variable highlightjs=1 --variable "theme:bootstrap" --include-in-header "C:\Users\RAFAEL~1.BAT\AppData\Local\Temp\Rtmp6Nox4n\rmarkdown-str3acc1a826b60.html" --mathjax --variable "mathjax-url:https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" --id-prefix section-' had status 127Warning: Error in : pandoc document conversion failed with error 127Stack trace (innermost first): 68: pandoc_convert 67: convert 66: rmarkdown::render 65: observeEventHandler [C:\Users\rafael.batista\Documents\shiny_locally\dist\shiny/server.R#434] 1: shiny::runAppERROR: [on_request_read] connection reset by peerTo view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/8c6b0a0b-8cba-4f6d-b313-7ac2347a5f49%40googlegroups.com.
Error: unused argument (options = list(zoomControl = FALSE))
--
You received this message because you are subscribed to the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/492ee64c-911b-4828-b124-6a7805e07a77%40googlegroups.com.