nt: Thursday, September 10, 2009 5:12 PM
> To: chris...@nuverabio.com
> Cc: r-devel@r-project.org
> Subject: Re: [Rd] importing/loading package without a namespace
>
> Hi Christos --
>
> Christos Hatzis wrote:
> > I am developing a package that imports some functions fr
nd for packages 'citation(pkgname)'.
Loading required package: qcc
Error : package 'qcc' does not have a name space
Error: package/namespace load failed for 'nvQC'
Execution halted
It looks like this package has a loading problem: see the messages for
details.
Chr
See details on subsetting
?"["
specifically the drop argument.
To prevent the effects of drop() use
L[k, 1:(r-1), drop=FALSE]
-Christos
> -Original Message-
> From: r-devel-boun...@r-project.org
> [mailto:r-devel-boun...@r-project.org] On Behalf Of Mathieu Ribatet
> Sent: Monday, Augu
ent: Tuesday, August 25, 2009 10:16 PM
> To: christos.hat...@nuverabio.com
> Cc: r-devel@r-project.org
> Subject: Re: [Rd] package dependencies specification
>
> Hi Christos --
>
> Christos Hatzis wrote:
> >
> > Hello,
> >
> > After running R CMD chec
ffy, hgu133acdf, hgu133plus2cdf)
importFrom(affyio, read.celfile, read.celfile.header)
DESCRIPTION
...
Depends: R (>= 2.5.0), Biobase
Imports: affy, affyio, simpleaffy, hgu133acdf, hgu133plus2cdf
--------
I'd appreciate any help.
Thank you.
-Christos
Christos Hatzis, Ph.D.
N
The point was that c(1, 1, 2) is not a matrix but a vector, two distinct
things in R.
> a <- c(1, 1, 2)
> class(a)
[1] "numeric"
> ta <- t(a)
> class(ta)
[1] "matrix"
> class(t(ta))
[1] "matrix"
The transpose operation is only defined for matrices, so if you insist to
apply it to a vector, it fir
And the other missing piece is that t() coerces the input vector to a
1-column matrix that can then be transposed and returned as a 1-row matrix
(with a dim attribute).
-Christos
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Peter Dalgaard
> Sent
If I understand it correctly, one way would be to define a function to
specify the default options/arguments in the required order.
For example,
> mle.options <- function(method = "BFGS", lower = 0, upper = Inf,
hessian=FALSE)
+ list(method=method, lower=lower, upper=upper, hessian=hessian)
> mle
Andrew,
Here's is a way how your example could be coded with the current
implementation of plot. You can always start with an empty plot and then
add lines or points (or both) using the corresponding functions.
> x <- seq(-2, 2, 0.1)
> plot(x, x, type="n")
> mapply(function(f, i) lines(x, f(x)
.html
All the best,
-Christos
Christos Hatzis, Ph.D.
Nuvera Biosciences, Inc.
400 West Cummings Park
Suite 5350
Woburn, MA 01801
Tel: 781-938-3830
www.nuverabio.com
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Finley
> Sent
d do it.
> I haven't tried it myself to check whether it really is
> possible to add all the menu items.
>
> On 5/16/07, Christos Hatzis <[EMAIL PROTECTED]> wrote:
> > Thanks, Gabor.
> > This does not add a new item to the existing File menu, instead it
>
TECTED]
> Sent: Wednesday, May 16, 2007 1:34 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Rd] 'attach workspace' on R console File menu
>
> On 5/16/07, Christos Hatzis <[EMAIL PROTECTED]> wrote:
> > Quite often I save misc functions and da
e to allow
attaching workspaces, e.g.
Attach Workspace...
Load Workspace...
Save Workspace...
Is this something that could make the wish list for future R Console
features?
Thanks.
-Christos
Christos Hatzis, Ph.D.
Nuvera Biosciences, Inc.
400 West Cum
workaround is
possible as 'lib' is equivalent to 'link /lib':
pexports R.dll > R.exp
link /lib /def:R.exp /machine:x86 /out:Rdll.lib
-Christos
Christos Hatzis, Ph.D.
Nuvera Biosciences, Inc.
400 West Cummings Park
Suite 5350
Woburn, MA 01801
Tel: 781-938-3830
www.nuverabio.com
Sorry. I found the answer in an earlier post by Prof. Ripley. I must have
not searched the archives hard enough.
http://tolstoy.newcastle.edu.au/R/e2/devel/06/10/0723.html
-Christos
_
From: Christos Hatzis [mailto:[EMAIL PROTECTED]
Sent: Monday, December 04, 2006 4:43 PM
To:
Visual C++ Toolkit in Windows XP Pro.
Thank you for any advice.
Christos Hatzis, Ph.D.
Nuvera Biosciences, Inc.
400 West Cummings Park
Suite 5350
Woburn, MA 01801
Tel: 781-938-3830
www.nuverabio.com <http://www.nuverabio.com/>
[[alternative HTML version d
argument to a C function
On 3 December 2006 at 11:47, Christos Hatzis wrote:
| Thank you. The code in kmeans.c is indeed informative. One needs to
| remember that an R matrix is a vector with attributes.
In case there is any chance that you could turn your part of the source from
C into C++, t
Thank you. The code in kmeans.c is indeed informative. One needs to
remember that an R matrix is a vector with attributes.
-Christos
-Original Message-
From: Prof Brian Ripley [mailto:[EMAIL PROTECTED]
Sent: Sunday, December 03, 2006 3:25 AM
To: Christos Hatzis
Cc: r-devel@r
t it will use in some way
the "vector of pointers to row vectors" concept, but I am not familiar
enough in C yet to figure it out. Any hints on how in can be done with
.Call if easier?
Thank you.
-Christos
Christos Hatzis, Ph.D.
Nuvera Biosciences, Inc.
400 West Cummings Park
Suite 5350
19 matches
Mail list logo