Sage-Bionetworks / dccvalidator-app

0 stars 0 forks source link

Data file summary broken #35

Closed karawoo closed 5 years ago

karawoo commented 5 years ago

Works fine locally, broken on the server.

Screen Shot 2019-07-17 at 4 44 49 PM

Stack trace includes a bunch of

Warning: Error in mutate_impl: Cannot convert object to a function: [type=NULL; target=CLOSXP, SPECIALSXP, or BUILTINSXP].

and

Warning: Error in summarise_impl: Cannot convert object to a function: [type=NULL; target=CLOSXP, SPECIALSXP, or BUILTINSXP].

It also appears that even though I have installed packages into a local library and updated my .libPaths(), the app is still using the server-wide library. I see a message about a very out-of-date synapser version.

karawoo commented 5 years ago

Fixed by upgrading dplyr version on the server from 0.7.4 to 0.8.3

(The message about an out-of-date synapser version was due to SYNR-1424; the correct version is being used but a warning was getting thrown nonetheless).