tamilyn / shiny-pesame

0 stars 0 forks source link

Loading excel files is broken #9

Open alekseyenko opened 6 years ago

alekseyenko commented 6 years ago

on load of 'otut_f.xlsx' the following error is thrown:

Warning: Error in : Missing file extension. Stack trace (innermost first): 93: excel_format 92: readxl::excel_sheets 91: [fileImporterModule.R#320] 80: availableSheets 79: renderUI [fileImporterModule.R#84] 78: func 77: origRenderFunc 76: output$inputFile-controls 1: runApp File otut_f.xlsx was uploaded Warning: Error in : Missing file extension. Stack trace (innermost first): 93: excel_format 92: readexcel 91: readxl::read_excel 90: [fileImporterModule.R#175] 79: rawDataForSheet 78: [fileImporterModule.R#292] 67: dataForExcel 66: loadDataFile [fileImporterModule.R#362] 65: observeEventHandler [fileImporterModule.R#374] 1: runApp ERROR: [on_request_read] connection reset by peer

tamilyn commented 6 years ago

I can't reproduce this. I checked out a fresh copy from github and am able to load excel problems without any issues.

tamilyn commented 6 years ago

Can you install you have the right packages installed by running install-packages.R (in the shiny-pesame/shinypesamer/inst/example directory

alekseyenko commented 6 years ago

I'll try that and get back to you. Presenting the software at 10:15 today, so a bit nervous. Sorry for all the last minute issues. -a

On Jan 26, 2018, at 8:53 AM, Tami Crawford notifications@github.com wrote:

Can you install you have the right packages installed by running install-packages.R (in the shiny-pesame/shinypesamer/inst/example directory

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

tamilyn commented 6 years ago

I'm not having any problems on my machine. I just checked in the code to turn off packrat. Do you want me to come help you trouble shoot?

alekseyenko commented 6 years ago

I'm still off site. Thank you for the offer. -a

On Jan 26, 2018, at 9:08 AM, Tami Crawford notifications@github.com wrote:

I'm not having any problems on my machine. I just checked in the code to turn off packrat. Do you want me to come help you trouble shoot?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

alekseyenko commented 6 years ago

I still could not get excel loading to work, but managed to navigate around that in my demonstration. Overall, the demonstration went well. Thank you! -a

On Jan 26, 2018, at 9:08 AM, Tami Crawford notifications@github.com wrote:

I'm not having any problems on my machine. I just checked in the code to turn off packrat. Do you want me to come help you trouble shoot?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tamilyn/shiny-pesame/issues/9#issuecomment-360793782, or mute the thread https://github.com/notifications/unsubscribe-auth/ACeu0CYr32RHvhCiKoZiBOGVkhnsC_Puks5tOdxUgaJpZM4RuThc.

tamilyn commented 6 years ago

It is likely a missing package, possibly lubridate which was not in the install-packages.R. I just checked some files and downloaded a fresh copy from git and there is some different behavior, so I need to work on getting the configuration reproducible.