[R] Usage of OCaml/R binding.

2009-09-07 Thread Guillaume Yziquel
gs as first argument, then a unit ( think of it a C void value containing nothing), and I get back an integer. The '?argv:' stuff is concerned with optional arguments, so no real big deal. Documentation and examples of how the API works to embed R in an application would be highly a

[R] What symbols are loaded when require()ing?

2010-02-15 Thread Guillaume Yziquel
Hello. I would need to know of a programmatic way to get a list of all the new symbols you get when require(9)ing a package/library. I'd like to know how to do that from within R, or with the C API. Pointers to relevant documentation are also welcome. All the best, -- Guil

[R] Silently loading an R package.

2009-11-13 Thread Guillaume Yziquel
ossible to squeeze off this output on stdout? All the best, Guillaume Yziquel. yziq...@seldon:~$ ocaml-batteries Objective Caml version 3.11.1 _ | | | | [| + | | Batterie

Re: [R] Silently loading an R package.

2009-11-14 Thread Guillaume Yziquel
gards, Yihui Thank you so much... Guillaume Yziquel. -- Yihui Xie Phone: 515-294-6609 Web: http://yihui.name Department of Statistics, Iowa State University 3211 Snedecor Hall, Ames, IA On Fri, Nov 13, 2009 at 6:02 PM, Guillaume Yziquel wrote: Hello. I've been working an a binding

[R] Problem loading fAssets.

2009-11-17 Thread Guillaume Yziquel
ont pas exportés par 'namespace:timeSeries' Erreur : le chargement du package / espace de noms a échoué pour 'fAssets' Two questions: -1- Being quite new to R, I'm wondering what this means exactly. -2- Does this seem to be an issue with fAssets itself, or with Debian

[R] Listing what a package exports.

2009-11-17 Thread Guillaume Yziquel
things before. All the best, -- Guillaume Yziquel http://yziquel.homelinux.org/ __ 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 p

[R] code for [[.data.frame

2009-12-13 Thread Guillaume Yziquel
special syntacting handling. Could someone kindly show me how to display the code of [[.data.frame in the R toploop? All the best, -- Guillaume Yziquel http://yziquel.homelinux.org/ __ R-help@r-project.org mailing list https://stat.ethz.

Re: [R] code for [[.data.frame

2009-12-13 Thread Guillaume Yziquel
owing how to do this from the toploop. Thanks a lot. -- Guillaume Yziquel http://yziquel.homelinux.org/ __ 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/pos

Re: [R] [Fwd: snowfall on Win7]

2010-01-07 Thread Guillaume Yziquel
ars)){ if (names(IncludeVars)[i] %in% ExcludeVars) next cat('"',names(IncludeVars)[i],'", "',IncludeVars[i],'";\n',sep='') } cat(" ]\n\n") cat("end\n"