similar to: tav files

Displaying 20 results from an estimated 700 matches similar to: "tav files"

2004 Mar 11
1
Is it ok to use the name on a bundle and one if its packages?
Hello, I wonder if it is unwise to name a bundle the same as one of its packages. For instance, I now have a huge package called 'aroma' that I basically want to split up in several smaller packages, say 'aroma.core', 'aroma.io', 'aroma.explore', 'aroma.trial', 'aroma.deprecated' etc, which simplifies maintenance but also the overview. For
2008 Mar 02
1
Could not install aroma.affymetrix
I don't know if this is the correct forum to ask the following question; however, when I search the aroma.affymetrix discussion group, it suggested that I should posted the question to r-help. Here it goes. I followed the instructions on aroma.affymetrix trying to install the packages; following are the steps: > install.packages(c("R.oo", "R.utils"),
2024 Dec 06
1
Recently joined RODC looses machine accounts
Il 06/12/24 10:45, Rowland Penny via samba ha scritto: > On Fri, 6 Dec 2024 10:19:31 +0100 > Mitja Tav?ar via samba <samba at lists.samba.org> wrote: > >> But the machine accoounts are not completely lost, they seem lost if >> i query the Read Only DC, when i query some of the other DC the >> machine accounts result ok. >> >> I'have found that
2010 Oct 08
1
R CMD SHLIB changes function name when compiling
Hi, I'm trying to write a function in C for implementation with .Call. When compiling using R CMD SHLIB characters seem to be added to the function name. Here's the complete C code from the file summariseMCMC.c: #include<R.h> #include<Rdefines.h> #include<Rinternals.h> void summariseMCMC(SEXP data) { PROTECT(data=AS_NUMERIC(data)); UNPROTECT(1); } Then
2012 Dec 07
1
Make scripts during package installation?
During installation of a package, Makevars/Makefile in src/ is processed. I've always considered the purpose of this for compiling native code. Is that it's solely purpose, or is it alright to use it also for non-code compilation purposes, e.g. building inst/ subdirectories on the fly? If not, are there other means to create non-static inst/ subdirectories during installation? The
2011 Feb 12
1
R 2.13.0 on Windows: R CMD check and '"du"' not found
FYI, I'm sure the following is a temporary issue, but in case it slips through, I want to raise it here. On Windows 7 64-bit, running Rcmd check on R devel gives: * using R version 2.13.0 Under development (unstable) (2011-02-11 r54330) * using platform: x86_64-pc-mingw32 (64-bit) * using session charset: ISO8859-1 * checking for file 'aroma.core/DESCRIPTION' ... OK * this is
2004 Oct 28
1
plot.baysian error = only 0's may mix with negative subscripts
Dear R users and developers After upgrading to Windows XP and R 1.9.1 and 2.0, I retried to execute plot.baysian() to a data set that I had used previously to plot with no problem in win2000 R1.8. The error I get is: Error in points(Mbar[-index], lods[-index], pch = ".") : only 0's may mix with negative subscripts Thanx in advance Dino P.S. I allready sent this message
2004 Jun 08
1
[Q] raw -> gpr in aroma package
Hi. Is it possible to make gpr from raw? library(aroma) #read gpr file gpr <- GenePixData$read("gpr123.gpr", path=aroma$dataPath) # gpr -> raw raw <- as.RawData(gpr) # raw -> ma ma <- getSignal(raw, bgSubtract=FALSE) ma.norm <- clone(ma) #normalization normalizeWithinSlide(ma.norm, "s") #ma -> raw raw2 <- as.RawData(ma) I want to make gpr data from
2024 Dec 03
1
Recently joined RODC looses machine accounts
Il 03/12/24 10:13, Rowland Penny via samba ha scritto: > On Tue, 3 Dec 2024 09:15:36 +0100 > Mitja Tav?ar via samba <samba at lists.samba.org> wrote: > >> Hi, i have some problems with a recently joined Read Only Domain >> controller. >> >> I had 2 Domain Controllers based on Windows Server 2019 (hosts >> vmw2srvdc1 an vmw2srvdc2). I and i recently
2024 Dec 06
1
Recently joined RODC looses machine accounts
Il 03/12/24 12:24, Rowland Penny via samba ha scritto: > On Tue, 3 Dec 2024 11:25:35 +0100 > Mitja Tav?ar via samba <samba at lists.samba.org> wrote: > >> Il 03/12/24 10:13, Rowland Penny via samba ha scritto: >>> On Tue, 3 Dec 2024 09:15:36 +0100 >>> Mitja Tav?ar via samba <samba at lists.samba.org> wrote: >>> >>>> Hi, i have some
2012 Dec 20
0
How to make an <pkg>/configure file executable on Windows/NTFS?
Hi, in my package, I've got a 'configure' file in the root, e.g. aroma.affymetrix/configure. (I've also got a configure.win, which works just fine on Windows). This file must be executable (has a proper file mode) for 'R CMD INSTALL'/install.packages() to work, otherwise one gets: * installing *source* package 'aroma.affymetrix' ... ERROR: 'configure'
2024 Dec 03
1
Recently joined RODC looses machine accounts
On Tue, 3 Dec 2024 11:25:35 +0100 Mitja Tav?ar via samba <samba at lists.samba.org> wrote: > Il 03/12/24 10:13, Rowland Penny via samba ha scritto: > > On Tue, 3 Dec 2024 09:15:36 +0100 > > Mitja Tav?ar via samba <samba at lists.samba.org> wrote: > > > >> Hi, i have some problems with a recently joined Read Only Domain > >> controller. >
2024 Dec 03
1
Recently joined RODC looses machine accounts
On Tue, 3 Dec 2024 09:15:36 +0100 Mitja Tav?ar via samba <samba at lists.samba.org> wrote: > Hi, i have some problems with a recently joined Read Only Domain > controller. > > I had 2 Domain Controllers based on Windows Server 2019 (hosts > vmw2srvdc1 an vmw2srvdc2). I and i recently added a new site (PSN) > and Read Only DC in this second site based on samba (host
2024 Dec 06
1
Recently joined RODC looses machine accounts
On Fri, 6 Dec 2024 12:29:03 +0100 Mitja Tav?ar via samba <samba at lists.samba.org> wrote: > Il 06/12/24 10:45, Rowland Penny via samba ha scritto: > > On Fri, 6 Dec 2024 10:19:31 +0100 > > Mitja Tav?ar via samba <samba at lists.samba.org> wrote: > > > >> But the machine accoounts are not completely lost, they seem lost > >> if i query the Read
2004 Mar 10
1
Rd - \preformatted, \section and LaTeX problem
Hi, I have found an unwanted feature in the Rd to LaTeX convertion regarding \preformatted inside a \section. I have created an Rd example below, which generates an error in the following 'R CMD check' step * creating aroma.affine-manual.tex ... OK * checking aroma.affine-manual.tex ... ERROR LaTeX errors when creating DVI version. This typically indicates Rd problems. I believe
2013 Apr 04
0
Strategic Research Bioinformatician required, Cardiff, UK.
Dear All, We (The Cardiff Institute of Infection and Immunity) are very keen to appoint a bioinformatician with a range of opportunities from 'simple' array analysis to aiding in the programming and analysis of novel data platforms. This is an Institutional, not just a project specific, appointment centred on the high quality Internationally-recognised Immunology research done in
2007 Sep 03
0
some problems with "linebuffer"; was: Bug?
Johanna Hasmats wrote: > Ok, attaching all files. You need to run it in the following order: > > parse.RData > > Korrelation.RData I have reduced this script to only include the error > part. > > > Input files are in the following order: > > oligo.prest.out for parse.RData to work. Produces the next input file > > oligolista for Korrelation.RData to
2015 Jan 26
0
Inspect a "delayed" assigned whose value throws an error?
If it was any other environment than the global, you could use substitute: e <- new.env() delayedAssign("foo", stop("Hey!"), assign.env = e) substitute(foo, e) delayedAssign("foo", stop("Hey!")) substitute(foo) Hadley On Mon, Jan 26, 2015 at 12:53 PM, Henrik Bengtsson <hb at biostat.ucsf.edu> wrote: > Hi, I got an interesting programming
2024 Dec 03
1
Recently joined RODC looses machine accounts
Hi, i have some problems with a recently joined Read Only Domain controller. I had 2 Domain Controllers based on Windows Server 2019 (hosts vmw2srvdc1 an vmw2srvdc2). I and i recently added a new site (PSN) and Read Only DC in this second site based on samba (host lvsrvdc). Then i added a fileserver joining as domain member (host lvsrv39) the same site as the new RODC (lvsrvdc). Performing the
2015 Jan 26
2
Inspect a "delayed" assigned whose value throws an error?
Hi, I got an interesting programming challenge: How do you inspect an object which is assigned via delayedAssign() and that throws an error as soon as it is "touched" (=the value is evaluated)? Is it possible? MINIMAL EXAMPLE: $ R --vanilla > delayedAssign("foo", stop("Hey!")) (If you find this minimal example silly/obvious, please skip down to the real