[R] Building a stand-alone package

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Thu May 30 15:06:29 CEST 2002


tlorino at vet-alfort.fr writes:

> Dear R users,
> 
> I'm working with Windows 2000 and R -- note that I could maybe work with Linux too...
> I would like to know if it is possible to build a stand-alone statistical
> package which:
> -- could be programmed in R language,
> -- could have a nice graphical interface with buttons and menus (this package
> will be distributed to non-statistician people),
> -- could realize statistical operations, like for example simulations with
> Monte-Carlo method.
> 
> If needed, it could be implemented with Java (or Perl?).

Things of this sort have been coded up using the tcltk package before.
This is in general fairly easy (check out demo(tkdensity) et al.), but
of course the magnitude of the task depends on how much ground you
want to cover.

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list