Thank you for your help! That brings the question of whether it is possible to pass a list to an R function from a C application without creating a STRSXP list with allocVector in the C application first (and using eval). My main application is in C.
> In some cases, rather than creating a stand-alone > application that > embeds R, you can run your code from within R and > have the same effect > but avoiding issues such as libR.so, > LD_LIBRARY_PATH, etc. And since > you are using Gtk, it might be possible to program > the GUI entirely > within R via RGtk and related packages. > > Good luck. > > > > > > elena zheleva > > > > ______________________________________________ > > [EMAIL PROTECTED] mailing list > > > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > > -- > _______________________________________________________________ > > Duncan Temple Lang > [EMAIL PROTECTED] > Bell Labs, Lucent Technologies office: > (908)582-3217 > 700 Mountain Avenue, Room 2C-259 fax: > (908)582-3340 > Murray Hill, NJ 07974-2070 > http://cm.bell-labs.com/stat/duncan ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
