Displaying 17 results from an estimated 17 matches for "appartenance".
Did you mean:
appareance
2005 Nov 09
3
dataframe without repetition
Hello,
with a data.frame like this :
> toto <-
data.frame(id=c("id1","id1","id2","id3","id3","id3"),dpt=c("13","13","34","30","30","30"))
> toto
id dpt
1 id1 13
2 id1 13
3 id2 34
4 id3 30
5 id3 30
6 id3 30
what is the most efficient ways to obtain :
id
2008 May 01
3
Error in building ROracle in Windows with R 2.6.2 and Oracle 10g.
Hi,
I need to use ROracle to communicate with Oracle from R program in windows
environment. I am using Oracle 10g, R 2.6.2. I found a pre-compiled binary
for ROracle for Oracle version 9.2. When I am trying to use it with Oracle
10g I get the following error:
con <- dbConnect(drv, "user/passwd at dbname");
Error in function (classes, fdef, mtable) :
unable to find an inherited
2004 Oct 07
2
title in bold - simple question in R 1.9.0
Hi,
how can i write this simple sentence : "Hello world" with "Hello" only
in bold ?
I try
> plot(1:5)
> title(main=paste(expression(bold("Hello")),"world",sep=" "))
but the result is wrong.
thanks,
Bruno
Si vous n'etes pas destinataires de ce message, merci d'avertir l'expediteur de l'erreur de distribution et de le
2008 May 19
1
Error in building library - R CMD build mypkg.
----- Forwarded by Ajay DAS/US/BMNA01 on 05/19/2008 03:11 PM -----
Ajay DAS
To: r-help
2002 Feb 20
4
Questions about libvorbisenc
Hi all,
I am just coming in the mailing list.... ;-)
I'm working on an Ripper/Encoder for GNUstep.
At first sight, libvorbisogg seems to be the library that I needed.
The problem for me is documentation.
So I have a few question about this library :
- in order to init an encoding process, we need to provide channels. Well,
what does is mean ?
- in order to init an encoding process, we need
2004 Jul 29
3
2 questions : format and hh:mm
Dear R-users,
i have two questions :
1- first of all, i wish to know the way to obtain a serie with a format
like "00" : ( "01","02","03","04"....) or like postal code
("01100","02222").
for instance, i do :
> format(strptime(as.character(c(1:4)),"%H"),"%H")
but it sounds complicate and not really
2004 Jul 23
3
merge, cbind, or....?
Hi,
i have two data.frame x and y like :
> x <- data.frame( num = c(1:10), value = runif(10) )
> y <- data.frame( num = c(6:10), value = runif(5) )
and i want to obtain something like :
num.x value.x num.y value.y
1 0.38423828 NA 0.2911089
2 0.17402507 NA 0.8455208
3 0.54443465 NA 0.8782199
4 0.04540406 NA 0.3202252
5 0.46052426
2009 Apr 01
1
paste to collapse vector to string
Hi,
I'm trying to collapse a character vector to strings, but I am getting
unexpected behaviors in list context:
A <- "a"
B <- c("b","c")
xx <- list(A=A, B=B)
lapply(xx, paste, collaplse=".")
$A
[1] "a ."
$B
[1] "b ." "c ."
paste(B, collapse=".")
[1] "b.c" # this is what
2008 May 19
0
Error in building library - R CMD build mypkg.
Hi,
I am getting an error when I am trying to build a library in R for windows
. I am using R 2.7.0 in windows. I am following the instructions listed in
the R Help for package creation.
require(stats)
## two functions and two "data sets" :
f <- function(x,y) x+y
g <- function(x,y) x-y
d <- data.frame(a=1, b=2)
e <- rnorm(1000)
2002 Oct 24
1
user or group names with blanks
Hi
I'm a happy user of samba since years
I just d/l 2.2.6, configured it (w/ winbind), compiled and installed it
It's working
thought, i need to control access to some resources relatively to user's
appartenance to some nt groups, and i intended to do this with "read
list"/"write list" or "valid users".
my problem is that some group names contain blanks inside, and i did not
find at this time how to set such a name in a read list parameter
for example : in the domain OFFICE,...
2002 Feb 20
0
How to use libvorbisenc
Hi all,
I am just coming in the mailing list.... ;-)
I'm working on an Ripper/Encoder for GNUstep.
At first sight, libvorbisogg seems to be the library that I needed.
The problem for me is documentation.
So I have a few question about this library :
- in order to init an encoding process, we need to provide channels. Well,
what does is mean ?
- in order to init an encoding process, we need
2008 Apr 29
1
Error in building ROracle in Windows with R 2.6.2 and Oracle 10g.
Hi,
I am new to R. I need to communicate with Oracle from R program in windows
xp. So I am planning to use ROracle. I downloaded the ROracle src from the
site below:
http://cran.r-project.org/web/packages/ROracle/index.html
I am using R version 2.6.2 and Oracle 10g. I followed the instructions to
build ROracle. When I try to compile the source src/Makefile.win I get the
following error:
2002 Mar 14
3
cdparanoia mailing list ?
Hi all !
I use cdparanaia for which I would like to get information.
Does anyone know if there is a mailing list concerning this ripping
application.
In fact, I would like to know if cdparanoia can support scsi drive .... if
someone can help me on this matter ... it is welcome. ;-)
<p>Thanks for your help !
<p>Ce message contient des informations confidentielles ou appartenant
2010 Jul 01
1
Superblock Problem
Hi all,
After rebooting my CentOS 5.5 server, i have the following message:
==================================
Red Hat nash version 5.1.19.6 starting
EXT3-fs: unable to read superblock
mount: error mounting /dev/root on /sysroot as ext3: invalid argument
setuproot: moving /root failed: No such file or directory
setuproot: error mounting /proc: No such file or directory
setuproot: error mounting
2017 May 23
2
[imaptest] Explaining errors
Hi,
I'm an Apache James committer and we are curious to use imaptest in
order to validate our IMAP protocol implementation.
I'm using the nightlybuild : imaptest-20170506
I follow the examples given in the /T/ /est IMAP server compliancy/
examples https://imapwiki.org/ImapTest/Examples.
And I wanted to analyse the errors reported, here are some:
Error: user1 at james.org[11]: seq too
1998 Mar 17
26
Newbie Question
Does Samba allow me to mount NT (disks) file systems on my Unix (SGI)
box?
Randy
--
Randy Fox Coryphaeus Software, Inc.
Sr. Software Engineer 985 University Ave. Suite 31
rfox@coryphaeus.com Los Gatos CA, 95030
www.coryphaeus.com Tel: 408/395-4537
Fax: 408/395-6351
2003 Dec 01
0
No subject
read list (S)
This is a list of users that are given read-only
access to a service. If the connecting user is in
this list then they will not be given write access,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
no matter what the writeable option is set to. The