Closed olivertam closed 3 years ago
Ran into the same issue, the omicser::launchApp()
results in an error, but the correct way to launch the app is in the Quickstart documents- omicser::run_app(options = list(launch.browser = TRUE))
The second way seemed to worked for me, the documentation for omicser::launchApp()
should be updated
I can confirm that the second approach works. Thanks.
fixed with #35
Omicser was installed via
devtools::github("ergonyc/omicser")
: