dcomtois / summarytools

R Package to Quickly and Neatly Summarize Data
504 stars 77 forks source link

view stopped working with new versions of summarytools and Rstudio #118

Closed astraetech closed 3 years ago

astraetech commented 4 years ago

Hi,

I updated sumamrytools to the dev-current and Rstudio to 1.3.1054 and now the viewer pane can not view the dfSummary output -- html file not found. Could you guys look into this? I will move it to Rstudio if it's them. Thank you Dominic!

> summarytools::view(dfSummary(mtcars))
Output file written: C:\Users\***\AppData\Local\Temp\RtmpoPCFBD\file758448026182.html

Viewer Pane in Rstudio Version 1.3.1054: /session/file758448026182.html?viewer_pane=1&capabilities=1&host=http%3A%2F%2F127.0.0.1%3A27629 not found

Package_info(summarytools):
> package_info("summarytools")
 package      * version
 assertthat     0.2.1  
 backports      1.1.8  
 base64enc      0.1-3  
 checkmate      2.0.0  
 cli            2.0.2  
 codetools      0.2-16 
 crayon         1.3.4  
 curl           4.3    
 digest         0.6.25 
 dplyr        * 1.0.0  
 ellipsis     * 0.3.1  
 fansi          0.4.1  
 generics       0.0.2  
 glue         * 1.4.1  
 htmltools      0.5.0  
 lifecycle      0.2.0  
 lubridate    * 1.7.9  
 magick         2.4.0  
 magrittr       1.5    
 matrixStats    0.56.0 
 pander       * 0.6.4  
 pillar         1.4.4  
 pkgconfig      2.0.3  
 plyr         * 1.8.6  
 pryr           0.1.4  
 purrr        * 0.3.4  
 R6             2.4.1  
 rapportools    1.0    
 Rcpp           1.0.4.6
 reshape        0.8.8  
 rlang        * 0.4.6  
 stringi      * 1.4.6  
 stringr      * 1.4.0  
 summarytools * 0.9.7  
 tibble       * 3.0.1  
 tidyr        * 1.1.0  
 tidyselect     1.1.0  
 utf8           1.1.4  
 vctrs          0.3.1  
 date       lib
 2019-03-21 [1]
 2020-06-17 [1]
 2015-07-28 [1]
 2020-02-06 [1]
 2020-02-28 [1]
 2018-12-24 [1]
 2017-09-16 [1]
 2020-06-08 [1]
 2020-02-23 [1]
 2020-05-29 [1]
 2020-05-15 [1]
 2020-01-08 [1]
 2018-11-29 [1]
 2020-05-13 [1]
 2020-06-16 [1]
 2020-03-06 [1]
 2020-06-08 [1]
 2020-06-23 [1]
 2014-11-22 [1]
 2020-03-13 [1]
 2020-06-07 [1]
 2020-05-05 [1]
 2019-09-22 [1]
 2020-03-03 [1]
 2018-02-18 [1]
 2020-04-17 [1]
 2019-11-12 [1]
 2014-01-07 [1]
 2020-04-09 [1]
 2018-10-23 [1]
 2020-05-02 [1]
 2020-02-17 [1]
 2019-02-10 [1]
 2020-07-02 [1]
 2020-04-20 [1]
 2020-05-20 [1]
 2020-05-11 [1]
 2018-05-24 [1]
 2020-06-05 [1]
 source                                
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 Github (jeroen/curl@c7ef113)          
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.2)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.2)                        
 CRAN (R 4.0.2)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 Github (rapporter/pander@cb2f8bc)     
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 Github (dcomtois/summarytools@4e3a304)
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        
 CRAN (R 4.0.0)                        

[1] C:/Utils - Finance/R-4.0.0/library
dcomtois commented 4 years ago

Hi. thanks for reporting this... does this occur only with the dev-current branch?

dcomtois commented 3 years ago

Closing for now, let me know if problem persists. Thx.