Dear R-Devel subsriber,
during the set-up of a package with a NAMESPACE I stumbled over the
following warning during:
R CMD check -l c:/R/package smem
## skipped output
* checking for missing documentation entries ... WARNING
Undocumented S4 methods:
generic 'show' and siglist 'equation'
All u
On Wed, 22 Nov 2006, Pfaff, Bernhard Dr. wrote:
> Dear R-Devel subsriber,
>
> during the set-up of a package with a NAMESPACE I stumbled over the
> following warning during:
>
> R CMD check -l c:/R/package smem
>
> ## skipped output
> * checking for missing documentation entries ... WARNING
> Undo
>On Wed, 22 Nov 2006, Pfaff, Bernhard Dr. wrote:
>>
>> \alias{show, equation-method}
>
>There are no spaces in the examples in Writing R Extensions,
>so I would
>not have assumed they are allowed. Does it work without the
>space? (If
>it supposed to, we need to document that.)
Dear Prof. Ri
Peter Ruckdeschel wrote:
> Dear R-devels,
>
> We have encountered a problem concerning a dead lock in the dependency graph:
>
> We have two packages A1 and A2 where A2 extends A1.
>
> We have one package vignette for both packages, but which should be included
> into package A1.
>
> So in the
Assuming you don't want to split it tup:
In A1 place a file A1-packages.Rd which documents all sources of documentation
for A1. That can refers the user to the vignette in A2.
packages?A1
will bring it up this information help file.
You could also considering having a one line vignette in A1
To answer my own question - you can use DllMain with Rwin_fpset() to get
around this error message.
Am still struggling though as it crashes when it tries to call a function
in the wrapped DLL - any ideas on how to debug this?
Hope this is of help to some one
Tom
On Tue, 21 Nov 2006 17:30:
Hi everyone,
Have been trying to include windows.h (from MinGW) and R.h into a package
and have found that Ralloc is coming up as a clash no matter which include
ordering I use. In windows it has 2 arguments and is defined in objidl.h
and in R.h it is 3 arguments. Any ideas of how to work
I noticed that a new feature in R 2.4 is that unlist of a list of factors
already does the operation that I proposed :
> x = factor(letters[1:5])
> y = factor(letters[4:8])
> unlist(list(x,y))
[1] a b c d e d e f g h
Levels: a b c d e f g h
>
Therefore, does it not make sense that c(x,y) shoul
Sehr geehrte Damen und Herren,
Als SI GROUP Für Herbst und Winter haben wir Ihnen ein preislich
unschlagbares Angebot an die türkische Riviera-BELEK Halb Pansion 5 Sterne
Hotels anzubieten.
Ab Zuerich und Basel.
INCLUSIV FLUG Hin und Zurück und
8-tägige Ferien an der Türkischen Riviera-Antalya-5
I just noticed that a new feature in R 2.4 is that unlist of a list of
factors
already does the operation that I proposed :
> x = factor(letters[1:5])
> y = factor(letters[4:8])
> unlist(list(x,y))
[1] a b c d e d e f g h
Levels: a b c d e f g h
>
Therefore, does it not make sense that c(x,y) s
Hi wizards, I have a function in R for example:
anyfunction<-function(beta0, popsize, maxgen),
but I have a function in C for example:
SEXP otherfunction(SEXP beta0, SEXP popsize, SEXP maxgen)
I call it function with .Call but I need to call to anyfunction on
otherfunction. Does somebody know
Ricardo Rios wrote:
> Hi wizards, I have a function in R for example:
> anyfunction<-function(beta0, popsize, maxgen),
>
> but I have a function in C for example:
>
> SEXP otherfunction(SEXP beta0, SEXP popsize, SEXP maxgen)
>
> I call it function with .Call but I need to call to anyfunction o
Where exactly did you get windows.h from? The recommended source is
w32api-3.7.tar.gz, and there is no Ralloc in any of its header files,
including objidl.h.
BTW, do you know about defining WIN32_LEAN_AND_MEAN when including
windows.h? If not, it is worth finding out about.
On Wed, 22 Nov 20
13 matches
Mail list logo