Re: [R] RCurl: authentication when posting forms

2008-08-29 Thread EBo
I do not know if this is related, but for some functions to work properly cookies, java, and/or javaqscript need to be enabled. Some of the current pages do not check for requirements and warn, they just don't work properly. Just a thought of something else to try... EBo -- Duncan Temple

[R] accessing sd and var functions in embedded app

2008-08-27 Thread EBo
I am able to call R functions like min, mean, and mad from from a C/C++ embedded application, but when I try to get the standard deviation or variance (sd, var) R segfaults. Can someone suggest how to resolve this? Thanks and best regards, EBo

[R] embedded examples

2008-08-26 Thread EBo
regards, EBo -- __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.