search for: cstrato

Displaying 20 results from an estimated 46 matches for "cstrato".

Did you mean: strato
2010 Dec 18
0
[BioC] problem with function
...ake cumul by aggregate ? ? listMetric <- aggregate(as.numeric(geneMetric[,2]), list(geneMetric[,1]), sum)#returns a dataframe ??? colnames(listMetric) <- c('symbol','cumulMetric') ? ? ??? #return whole list ??? return(listMetric)# dataframe } Cheers i --- On Sat, 18/12/10, cstrato <cstrato at aon.at> wrote: > From: cstrato <cstrato at aon.at> > Subject: Re: [BioC] problem with function > To: "Iain Gallagher" <iaingallagher at btopenworld.com> > Cc: "bioconductor" <bioconductor at stat.math.ethz.ch> > Date: Saturday,...
2015 Sep 26
6
Hidden files problem in R CMD check
..., I know, however forget for one moment R. If I use tar independent of R it still should not create these hidden files. BTW, do you know where these hidden files are stored on the Mac? Best regards, Christian On 09/26/15 23:01, Dirk Eddelbuettel wrote: > > On 26 September 2015 at 22:41, cstrato wrote: > | Dear Simon, > | > | Thank you very much for your help, it did solve my problems!! Great! > | > | I have googled COPYFILE_DISABLE and found the following site which does > | explain the issue with tar on Mac OS X, see: > | http://unix.stackexchange.com/questions/9665/...
2004 Feb 02
1
Robust nonlinear regression - sin(x)/x?
You reall have only one parameter in your model, c = a/b. You can't identify both a and b from your model, therefore, you should fit the linear model: lm(z ~ c* sin(x)/x) Ravi. ----- Original Message ----- From: cstrato <cstrato at aon.at> Date: Monday, February 2, 2004 2:28 pm Subject: [R] Robust nonlinear regression - sin(x)/x? > Dear all > > Since I did not receive any answer to my general question (?), > let me ask a concrete question: > > How can I fit the simple function y = a*sin(...
2009 Mar 29
2
Compiler options for Makefile.win
.../MT but not when using option /MD? As a note, I am using "R-2.9.0alpha-win32.exe" which I have downloaded today. Thank you in advance. Best regards Christian _._._._._._._._._._._._._._._._._._ C.h.r.i.s.t.i.a.n S.t.r.a.t.o.w.a V.i.e.n.n.a A.u.s.t.r.i.a e.m.a.i.l: cstrato at aon.at _._._._._._._._._._._._._._._._._._
2007 May 27
2
[Bioc-devel] promptClass
...penv(parent.frame())) { - mname <- mlistMetaName(f, where) + mname <- mlistMetaName(f, getPackageName(where)) if(exists(mname, where = where, inherits = missing(where))) get(mname, where) else Seth Falcon <sfalcon at fhcrc.org> writes: > cstrato <cstrato at aon.at> writes: > >> Dear all, >> >> What is the best way to write the docs for S4 classes? >> >> Concretely, is it possible to include the methods in the class >> documentation? >> For example, the documentation for class "AffyB...
2015 Sep 26
2
Hidden files problem in R CMD check
...the volume again and thus forcing a rebuild for Spotlight did not help either. What could I do to remove these apparently non-existing hidden files? Best regards Christian _._._._._._._._._._._._._._._._._._ C.h.r.i.s.t.i.a.n S.t.r.a.t.o.w.a V.i.e.n.n.a A.u.s.t.r.i.a e.m.a.i.l: cstrato at aon.at _._._._._._._._._._._._._._._._._._
2014 Jun 23
1
operation on ‘numsels’ may be undefined
...any warning from any compiler the I have used (including MS Visual C++). Do I really have to replace '++numsels' with 'numsels+1'? Best regards, Christian _._._._._._._._._._._._._._._._._._ C.h.r.i.s.t.i.a.n S.t.r.a.t.o.w.a V.i.e.n.n.a A.u.s.t.r.i.a e.m.a.i.l: cstrato at aon.at _._._._._._._._._._._._._._._._._._
2010 Feb 10
2
wcstombs error when compiling package with Debian/Ubuntu
...compilation error on Debian/Ubuntu? Which development headers/packages (glibc-headers, glibc-kernheaders??) need to be installed on Debian/Ubuntu? Best regards Christian _._._._._._._._._._._._._._._._._._ C.h.r.i.s.t.i.a.n S.t.r.a.t.o.w.a V.i.e.n.n.a A.u.s.t.r.i.a e.m.a.i.l: cstrato at aon.at _._._._._._._._._._._._._._._._._._
2010 Sep 13
4
Problem with WARNING...headers with CRLF line endings
.../liverpool-checksrc.html For this reason I would appreciate if there would be a possibility to suppress this warning message. Thank you in advance. Best regards Christian _._._._._._._._._._._._._._._._._._ C.h.r.i.s.t.i.a.n S.t.r.a.t.o.w.a V.i.e.n.n.a A.u.s.t.r.i.a e.m.a.i.l: cstrato at aon.at _._._._._._._._._._._._._._._._._._
2015 Sep 26
2
Hidden files problem in R CMD check
...t include resource forks nor files on the ignore list. > > That said, if for some reason you intend to create is by hand (not recommended), you may want to set COPYFILE_DISABLE=1 so it doesn't include resource forks. > > Cheers, > Simon > > > On Sep 26, 2015, at 3:30 PM, cstrato <cstrato at aon.at> wrote: > >> Dear all, >> >> When running R CMD check on my Mac (Yosemite 10.10.5) I get suddenly NOTEs and WARNINGs >> that my tar.gz file does contain hidden files. >> >> However, when checking the corresponding directories with '...
2015 Sep 27
0
Hidden files problem in R CMD check
On Sep 26, 2015, at 5:06 PM, cstrato <cstrato at aon.at> wrote: > Dear Dirk, > > Yes, I know, however forget for one moment R. > > If I use tar independent of R it still should not create these hidden files. > > BTW, do you know where these hidden files are stored on the Mac? > Please consider readi...
2009 Oct 15
2
Question when compiling source code with VC++
...tion "/MT" instead of option "/MD"? (To my knowledge usually option "/MD" is used when compiling programs with VC++.) Best regards Christian _._._._._._._._._._._._._._._._._._ C.h.r.i.s.t.i.a.n S.t.r.a.t.o.w.a V.i.e.n.n.a A.u.s.t.r.i.a e.m.a.i.l: cstrato at aon.at _._._._._._._._._._._._._._._._._._
2013 Aug 29
2
Packages not found
...kages" or on "Contributed extension packages" results in Error 404: Object not found!, see: http://cran.r-project.org/web/packages/ Best regards, Christian _._._._._._._._._._._._._._._._._._ C.h.r.i.s.t.i.a.n S.t.r.a.t.o.w.a V.i.e.n.n.a A.u.s.t.r.i.a e.m.a.i.l: cstrato at aon.at _._._._._._._._._._._._._._._._._._
2013 Aug 30
1
Problem with texi2pdf(..,clean=TRUE)
...he directory structure for vignettes for the deletion of interim files? (The help file?texi2pdf does not mention that this structure is necessary.) Best regards Christian _._._._._._._._._._._._._._._._._._ C.h.r.i.s.t.i.a.n S.t.r.a.t.o.w.a V.i.e.n.n.a A.u.s.t.r.i.a e.m.a.i.l: cstrato at aon.at _._._._._._._._._._._._._._._._._._
2015 Sep 26
0
Hidden files problem in R CMD check
...s to use R CMD build which should not include resource forks nor files on the ignore list. That said, if for some reason you intend to create is by hand (not recommended), you may want to set COPYFILE_DISABLE=1 so it doesn't include resource forks. Cheers, Simon On Sep 26, 2015, at 3:30 PM, cstrato <cstrato at aon.at> wrote: > Dear all, > > When running R CMD check on my Mac (Yosemite 10.10.5) I get suddenly NOTEs and WARNINGs > that my tar.gz file does contain hidden files. > > However, when checking the corresponding directories with 'ls -al' (or with mc)...
2008 Dec 05
2
Error in R CMD INSTALL on Windows XP using Rtools28
...led Rtools27.exe, while on WinXP on my Mac I have installed Rtools28.exe. Do you know what the reason for the error might be? Thank you in advance. Best regards Christian _._._._._._._._._._._._._._._._._._ C.h.r.i.s.t.i.a.n S.t.r.a.t.o.w.a V.i.e.n.n.a A.u.s.t.r.i.a e.m.a.i.l: cstrato at aon.at _._._._._._._._._._._._._._._._._._
2008 Dec 22
1
How to add a slot to S4 class of an existing package?
...tion" of S4 classes, which distinguishes the different implementations of an S4 class, and allows the user to keep the object of an old class? Best regards Christian _._._._._._._._._._._._._._._._._._ C.h.r.i.s.t.i.a.n S.t.r.a.t.o.w.a V.i.e.n.n.a A.u.s.t.r.i.a e.m.a.i.l: cstrato at aon.at _._._._._._._._._._._._._._._._._._
2007 Dec 23
1
Problem with initialize of S4 classes
...s utils datasets methods base other attached packages: [1] xps_0.4.0 loaded via a namespace (and not attached): [1] rcompgen_0.1-17 Best regards and Merry Christmas Christian _._._._._._._._._._._._._._._._ C.h.i.s.t.i.a.n S.t.r.a.t.o.w.a V.i.e.n.n.a A.u.s.t.r.i.a e.m.a.i.l: cstrato at aon.at _._._._._._._._._._._._._._._._ ------- BEGIN: scriptPreFilter.R --------- setClass("Filter", representation(numfilters = "numeric"), prototype(numfilters = 0) ) setClass("PreFilter", representation(mad = "list"), contains=c("Fil...
2011 Mar 11
1
WARNING Undocumented S4 methods 'initialize' - why?
...hed base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] xps_1.11.4 Thank you in advance Best regards Christian _._._._._._._._._._._._._._._._._._ C.h.r.i.s.t.i.a.n S.t.r.a.t.o.w.a V.i.e.n.n.a A.u.s.t.r.i.a e.m.a.i.l: cstrato at aon.at _._._._._._._._._._._._._._._._._._
2007 Feb 04
2
Problem using ofstream in C++ class in package for MacOS X
Dear all, I am currently learning how to create R packages using C++ classes. For this purpose I have written a small package MyClass (which I try to attach since I do not have access to a website). MyClass has methods WriteFileC() and WriteFileCpp() which implement C-style and C++-style writing of a table to a file using FILE or ofstream respectively, and the corresponding R-functions