Displaying 20 results from an estimated 130 matches for "n'est".
2003 Sep 26
1
installation : make fails (R-1.7.1 on RedHat 8.0)
Hi,
I'm trying to compile R-1.7.1 from source (on a RedHat 8.0) instead of 
using the binary version, as it has often been advised.
However I don't manage to find a solution to the following error which 
occurs during the make procedure :
/!\-------------------------------------------/!\
building package &...
2008 Jun 02
1
probleme with R CMD check
Hi the list.
I got a probleme with R CMD check. I run a package.skeleton on a very 
simple code (four toy function, no probleme with the R CMD build). But 
on the R CMD check packClassique, I get :
* checking for unstated dependencies in R code ... WARNING
Erreur dans .find.package(package, lib.loc) :  aucun package nomm? 
'packClassique' n...
2006 Jun 12
1
Compiling wine under Kubuntu Dapper
/me has a problem :
root@machine:~# apt-get build-dep wine
Lecture des listes de paquets... Fait
Construction de l'arbre des d?pendances... Fait
Aucune version du paquet libjack0.80.0-dev n'est disponible, mais il 
existe dans la base
de donn?es. Cela signifie en g?n?ral que le paquet est manquant, qu'il 
est devenu o...
2009 Apr 15
0
Ldap & socket error messages
Hello,
I run a samba (v3.0.10) PDC and  openLdap server on the same machine.
They work fine, except sometimes the smb server cannot contact the ldap 
server.
 From a windows client, it looks like the server
gets stuck, and it takes a few minutes before the shares
are available again.
In the /var/log/messages...
2020 Jan 09
4
mean
Hello,
Is there a reason for the following behaviour?
> mean(c("1","2","3"))
[1] NA
Warning message:
In mean.default(c("1", "2", "3")) :
  l'argument n'est ni num?rique, ni logique : renvoi de NA
But:
> var(c("1","2","3"...
2006 Apr 12
2
DCC transfers don't work, but IRC works
Hi!
Already searched for it and asked in IRC channel but all replies talk
about ip_conntrack_irc and ip_nat_irc.
I have a rule in 'NEW' section of 'shorewall/rules' to irc:
    ACCEPT          fw        net          tcp     6667        #IRC
and 'lsmod|grep irc' shows:
    ip_nat_irc              3648  0...
2014 Sep 27
2
r-cran-rgdal: dependency on libgdal1 unsatisfied in ubuntu 12.04?
Hi
I am trying to install the rgdal package through r-cran-rgdal (I had 
added the ppa), and run into an error in Ubuntu 12.04:
r-cran-rgdal : D?pend: libgdal1 (>= 1.9.0) mais il n'est pas installable
in English, libgdal1 1.9 does not seem available in Ubuntu 12.04 (I 
think version 1.7) comes.
And inde...
2007 Feb 08
2
Re: INFOSEC 500 XP USB on Debian using nut
Hi Arnaud,  
   
Is there any news about this hardware,does nut managed it right now ?  
   
Is there any technical information to make it working on debian ?  
   
Thanks for your help,  
Regards,
DaneZ
      _____  
  From: Arnaud QUETTE [mailto:Arnaud.QUETTE@mgeups.com]
To: DaneZ [mailto:david.guillot...
2020 Jan 09
1
mean
I think median() behaves as designed: As long as the argument can be ordered, the "middle observation" makes sense, except when the middle falls between two categories, and you can't define and average of the two candidates for a median.
The "sick man" would seem to be var(). Noti...
2006 Aug 22
2
Cannot create builtin/administrator group and getpeername failed
Hello,
My PDC is working but I have some errors on my log, I'm searching since 
some days but I cannot find why.
In log.smbd I have
[2006/08/22 16:30:22, 0] lib/util_sock.c:get_peer_addr(1229)
  getpeername failed. Error was Noeud final de transport n'est pas connect??
And In log.MachineName I have
[2006/08/22 1...
2019 Oct 12
2
Is it a way to upgrade CentOS 7 to 8?
Hi,
I?m looking for a method to upgrade my centos 7 servers to 8 and I don?t find anything to do that!
I?m a very newbie with CentOS? My choices where gone to Debian or Ubuntu and it was very simple. Just some files must be changed (/etc/apt/source.list). My search suggest a RELH subscription. Is it the only way...
2019 Feb 26
1
Gpo computer not applied a boot system
Bonjour à tous
depuis maintenant un certain temps je tire mes cheveux et ne comprends pas
la source de mon problème.
après une migration de samba 3 pdc vers samba 4.8.5 AD, au démarrage d’un
client Windows, l’ordinateur gpo n’est pas appliqué au démarrage.
Dans les journaux Windows, il y a 1058 erreurs...
2005 Dec 16
1
Vector of matrix
Dear statisticians,
I would like to save results for a "for loop" in a vector previously created.
My result would be of class "matrix".
I tried the following script:
Script:
#Creation of a previous vector
n.Tree<-2
VectorX<-rep(1,n.Tree)
#loop
for (i in 1:2) {
	Ti<-MatOccurTree[Tree[...
2006 May 08
3
(sans objet)
thank you Martin , but the problem now is that when I run " R CMD INSTALL -c SJava.tar .gz" I have the message " perl n'est pas reconnue en tant que command interne ou externe"
	[[alternative HTML version deleted]]
2007 Feb 02
1
dynamic loading error with Open Watcom object file
Hello.  I am trying to use a FORTRAN subroutine from within R (Windows
version).  This fortran subroutine is compiled using the Open Watcom Fortran
compiler and the compiled object file is called ritscale.obj.  Following the
explanation on pages 193-194 of "The New S language" I use the dyn.load
command:
&...
2007 May 04
1
subset
hello,
> subset(swiss, Agriculture > 60 & Examination != c(14,16), select = c(Agriculture,Examination,Catholic))
             Agriculture Examination Catholic
Broye               70.2          16     3.30
Glane               67.8          14     4.20
Aigle               62.0          21     5.16
Avenches            60.7          19     5.23
Cosso...
2007 Jun 27
3
Import from excel
Hello,
 
I have imported data from Excel using the command 
cours=read.delim("w:/apprentissage/cours_2.txt")
after transforming my initial file with tab delimiters
 
It seemed to work
 
It is 2-dimensionnal. When I type cours[5,5],
I get this type of message : "[1] 0,9760942761824 Levels:  0,495628477 0,893728761 0,89640592 0,90...
2009 Mar 30
1
PLS package loading error!
Hi,
I am using  R 2.8.1 version on Windows with RGui. I have loaded pls package
lattest version (2.1-0). When I try to load this package in R using
library(pls) command, the following error message appear:
Erreur dans library(pls) : 
  'pls' n'est pas un package valide -- a-t-il ?t? install? < 2....
2006 Jan 06
0
Windows 2003 and DC Samba
Hi,
Here is my log, does someone know what it means ?
Jan  6 11:20:38 SAMBA1 smbd[3053]:   write_socket: Error writing 4 bytes to s
ocket 22: ERRNO = Connexion r??-initialis??e par le correspondant
Jan  6 11:20:38 SAMBA1 smbd[3053]: [2006/01/06 11:20:38, 0] lib/util_sock.c:s
end_smb(647)
Jan  6 11:20:38 SAMBA1 smbd[3053]:   Erro...
2006 May 10
1
system call 'listen' failed: under WinXP
Hello everybody,
It's my first post on this mailing list, and my english is not very 
good. I hope this is not a problem for you.
I have successfully install a lot of tind under windows XP, but a friend 
made one installation (I help with mail) and he have this error when he 
try to run tincd :
---
system call 'listen' failed:...