Does the R package in FreeBSD 11 include a GUI?

I pkg installed R and the command is available from the command line, but I can't figure out how to start the GUI. I've done my research and there just isn't much out there about R on FreeBSD. Is the GUI there? I am using FreeBSD 11.1 and R-3.4.0_2 and KDE 4. I sorta gave up yesterday and installed rkward, but that's not ideal. I'd rather just use the R GUI or R Studio if it was available.

pkg info R-3.4.0_2 gives:
Code:
...
Options        :
        ATLAS          : off
        CAIROPANGO     : on
        GHOSTSCRIPT    : on
        ICU            : on
        INFO           : on
        JPEG           : on
        LDOUBLE        : on
        LETTER         : off
        LIBR           : on
        LTO            : off
        MEMPROF        : off
        NETLIB         : off
        NLS            : on
        OPENBLAS       : off
        OPENMP         : off
        PNG            : on
        RBLAS          : on
        RPROF          : on
        TCLTK          : on
        TEXDOCS        : off
        TIFF           : on
        X11            : on
...

Seems ok, but I can't tell were R GUI is. Help!
 
Oko, on Mac it comes with a GUI and on Windows :). I thought it did on Linux, too, but now I'm thinking not. Rstudio is great on linux/mac/etc, but I'm not really up to port it to bsd, just yet. I found rkward which seems to work on freebsd ok. I'll stick with that and the command line for the time being.
 
Back
Top