Displaying 3 results from an estimated 3 matches for "tineke".
Did you mean:
rineke
2004 Feb 04
0
help(Memory) [forwarded message]
I can't understand that people still send things like this to
R-core...
------- start of forwarded message -------
From: Tineke Casneuf <ticas at psb.ugent.be>
Sender: r-core-bounces at stat.math.ethz.ch
To: R-core at r-project.org
Subject: help(Memory)
Date: Wed, 04 Feb 2004 13:39:32 +0100
Dear,
I am trying to find a appropriate package to analyse gene expression
data from DNA microarray experiments. My data are al...
2008 Jan 14
1
rm: failed to get attributes of `/':
Recently I have heard reports like the one below a couple of times:
Tineke Casneuf wrote:
> However I did encouter an error when trying to install a self-made dummy
> package. I am sure it is not due to the package because it can be build on
> someone else's windows PC.
>
> The error message is *rm: failed to get attributes of `/': No such file or
&...
2008 Jan 28
1
package.skeleton from within function: objects not found
Hi all,
I ran into a strange error: I am trying to create a package skeleton for a
new source package from within a function. Objects that are created in this
function are to be included in my package, but for some reason, I get an
error message saying that these objects cannot be found.
Here is the code:
######
myfun <- function(pkgName,x){
myenv <- new.env()
apply(x, 1,