joey711 / shiny-phyloseq

An interactive web application for demonstrating and using phyloseq.
http://joey711.github.io/shiny-phyloseq
GNU General Public License v3.0
60 stars 45 forks source link

ui.R looks for transform.md, but only Transform.md exists #48

Closed mwhall closed 10 years ago

mwhall commented 10 years ago

An error is caused by looking for panels/paneldoc/transform.md, but the file in there is called panels/paneldoc/Transform.md.

This can be worked around by copying Transform.md to transform.md, if you have downloaded the source, sourcing the .R files, and running "runApp()" to launch the Shiny app. I didn't find a workaround for the runGitHub command.

The exact error is:

Warning in readLines(con) : cannot open file 'panels/paneldoc/transform.md': No such file or directory Error in readLines(con) : cannot open the connection Warning in readLines(con) : cannot open file 'panels/paneldoc/transform.md': No such file or directory Error in readLines(con) : cannot open the connection

joey711 commented 10 years ago

Hmm, I believe this is a versioning issue. case-sensitivity can wreak havoc with versioning systems.

I'll keep this open until I verify what is going on.

Thanks for the bug report, and your interest in Shiny-phyloseq!

joey

mlangill commented 10 years ago

I am getting the same error.

joey711 commented 10 years ago

This should be fixed now. Try again.

I will close this issue for now. Please post again here if this issue is persisting.

Thanks for the feedback and your interest in Shiny-phyloseq!

joey