Displaying 3 results from an estimated 3 matches for "aoultchenko".
2011 Jan 28
1
generating HTML help pages
Dear All,
I need to convert all Rd help pages for my package to HTML format in
order to serve these on our web-server. Ideally, I would like to do that
as "all docs in single page" and also index page + one html page per Rd
file.
Looking through documentation the only clues I could find were
* R CMD Rdconv --type=html FILE, which does not produce cross-links,
does not
2009 Dec 08
1
extraction of sub-matrix by name
Dear all,
sorry to bother you with potentially known issue --
we have noticed that if we select data frame rows by rownames, we get
some results back if the match can be done unambiguously, though the
match is not perfect (see example), e.g. x{"2",] will return a row if
there is a unique row with name starting with "2" (but may be
"2375745"!)
is that a
2009 Sep 04
3
asking for suggestions: interface for a C++ class
Dear All,
I would like to have an advice for designing an R library, and thought
that R-devel may be the best place to ask given so many people who are
highly expert in R are around.
We are at an early stage of designing an R library, which is
effectively an interface to a C++ library providing fast access to
large matrices stored on HDD as binary files. The core of the C++
library is