Displaying 11 results from an estimated 11 matches for "orientlib".
Did you mean:
clientlib
2007 Sep 28
3
orientlib
Hi All user,
I have been using R-2.5.1. dose orientlib support this version? I would like to try. it.
I have been wondering how to install the library.
With regards,
abu
_________________________________________________________________
Celeb spotting ? Play CelebMashup and win cool prizes
2003 Jul 07
1
Bug in Rd2dvi.sh (or doc error)? (PR#3422)
In 1.7.1 and today's r-patched in Windows, starting a continuation
line with a tab in a DESCRIPTION file causes the continuation to be
lost. For example, I have this file:
Package: orientlib
Title: Support for orientation data
Version: 0.2
Author: Duncan Murdoch
Description: Representations, conversions and display of orientation
SO(3) data.
See the orientlib help topic for details.
Maintainer: Duncan Murdoch <dmurdoch@pair.com>
License: GPL
The Description line is supposed to...
2003 Dec 24
1
Questions and suggestions about namespaces
I'm trying to add a namespace to my orientlib package. It makes use
of S4 methods.
A few questions, and a couple of suggestions:
1. Is there a way to put version dependency into the NAMESPACE file?
I need to import something from stats in r-devel, but (of course) I
get an error when using the same import directive in r-patched and
earlier...
2005 Nov 01
4
S4 classes in existing packages
R-devel,
I'm interested in looking at some examples of existing R packages that
rely heavily on S4 classes to get a feel for varying styles and
package organization techniques. Could you recommend any packages
that might serve as a good starting point?
Thanks in advance,
Jeff
2005 Nov 01
4
S4 classes in existing packages
R-devel,
I'm interested in looking at some examples of existing R packages that
rely heavily on S4 classes to get a feel for varying styles and
package organization techniques. Could you recommend any packages
that might serve as a good starting point?
Thanks in advance,
Jeff
2003 Jul 18
3
Strategies for S-PLUS compatibility?
I'd like to give a copy of an R package to someone using S-PLUS. It
doesn't just run as-is, it'll need changes. Has anyone written any
general guidelines on ways to port in that direction?
Duncan Murdoch
2017 Dec 26
2
Rscript fails with some packages (for example, h5)
Hi Dirk,
Thanks for the solution. Now I know the work-arounds, but still don't
quite get it. Why does R_DEFAULT_PACKAGES has anything to do with
library(methods)? If library(h5) works, it should just work, not depend on
an environment variable. Rscript is not consistent with R, that's my
confusion.
Steve
2017-12-26 20:46 GMT+08:00 Dirk Eddelbuettel <edd at debian.org>:
>
2017 Dec 27
3
Rscript fails with some packages (for example, h5)
...(112)). The
"gmp" package imports methods, and it works in Rscript. What doesn't
work is to expect library(h5) or library(gmp) to cause methods functions
like show() to be available to the user.
There is a way to do that, but it is discouraged nowadays. My ancient
package "orientlib" depends on methods, and that forces methods to be
attached so show() works in Rscript. ("Depends" is used in the
DESCRIPTION file sense.) h5 doesn't "depend" on methods, it "imports"
methods.
>
> | Rscript is not consistent with R, that's my...
2010 Aug 25
1
Documenting S4 Methods
I'm in the process of converting some S3 methods to S4 methods.
I have this function :
setGeneric("enrichmentCalc", function(rs, organism, seqLen, ...){standardGeneric("enrichmentCalc")})
setMethod("enrichmentCalc", c("GenomeDataList", "BSgenome"), function(rs, organism, seqLen, ...) {
... ... ...
})
2007 Mar 26
1
Problem in loading all packages all at once
...DE","nlreg","nnet","nor1mix","norm","normalp","NORMT3","nortest","noverlap","npmc","numDeriv","nws","Oarray","odesolve","onion","optmatch","orientlib","ouch","outliers","oz","pamr","pan","panel","papply","partitions","partsm","party","pastecs","pbatR","PBSmapping","pcaPP","pcurve","pear&q...
2009 Aug 24
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
Updated packages
----------------
New reviews
-----------
This email provided as a service for the R community by
http://crantastic.org.
Like it? Hate it? Please let us know: cranatic at gmail.com.