-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I tried to install the R package in Linux following the instructions:
devtools::install_github(
"diyabc/diyabcGUI",
subdir = "R-pkg"
)
library(diyabcGUI)
diyabcGUI::dl_all_latest_bin()
These commands all completed without error.
I then tried to launch the GUI with
library(diyabcGUI)
diyabcGUI::diyabc()
I get the following output:
INFO [2024-06-26 16:02:49] log file: /tmp/Rtmp6AL1QT/diyabc_rf_gui.log
INFO [2024-06-26 16:02:49] Loading required package: shiny
Loading required package: shiny
INFO [2024-06-26 16:02:49] Listening on http://127.0.0.1:4833
Listening on http://127.0.0.1:4833
ERROR [2024-06-26 16:02:49] 'browser' must be a non-empty character string
Error in utils::browseURL(appUrl) :
'browser' must be a non-empty character string
Thanks
Eric