embl-cba / shinyHTM

3 stars 1 forks source link

settings.r not found #6

Open jkh1 opened 3 years ago

jkh1 commented 3 years ago
library(shiny)
runGitHub("shinyHTM", "embl-cba")

produces:

[1] "sourcing settings.r" Warning in file(filename, "r", encoding = encoding) : cannot open file './settings.r': No such file or directory

tischi commented 3 years ago

Strange, I never had this error. cc @hmbotelho any ideas? I see there is a settings.R file in the repo: https://github.com/embl-cba/shinyHTM/blob/master/settings.R Maybe it is just a matter of renaming the file ending from.R to .r?

jkh1 commented 3 years ago

I've now cloned the repository and renaming settings.R to settings.r fixes it at least when using runApp("shinyHTM").