search for: lamb1

Displaying 5 results from an estimated 5 matches for "lamb1".

Did you mean: lamb
2008 May 16
1
File corruptions with rsync version 2.6.9 on 64-bit openSUSE 10.3
...//bioconductor.org/checkResults/2.2/bioc-LATEST/). At the very end of the build pipe, rsync is used again to sync our public package repository (http://bioconductor.org/packages/2.2/bioc/) with an internal repository that is behind a firewall. Until recently, the internal repository was hosted on lamb1, a 64-bit SUSE LINUX 10.1 system: biocadmin@lamb1:~> rsync --version rsync version 2.6.6 protocol version 29 Copyright (C) 1996-2005 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, ACLs, symlinks, batchfiles,...
2008 Aug 07
2
Cannot link mypackage to 2 other packages
Hi, I need to link mypackage to 2 other packages so I can call some C functions defined in these 2 packages from mine. I've tried Depends: packageA, packageB LinkingTo: packageA, packageB as suggested by the "5.4 Registering native routines" section of the "Writing R Extensions" manual but then only packageA is seen at compilation time (gcc is called with
2000 Jun 15
0
Samba Configuration Question
I am looking at replacing an existing NT 4 server with a Linux system running Samba. I having been reading through the documentation and have run into some questions about the best configuration to use. The current environment: Main Site: Lamb1 domain 1 - PDC:NT4 2 - BDC:NT4 Remote Site: MMW1 domain 1 - PDC: NT4 all Win95/98 clients There is two way trust between the two domains. This is how I would plan to change this if I were to replace the remote site's NT server with a new NT server: - Place a BDC at the remote site...
2012 May 04
1
sem error message
...error message: Error in sem.default(ram = ram, S = S, N = N, param.names = pars, var.names = vars, : S must be a square triangular or symmetric matrix This may be very obvious for R specialist, but I cant find the problem! #Symbolic ram model mod.BB.1 <- specify.model() BB.Cob -> B.B, lamb1, NA Under.Cob -> B.B, lamb2, NA BA -> B.B, lamb3, NA Over.Comp -> B.B, lamb4, NA Under.Comp -> B.B, lamb5, NA Site -> B.B, lamb6, NA Site -> BB.Cob, lamb7, NA Site -> BA, lamb8, NA Site -> Under.Cob, lamb9, NA Site -> Under.Comp, lamb10, NA Site -> Under.Comp, lamb11,...
2011 Apr 11
1
R CMD build --resave-data
...g the data, shouldn't it reinstall the package in order to be able to do this correctly? Here is why. There is this new warning in 'R CMD check' that complains about files not of a type allowed in a 'data' directory: http://bioconductor.org/checkResults/2.8/bioc-LATEST/Icens/lamb1-checksrc.html The Icens package also has .R files under data/ with things like: bet <- matrix(scan("CMVdata", quiet=TRUE),nc=5,byr=TRUE) i.e. the R code needs to access some of the text files located in the data/ folder. So in order to get rid of this warning I tried to move thos...