nx10 / httpgd

Asynchronous http server graphics device for R.
https://nx10.github.io/httpgd
GNU General Public License v2.0
365 stars 19 forks source link

`hgd_browse()`: This site can’t be reached #159

Open danli349 opened 5 months ago

danli349 commented 5 months ago

Hello:

When I run the code:

library(httpgd)
library(unigd)
hgd()
hgd_browse()

How should I fix the "This site can’t be reached" error in Google Chrome? image Thanks

nx10 commented 4 months ago

Could you please provide information about your environment?

danli349 commented 4 months ago

@nx10

Thanks a lot!

browser is Google Chrome,

> sessionInfo()
R version 4.3.2 (2023-10-31 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 11 x64 (build 22631)

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.utf8  LC_CTYPE=English_United States.utf8    LC_MONETARY=English_United States.utf8
[4] LC_NUMERIC=C                           LC_TIME=English_United States.utf8    

time zone: America/New_York
tzcode source: internal

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] ggplot2_3.5.0     unigd_0.1.0       httpgd_2.0.0.9000 devtools_2.4.5    usethis_2.2.2    

loaded via a namespace (and not attached):
 [1] generics_0.1.3    utf8_1.2.4        stringi_1.8.3     digest_0.6.34     magrittr_2.0.3    evaluate_0.23    
 [7] grid_4.3.2        pkgload_1.3.4     fastmap_1.1.1     pkgbuild_1.4.3    sessioninfo_1.2.2 urlchecker_1.0.1 
[13] promises_1.2.1    purrr_1.0.2       fansi_1.0.6       scales_1.3.0      cli_3.6.2         shiny_1.8.0      
[19] rlang_1.1.3       ellipsis_0.3.2    munsell_0.5.0     withr_3.0.0       remotes_2.4.2.1   cachem_1.0.8     
[25] yaml_2.3.8        tools_4.3.2       memoise_2.0.1     dplyr_1.1.4       colorspace_2.1-0  httpuv_1.6.14    
[31] vctrs_0.6.5       R6_2.5.1          mime_0.12         lifecycle_1.0.4   stringr_1.5.1     fs_1.6.3         
[37] htmlwidgets_1.6.4 miniUI_0.1.1.1    pkgconfig_2.0.3   pillar_1.9.0      later_1.3.2       gtable_0.3.4     
[43] glue_1.7.0        profvis_0.3.8     Rcpp_1.0.12       systemfonts_1.0.5 tidyselect_1.2.0  xfun_0.42        
[49] tibble_3.2.1      rstudioapi_0.15.0 knitr_1.45        farver_2.1.1      xtable_1.8-4      htmltools_0.5.7  
[55] labeling_0.4.3    rmarkdown_2.25    compiler_4.3.2