Skip to content

Cannot launch R package in Linux  #160

@EricRLucas

Description

@EricRLucas

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions