Displaying 20 results from an estimated 25 matches for "stabla".
Did you mean:
stable
2003 Sep 27
2
does isGeneric work differently in 1.8.0 ?
...ot;foo"))
[1] "foo"
> setMethod("foo", "woo", function(object) object@foo)
[1] "foo"
> isGeneric("foo")
[1] FALSE
---------------------------------------------------
---------------------------------------------------
Greetings,
Thomas Stabla
-------------- next part --------------
version
isGeneric("foo")
setClass("woo", representation(foo = "character"), prototype = list(foo = "text"))
if(!isGeneric("foo")) setGeneric("foo", function(object) standardGeneric("foo"))...
2004 Oct 22
2
install.packages question / suggestion
...(p1[miss]), sep=", "),
@@ -54,6 +54,8 @@
}
}
+ pkgs <- pkgs[ ! pkgs %in% have ]
+
foundpkgs <- download.packages(pkgs, destdir = tmpd, available = available,
contriburl = contriburl, method = method)
Best Regards,
Thomas Stabla
-------------- next part --------------
--- install.packages.R 2004-10-02 19:07:34.000000000 +0200
+++ install.packages.modified.R 2004-10-22 18:22:01.275986160 +0200
@@ -25,9 +25,9 @@
}
if(is.null(available))
available <- CRAN.packages(contriburl = contriburl, method = method...
2003 Dec 02
1
setMethod("min", "myclass", ...)
..., I don't know the
name of the first argument which is to be passed to "min".
I can't just write:
> setMethod("min", "myclass", function(..., na.rm = FALSE) ... at min)
The same problem occurs with "max".
Thanks for your help.
Greetings,
Thomas Stabla
2004 Mar 10
2
R CMD check errors
...verbose = FALSE) :
package/namespace load failed
Execution halted
* checking Rd files ... OK
* checking for missing documentation entries ... ERROR
Error in .tryQuietly({ : Error in library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) :
Thanks for your help,
Thomas Stabla
2005 Oct 22
0
after package reorganization: version 1.6 of package "distr" available; new packages "distrEx", "distrSim", "distrTEst", "RandVar"
...are available so that quite general "regular" expressions
with random variables are possible.
-----------------------------------------------------------------------------------------
We look forward to receiving questions, comments and suggestions
Peter Ruckdeschel
Matthias Kohl
Thomas Stabla
Florian Camphausen
-----------------------------------------------------------------------------------------
DESCRIPTIONS
-----------------------------------------------------------------------------------------
Package: distr
Version: 1.6
Date: 2005-10-17
Title: distr
Authors: Peter Ruckdeschel &l...
2005 Oct 22
0
after package reorganization: version 1.6 of package "distr" available; new packages "distrEx", "distrSim", "distrTEst", "RandVar"
...are available so that quite general "regular" expressions
with random variables are possible.
-----------------------------------------------------------------------------------------
We look forward to receiving questions, comments and suggestions
Peter Ruckdeschel
Matthias Kohl
Thomas Stabla
Florian Camphausen
-----------------------------------------------------------------------------------------
DESCRIPTIONS
-----------------------------------------------------------------------------------------
Package: distr
Version: 1.6
Date: 2005-10-17
Title: distr
Authors: Peter Ruckdeschel &l...
2004 Apr 26
0
New package: distr
...also under contaminations) and evaluations of statistical
procedures on such simulations.
DESCRIPTION:
Package: distr
Version: 1.3
Date: 2004/04/23
Title: distr
Authors: Peter Ruckdeschel <peter.ruckdeschel at uni-bayreuth.de>,
Matthias Kohl <matthias.kohl at uni-bayreuth.de>,
Thomas Stabla <statho3 at web.de>,
Florian Camphausen <fcampi at gmx.de>
Maintainer: Peter Ruckdeschel <peter.ruckdeschel at uni-bayreuth.de>
Description: S4 Classes for Distributions
Depends: R (>= 1.9.0), (version for 1.8.x on URL cited below),
setRNG (>= 2004.3-1)
License: GPL ve...
2005 Mar 31
0
version 1.5 of package "distr" available
...-----------------------------------------------------------------------------------------
DESCRIPTION:
Package: distr
Version: 1.5
Date: 2005/03/29
Title: distr
Authors: Peter Ruckdeschel <peter.ruckdeschel at uni-bayreuth.de>,
Matthias Kohl <matthias.kohl at uni-bayreuth.de>,
Thomas Stabla <statho3 at web.de>,
Florian Camphausen <fcampi at gmx.de>
Maintainer: Peter Ruckdeschel <peter.ruckdeschel at uni-bayreuth.de>
Description: S4 Classes for Distributions
Depends: R (>= 2.0.1), (versions for <=2.0.0, on URL cited below),
setRNG (>= 2004.3-1)
Lice...
2003 Nov 27
1
tcltk - tkcreate question
...m.cv create window 0 0 -anchor nw -window $hull -width 10 -height 500 -tag window
which i don't fully understand because i started with tcltk just this
week.
I tried to translate this line using the R function tkcreate, but i didn't
get very far.
Thanks for your help.
Greetings,
Thomas Stabla
2004 Apr 26
0
New package: distr
...also under contaminations) and evaluations of statistical
procedures on such simulations.
DESCRIPTION:
Package: distr
Version: 1.3
Date: 2004/04/23
Title: distr
Authors: Peter Ruckdeschel <peter.ruckdeschel at uni-bayreuth.de>,
Matthias Kohl <matthias.kohl at uni-bayreuth.de>,
Thomas Stabla <statho3 at web.de>,
Florian Camphausen <fcampi at gmx.de>
Maintainer: Peter Ruckdeschel <peter.ruckdeschel at uni-bayreuth.de>
Description: S4 Classes for Distributions
Depends: R (>= 1.9.0), (version for 1.8.x on URL cited below),
setRNG (>= 2004.3-1)
License: GPL ve...
2005 Mar 31
0
version 1.5 of package "distr" available
...-----------------------------------------------------------------------------------------
DESCRIPTION:
Package: distr
Version: 1.5
Date: 2005/03/29
Title: distr
Authors: Peter Ruckdeschel <peter.ruckdeschel at uni-bayreuth.de>,
Matthias Kohl <matthias.kohl at uni-bayreuth.de>,
Thomas Stabla <statho3 at web.de>,
Florian Camphausen <fcampi at gmx.de>
Maintainer: Peter Ruckdeschel <peter.ruckdeschel at uni-bayreuth.de>
Description: S4 Classes for Distributions
Depends: R (>= 2.0.1), (versions for <=2.0.0, on URL cited below),
setRNG (>= 2004.3-1)
Lice...
2004 Apr 05
1
NAMESPACE directives ?
...h says:
> Note that although the file looks like R code (and often has R-style
> comments) it is not processed as R code and no conditional processing is
> currently supported.
Is there any way to make the packages built with one version compatible to
the other one?
Best Regards,
Thomas Stabla
http://www.uni-bayreuth.de/departments/math/org/mathe7/DISTR/
2004 Sep 27
0
new version of package "distr" available
...-----------------------------------------------------------------------------------------
DESCRIPTION:
Package: distr
Version: 1.4
Date: 2004/09/23
Title: distr
Authors: Peter Ruckdeschel <peter.ruckdeschel at uni-bayreuth.de>,
Matthias Kohl <matthias.kohl at uni-bayreuth.de>,
Thomas Stabla <statho3 at web.de>,
Florian Camphausen <fcampi at gmx.de>
Maintainer: Peter Ruckdeschel <peter.ruckdeschel at uni-bayreuth.de>
Description: S4 Classes for Distributions
Depends: R (>= 1.9.0), (versions for <=1.8.x, on URL cited below),
setRNG (>= 2004.3-...
2004 Sep 27
0
new version of package "distr" available
...-----------------------------------------------------------------------------------------
DESCRIPTION:
Package: distr
Version: 1.4
Date: 2004/09/23
Title: distr
Authors: Peter Ruckdeschel <peter.ruckdeschel at uni-bayreuth.de>,
Matthias Kohl <matthias.kohl at uni-bayreuth.de>,
Thomas Stabla <statho3 at web.de>,
Florian Camphausen <fcampi at gmx.de>
Maintainer: Peter Ruckdeschel <peter.ruckdeschel at uni-bayreuth.de>
Description: S4 Classes for Distributions
Depends: R (>= 1.9.0), (versions for <=1.8.x, on URL cited below),
setRNG (>= 2004.3-...
2004 Jan 05
2
Set values in namespaces
...is using a namespace.
But I don`t know how to change the values of the global variables.
I know how to get the value of the variables, e.g.
> base::pi
[1] 3.141593
but following code doesn`t work
> base::pi <- 3.14
Error: Object "base" not found
Thanks for your help,
Thomas Stabla
--
> version
_
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 8.1
year 2003
month 11
day 21
language R
2004 Jun 07
1
Lazy Evaluation?
...both versions "cat" correct output when called by
sin(NF).
If I don't return NumFunction(tmp) resp. NumFunction(nfun) but tmp resp.
nfun, both versions work just fine, i.e. sin(NF)(sqrt(pi/2)) returns 1.
Would someone explain me this behavior? (R Version 1.9.0)
Best regards,
Thomas Stabla
Sourcecode can be found at:
http://www.uni-bayreuth.de/departments/math/org/mathe7/DISTR/NumFun.R
2004 Jan 30
2
request for comments --- package "distr" --- S4 Classes for Distributions
...to at l(e)ast send a running package, we stopped the development
for "release 1" at a certain stage, well having in mind some improvements/
extensions -- c.f. section "Odds and ends" in the manual.
Thank you already for your attention.
--
Peter Ruckdeschel
Matthias Kohl
Thomas Stabla
Florian Camphausen
2003 Nov 19
2
Was: setValidity and "initialize" method conflict ? [in R-help]
Hello,
Thomas Stabla (statho3@web.de) has already sent this
question to R-help, Wed, 12 Nov 2003 21:21:31 +0100,
but we are not sure whether we should better post this
mail to this audience than to R-help:
---------------------------------------------------------------------
We are using S4-classes and want to force...
2004 Feb 06
0
Rejoinder: request for comments --- package "distr" --- S4 Classes for Distributions
...be included to our package, but haven't been yet
--- we simply do not consider ourselves experts enough to do this job.
It would be nice if you could let us know your opinion / some suggestions
to these issues.
Thank you once again for your attention.
Peter Ruckdeschel, Matthias Kohl,
Thomas Stabla, Florian Camphausen.
------------------------------------------------------------------------------------------
The http-reference for package "distr"
http://www.uni-bayreuth.de/departments/math/org/mathe7/DISTR/
----------------------------------------------------------------...
2006 Nov 28
0
New versions for the distr-family of packages, of startupmsg, and a new package "distrDoc"
...------------
************ "startupmsg":
provides utilities for start-up messages for packages
-----------------------------------------------------------------------------------------
We look forward to receiving questions, comments and suggestions
Peter Ruckdeschel
Matthias Kohl
Thomas Stabla
Florian Camphausen
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-packages