Submitted by warrenjb on Thu, 03/31/2011 - 20:44
Posted in
Looking for some help in loading R packages into Red-R. How do I get them to show as available? Do I need to do something to make an R package work for Red-R first? Is there a library online somewhere that I can point to? Thanks.
info agricolae packed
did some one now how to install the agricolae packed in red R...
thanks a lot for your help...
There is actually a lot of
There is actually a lot of stuff that needs to be done. Someone has to make the widgets for the R package. You can incorporate them in the usual way into the underlying R session using install.packages(c("")) in the RExecutor widget.
If you want to try to make the widgets yourself you can try the Widget Maker tool. You'll have to know a bit of R and Python to do this with success.
Kyle