search for: progressbartext

Displaying 3 results from an estimated 3 matches for "progressbartext".

2008 Feb 15
1
Namespace and function open
...(f, g, ...) ) Everything is working fine, except one function. There I get an error: Fehler in UseMethod("open") : keine anwendbare Methode f?r "open" In this function I use the function "open" to generate an output bar. * if (verbose) { pbt <- new("ProgressBarText", length(ids), barsteps = as.integer(20)) open(pbt) } for (i in seq(along=ids)) { if (verbose) { update(pbt) } How I have to change my NAMESPACE file to fix this problem? Thanks Markus Schmidberger *
2004 Oct 05
1
How to install affy package in R?
...ollow: >R CMD INSTALL -l lib ~/rstuffs/affy_1.4.32.tar.gz Then I get an error at the end: Warning message: There is no package called 'Biobase' in: library(package, character.only = TRUE, logical = TRUE, warn.conflicts = warn.conflicts, [1] "ProgressBarText" [1] "initialize" [1] "open" [1] "open" [1] "update" [1] "update" [1] "close" [1] "close" Error in getClass(Class, where = topenv(parent.frame())) :...
2007 Mar 22
1
how to use debug.mypkg
Dear all, The package "affy" has the following statement in file "AffyBatch.R": if (debug.affy123) cat("-->initAffyBatch\n") This is great and I would also like to use it. However, when I run my package I get the following error: Error in .local(object, ...) : object "debug.mypkg" not found Since I am not able to find the position where