Displaying 20 results from an estimated 20000 matches similar to: "New package: sets"
2005 Oct 20
0
vcd package 0.9-5 released
Dear useRs,
a new version of the vcd package (0.9-5) is now available from CRAN.
Apart from (a lot of) bug fixes, it includes the following new features
(some of them have 'silently' been included in previous bug fix
releases):
* Improved documentation:
- an introductory vignette on the strucplot framework (including
mosaic, association and sieve plots)
- special vignettes on
2005 Oct 20
0
vcd package 0.9-5 released
Dear useRs,
a new version of the vcd package (0.9-5) is now available from CRAN.
Apart from (a lot of) bug fixes, it includes the following new features
(some of them have 'silently' been included in previous bug fix
releases):
* Improved documentation:
- an introductory vignette on the strucplot framework (including
mosaic, association and sieve plots)
- special vignettes on
2007 Jul 10
0
package "relations" updated
Dear useRs,
Version 0.2 of package "relations" appeared on CRAN and is currently
propagating to the mirrors. In addition to some bug fixes, the new
release includes:
o an introductory vignette showing the main features;
o new SD fitters for the C ("complete") and A ("antisymmetric")
families of relations;
o a fitter for Copeland's method;
o
2003 Oct 30
0
Release of Bioconductor 1.3
The Bioconductor core group would like to announce the 1.3 release of
the Bioconductor software. There are many new packages as well as
several major upgrades and fixes in older packages, and users are
encouraged to check them out. Release 1.3 is intended to be operated
with R version 1.8.X, which can be obtained at CRAN
(http://cran.r-project.org/)
-- WHAT FEATURES DOES THIS RELEASE PROVIDE?
2003 Oct 30
0
Release of Bioconductor 1.3
The Bioconductor core group would like to announce the 1.3 release of
the Bioconductor software. There are many new packages as well as
several major upgrades and fixes in older packages, and users are
encouraged to check them out. Release 1.3 is intended to be operated
with R version 1.8.X, which can be obtained at CRAN
(http://cran.r-project.org/)
-- WHAT FEATURES DOES THIS RELEASE PROVIDE?
2009 Apr 15
6
Intersection of two sets of intervals
Hi,
Algorithm question: I have two sets of "intervals", where an interval is
an ordered pair [a,b] of two numbers. Is there an efficient way in R to
generate the intersection of two lists of same?
For concreteness: I'm representing a set of intervals with a data.frame:
> list1 = as.data.frame(list(open=c(1,5), close=c(2,10)))
> list1
open close
1 1 2
2 5
2007 Oct 04
0
[LLVMdev] RFC: Tail call optimization X86
On 4 Oct 2007, at 00:22, Evan Cheng wrote:
>> ifeq ($(ARCH),x86)
>> LLCBETAOPTION := -regalloc=local -fast -tail-call-opt -tail-call-opt-
>> align-stack
> Please remove -regalloc=local -fast. We want to test this patch
> separately.
just did a test with
LLCBETAOPTION := -tail-call-opt -tail-call-opt-align-stack
this time only SPASS llc-beta fails (comparing with vanilla
2009 Jul 16
2
Finding missing elements by comparing vectors
Hi,
Is there a function in R to do a-b where a and b are two non-numeric sets
(or intersection complement of these two sets).
Kind Regards,
Praveen.
[[alternative HTML version deleted]]
2007 Oct 04
1
[LLVMdev] RFC: Tail call optimization X86
On Oct 4, 2007, at 2:31 PM, Arnold Schwaighofer wrote:
>
> On 4 Oct 2007, at 00:22, Evan Cheng wrote:
>>> ifeq ($(ARCH),x86)
>>> LLCBETAOPTION := -regalloc=local -fast -tail-call-opt -tail-call-
>>> opt-
>>> align-stack
>> Please remove -regalloc=local -fast. We want to test this patch
>> separately.
>
> just did a test with
>
2002 Nov 20
3
Bioconductor 1.1 Released
The Bioconductor development team announces release 1.1 of the
Bioconductor packages for the analysis of genomic data. Bioconductor
is an open source bioinformatics software project based on R.
Version 1.1 features:
=====================
* All packages from the 1.0 release are included. All current bug
fixes have been applied, and most have upgraded and provide
enhanced functionality.
*
2002 Nov 20
3
Bioconductor 1.1 Released
The Bioconductor development team announces release 1.1 of the
Bioconductor packages for the analysis of genomic data. Bioconductor
is an open source bioinformatics software project based on R.
Version 1.1 features:
=====================
* All packages from the 1.0 release are included. All current bug
fixes have been applied, and most have upgraded and provide
enhanced functionality.
*
2008 Apr 06
3
Multiset Permutations
Dear R users,
I want to perform an exact permutation of multisets. I have looked at the
coin package, but it doesn't seem to offer what I am looking for. I want to
perform permutations (exact - without duplications) on multisets of scalars
(e.g., the multiset 0,0,1,2,2). I want to output all the possible
permutations into a data frame so that each multiset permutation occupies a
row (or
2011 Mar 25
0
applying random functions to multisets
Hi,
I am solving following problem:
Suppose I have some multiset:
> multiset <- c("a","a","c","d","d")
and rules, which operate with it (for simplicity not writen in R functions)
> rule1: "a" -> c("a","b")
> rule2: "a" -> c("a","c")
> rule3: "c" ->
2015 Jun 02
0
NEWS.md support on CRAN
On 02/06/2015 11:05 AM, Dirk Eddelbuettel wrote:
> Hi Kurt,
>
> On 1 June 2015 at 14:02, Kurt Hornik wrote:
> | >>>>> peter dalgaard writes:
> |
> | >> On 30 May 2015, at 01:20 , Imanuel Costigan <i.costigan at me.com> wrote:
> | >>
> | >> So I assume this commit means NEWS.md is now no longer on blacklist?
> | >>
> |
>
2015 Jun 05
0
NEWS.md support on CRAN
On 05/06/2015 8:16 AM, Thomas J. Leeper wrote:
> It's disappointing that many packages do not have a NEWS file. Perhaps
> CRAN should require NEWS or CHANGELOG, as long as the system is being
> reformed to potentially accommodate markdown anyway.
I think we should all be careful about suggesting work for other
people. This would be a huge amount of work, probably hundreds of hours
2015 Jun 04
0
NEWS.md support on CRAN
FWIW (and a bit late in the discussion, I know), I for one do not care
about having NEWS in md format at all.
The solution the Yihui uses (linking to GH from NEWS.Rd) is really annoying
for people with no direct Internet access. For example, I work at an
institute that handles a lot of private data and most VM's with R on it
have no direct internet access for that reason (of course internet
2007 Jun 04
0
New package: relations
Dear useRs,
it is our great pleasure to announce the new package "relations" to
appear on all CRAN-mirrors soon.
This package provides data structures and methods for creating and
manipulating relations, relation ensembles, sets, and tuples. The
feature list includes:
* creation of relations by domain and graph/characteristic
function/incidences,
* extraction of characteristic
2007 Jun 04
0
New package: relations
Dear useRs,
it is our great pleasure to announce the new package "relations" to
appear on all CRAN-mirrors soon.
This package provides data structures and methods for creating and
manipulating relations, relation ensembles, sets, and tuples. The
feature list includes:
* creation of relations by domain and graph/characteristic
function/incidences,
* extraction of characteristic
2007 Dec 11
0
[Kurt.Hornik@wu-wien.ac.at: Re: range( <dates>, na.rm = (PR#10509)
Kurt.Hornik at wu-wien.ac.at wrote:
> ------- Start of forwarded message -------
> Date: Tue, 13 Nov 2007 21:44:57 +0100
> To: Steve Mongin <sjm at ccbr.umn.edu>
> Cc: cran at r-project.org
> Subject: Re: range( <dates>, na.rm =3D TRUE )
> In-Reply-To: <200711062044.OAA14064 at minnow.ccbr.umn.edu>
> Reply-To: Kurt.Hornik at wu-wien.ac.at
> From: Kurt
2014 Dec 09
0
UTF8 markdown vignette
On 09/12/2014 11:13 AM, Yihui Xie wrote:
> A few things to clarify:
>
> 1. You do not necessarily have to keep the \usepackage{} line if you
> use %\VignetteEncoding{UTF-8}, because Pandoc will use UTF-8 anyway in
> its LaTeX template.
>
> 2. Perhaps the vignette engine in R has done something clever to
> convert utf8 to UTF-8, but I'd recommend