Displaying 6 results from an estimated 6 matches for "lani".
Did you mean:
land
2004 May 18
1
Build R-1.9.0 with static libraries ?
...nning the configure script
and/or
which changes should I make to Makeconf
to build the binary for R-1.9.0 but using only statically linked libraries ?
I need to build a binary that is portable between several different
Linux (RedHat) distributions.
Thanks in advance for your help,
Melanie
--
http://recherche-en-danger.apinc.org
M??lanie PELEGRINI-ISSAC
Unit?? 483 INSERM
9, quai Saint-Bernard email :Melanie.Pelegrini at imed.jussieu.fr
Bat C 6e etage 75005 PARIS
2010 Oct 12
1
data set mube S4 class to be submitted to Bioconductor
...probe set and its
corresponding gene-set name ( mutiple probe -set may map to a gene-set name)
.
Is this type of data format OK to be submitted to bioconductor? Or I have to
make it GeneCollectionSet class? ( If so, I have to change a lot of my R
functions).
Your resonse is highly appreciated!
Lani
[[alternative HTML version deleted]]
2005 Feb 09
0
Connecting with UID 0, when I don't want to.
I'm setting up a new server, to be a more-or-less mimic of an old
server. I've copied over the binaries, changed the appropriate entries
in the "netbios name" and "workgroup" lines... but every user I log in
as gets this:
lani (10.20.2.224) connect to service kend initially as user kend
(uid=0, gid=524) (pid 2867)
I've tried this with other users (who aren't listed as admins), and get
the same deal; any files they create are owned by root, and they are
unable to access their profiles.
My setup is that I'...
2010 Mar 10
1
Extract values of a two-factor table and duplicate them into a three-factor table
...o create a unique factor from the two first columns of TABLE 1 (station_buffer) but maybe there is something cleaner ? Do you have an idea ?
Thanks !
Mel
PS: those tables are supposed to be very large datasets of several thousands of rows.
___________________________________________________
Mélanie HAMEL
Institut de Recherche pour le Développement (I.R.D.)
U227 - CoRéUs (Biocomplexité des Ecosystèmes Coralliens de l'Indo-Pacifique)
Centre IRD - Nouméa
101 Promenade Roger Laroque
Anse Vata
BP A5 - 98848 Noumea
New Caledonia
Tel: 26 07 19
E-mail: melanie.hamel@ird.fr
Web: http://www.core...
2012 Dec 20
3
Pool performance when nearly full
Hi
I know some of this has been discussed in the past but I can''t quite find the exact information I''m seeking
(and I''d check the ZFS wikis but the websites are down at the moment).
Firstly, which is correct, free space shown by "zfs list" or by "zpool iostat" ?
zfs list:
used 50.3 TB, free 13.7 TB, total = 64 TB, free = 21.4%
zpool iostat:
used
2011 Aug 29
1
R-loadable dll with minGW-compiled linked library
I am trying to create a dynamic library (dll) for loading into R with
dyn.load command.
I am trying to use the library libdai (a machine learning C++ library) and
boost (C++ libraries) in my main C++ program. While I am able to compile the
main C++ file I am using successfully into a dll, there is a problem linking
to libraries (libdai.a) and boost libraries. I only have instructions on how
to