Git Product home page Git Product logo

Comments (11)

smartinsightsfromdata avatar smartinsightsfromdata commented on August 18, 2024

@wch @yihui shiny 0.12 is not out (yet!). On the other hand I too get:

Error in checkShinyVersion() : 
  Please upgrade the 'shiny' package to (at least) version 0.12

I assume this is to maintain alignment with the jsonlite version of shiny and htmlwidgets?

Any suggestion please?

from rpivottable.

wch avatar wch commented on August 18, 2024

It is out, though binary packages might not be available on all platforms. You might need to do install.packages('shiny', type='source').

See http://cran.r-project.org/web/packages/shiny/index.html

from rpivottable.

gonzmg88 avatar gonzmg88 commented on August 18, 2024

Hi,
These are my packages via devtools::session_info()

 htmlwidgets   0.4      2015-05-18 CRAN (R 3.2.0)
rpivotTable * 0.1.4    2015-05-18 Github (smartinsightsfromdata/rpivotTable@4c7d219)
 shiny       * 0.12.0   2015-05-18 CRAN (R 3.2.0)

I tried too with htmlwidgets and shiny github versions with the same result.

from rpivottable.

yihui avatar yihui commented on August 18, 2024

@smartinsightsfromdata The binaries seem to be available from the CRAN main site now. They should be moving to other mirrors in the next few days.

This looks like an issue related to rstudio/shiny#799 rpivotTable uses 1.11.4, and shiny uses a tailored version of 1.10.4.

from rpivottable.

smartinsightsfromdata avatar smartinsightsfromdata commented on August 18, 2024

@wch @yihui thanks guys! After downloading shiny 0.12 everything works for me now.

This is my sessionInfo

> sessionInfo()
R version 3.2.0 Patched (2015-05-01 r68301)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.10.3 (Yosemite)

locale:
[1] en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8

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

other attached packages:
[1] dplyr_0.4.1       rpivotTable_0.1.4 shiny_0.12.0     

loaded via a namespace (and not attached):
 [1] Rcpp_0.11.6      XML_3.98-1.1     digest_0.6.8     assertthat_0.1  
 [5] bitops_1.0-6     mime_0.3         R6_2.0.1         xtable_1.7-4    
 [9] jsonlite_0.9.16  DBI_0.3.1        git2r_0.10.1     magrittr_1.5    
[13] lazyeval_0.1.10  rstudioapi_0.3.1 devtools_1.8.0   tools_3.2.0     
[17] htmlwidgets_0.4  RCurl_1.95-4.6   parallel_3.2.0   httpuv_1.3.2    
[21] yaml_2.1.13      rsconnect_0.3.77 rversions_1.0.0  memoise_0.2.1   
[25] htmltools_0.2.6 

from rpivottable.

yihui avatar yihui commented on August 18, 2024

I can still see the error from the JS console, though:

jquery-ui.min.js:8 Uncaught TypeError: Cannot read property 'empty' of undefined

from rpivottable.

smartinsightsfromdata avatar smartinsightsfromdata commented on August 18, 2024

@yihui would you be so kind to try again - (possibly refreshing rpivottable, htmlwidgets and shiny)?

I do not get the error you are referring to.

I do get the "typical" error referring to the missing favIcon.ico (fixable adding a www folder and a proper favicon):

Failed to load resource: the server responded with a status of 404 (Not Found)

from rpivottable.

gonzmg88 avatar gonzmg88 commented on August 18, 2024

Hi,
I still have the error in rstudio navegator:

TypeError: undefined is not an object (evaluating 't.dpDiv.empty') jquery-ui.min.js:8

In chrome:

Uncaught TypeError: Cannot read property 'empty' of undefined jquery-ui.min.js:8
devtools::session_info()
Session info --------------------------------------------------------------------------------------------------------
 setting  value                       
 version  R version 3.2.0 (2015-04-16)
 system   x86_64, linux-gnu           
 ui       RStudio (0.99.441)          
 language (EN)                        
 collate  en_US.UTF-8                 
 tz       GMT                         

Packages ------------------------------------------------------------------------------------------------------------
 package     * version  date       source                                            
 bitops        1.0-6    2013-08-17 CRAN (R 3.2.0)                                    
 devtools      1.8.0    2015-05-09 CRAN (R 3.2.0)                                    
 digest        0.6.8    2014-12-31 CRAN (R 3.2.0)                                    
 git2r         0.10.1   2015-05-07 CRAN (R 3.2.0)                                    
 htmltools     0.2.6    2014-09-08 CRAN (R 3.2.0)                                    
 htmlwidgets   0.4      2015-05-21 Github (ramnathv/htmlwidgets@86994f5)             
 httpuv        1.3.2    2014-10-23 CRAN (R 3.2.0)                                    
 httr          0.6.1    2015-01-01 CRAN (R 3.2.0)                                    
 knitr         1.10.5   2015-05-06 CRAN (R 3.2.0)                                    
 magrittr      1.5      2014-11-22 CRAN (R 3.2.0)                                    
 memoise       0.2.1    2014-04-22 CRAN (R 3.2.0)                                    
 mime          0.3      2015-03-29 CRAN (R 3.2.0)                                    
 R6            2.0.1    2014-10-29 CRAN (R 3.2.0)                                    
 Rcpp          0.11.6   2015-05-01 CRAN (R 3.2.0)                                    
 RCurl         1.95-4.6 2015-04-24 CRAN (R 3.2.0)                                    
 rpivotTable * 0.1.4    2015-05-21 Github (smartinsightsfromdata/rpivotTable@4c7d219)
 rversions     1.0.0    2015-04-22 CRAN (R 3.2.0)                                    
 shiny       * 0.12.0   2015-05-18 CRAN (R 3.2.0)                                    
 stringi       0.4-1    2014-12-14 CRAN (R 3.2.0)                                    
 stringr       1.0.0    2015-04-30 CRAN (R 3.2.0)                                    
 XML           3.98-1.1 2013-06-20 CRAN (R 3.2.0)                                    
 xtable        1.7-4    2014-09-12 CRAN (R 3.2.0)                                    
 yaml          2.1.13   2014-06-12 CRAN (R 3.2.0)                                    

from rpivottable.

smartinsightsfromdata avatar smartinsightsfromdata commented on August 18, 2024

@gonzmg88 apologies for the inconvenience.

I've just pushed a new rpivotTable version 0.1.4.1 which is:

  • aligned to shiny as far as jquery (v1.11.0) and jqueryui (v1.10.4)
  • aligned to pivottable version as far as 1.4.3

With this version there are no errors and the dateRangeInput value are displayed correctly (but you get the error for missing favIcon.ico - this should disappear if you set a favIcon.ico file in www).

from rpivottable.

smartinsightsfromdata avatar smartinsightsfromdata commented on August 18, 2024

@gonzmg88 please let me know if you still have problems, otherwise I'll close this issue.

from rpivottable.

gonzmg88 avatar gonzmg88 commented on August 18, 2024

@smartinsightsfromdata it works now, thank you!

No need to apologize, thank you for your work!

from rpivottable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.