Displaying 14 results from an estimated 14 matches for "cliniques".
Did you mean:
clinique
1998 May 14
3
Cannot use smbpasswd for new user
...it from
now on.
This behavior has happened after upgrading from 1.9.18p3 to 1.9.18p4.
Thank you for your time.
--
====================================================
Gaetan Boudreau, ing/P.Eng.
Administrateur de reseau/Network Administrator
IRCM (Institut de recherches cliniques de Montreal/
Clinical Research Institute of Montreal)
tel: 514-987-5563 fax: 514-987-5644
Internet E-Mail: Gaetan_Boudreau@IRCM.UMontreal.CA
Internet Web Site: http://www.ircm.umontreal.ca
1998 May 13
1
Compiling warnings in 1.9.18p7
...72: warning: passing arg 4 of `qsort' from incompatible pointer
type
Is there still a problem with this release ?
====================================================
Gaetan Boudreau, ing/P.Eng.
Administrateur de reseau/Network Administrator
IRCM (Institut de recherches cliniques de Montreal/
Clinical Research Institute of Montreal)
tel: 514-987-5563 fax: 514-987-5644
Internet E-Mail: Gaetan_Boudreau@IRCM.UMontreal.CA
Internet Web Site: http://www.ircm.umontreal.ca
2005 Oct 20
3
how to set environment variables?
The help file of the R bitmap function says that I have to set the
environment variable R_GSCMD to the path of my Ghostscript
installation. How do I set this variable (either by commandline or in
R.app for Mac)? Sorry if this sounds like a very basic question, but
I could not find the answer anywhere else.
Many thanks
Andreas
--
--------------------------
Andreas Zankl, MD
Division of
2012 Mar 13
1
Coding C++ in R. What is faster : Using bosst external libraries or R.h header file?
Hi everyone,
I have built an R package and for the sake of speed I have decided to rewrite some part of the code in C++. In my original R code I use the pnorm, qnorm, rnorm, pgamma, dgamma, rgamma, rbeta and runif function. First I was thinking in going with the boost libraries, but I noticed the functions described above are available within the R.h header file (or is it Rmath.h?).
So my
2012 Jan 05
1
Calling R functions within C/C++
Hello everyone!
First of all, please note that I'm working under Windows 7.
I have written a Gibbs sampler in R and I'm now in the process of translating it in C++ to increase the speed. I'm relatively new to C++ and this question may be trivial, but my search so far have been unsuccessful. In my Gibbs sampler I am using some basic R functions (like the rep function for example)
2011 Mar 24
3
R CMD build creates tar file instead of tar.gz file
Dear all,
I'm trying to create my own package by following for instance http://epub.ub.uni-muenchen.de/6175/2/tr036.pdf In step 6 (page 19) it says that the command 'R CMD build <mypackage>' should result in a tar.gz file. However, after running the command I end up with a tar file only (no gz extension). I also get the following warnings in the command prompt
C:\Program
2005 Oct 28
1
axis scaling problem
On the attached figure, I had to use ylim (0,3) to have enough space
for the labels to be plotted. However, the values on the y-axis are
never bigger than 1, so the axis labeling does not make much sense.
Can I only get y-axis tick marks at 0 and 1 but still have the
additional plotting space for the labels?
Thanks
Andreas
--
--------------------------
Andreas Zankl, MD
Division of
1998 Apr 20
0
Printers print...don't print...print...don't print...
...where /opt/samba/lib/printers is:
sclhp4m|
sekhp5n|
sekhp5n2|
sihp4m
Any hints would be appreciated. Thank you.
--
====================================================
Gaetan Boudreau, ing/P.Eng.
Administrateur de reseau/Network Administrator
IRCM (Institut de recherches cliniques de Montreal/
Clinical Research Institute of Montreal)
tel: 514-987-5563 fax: 514-987-5644
Internet E-Mail: Gaetan_Boudreau@IRCM.UMontreal.CA
Internet Web Site: http://www.ircm.umontreal.ca
1998 May 11
0
URGENT: cannot use smbpasswd
...ssword:
Retype new SMB password:
smbpasswd: machine 127.0.0.1 rejected the session request. Error was :
code 131.
--
====================================================
Gaetan Boudreau, ing/P.Eng.
Administrateur de reseau/Network Administrator
IRCM (Institut de recherches cliniques de Montreal/
Clinical Research Institute of Montreal)
tel: 514-987-5563 fax: 514-987-5644
Internet E-Mail: Gaetan_Boudreau@IRCM.UMontreal.CA
Internet Web Site: http://www.ircm.umontreal.ca
1998 May 13
0
URGENT: Problem with smbpasswd (again)
...assword pair in a
Tree Connect or Session Setup are invalid.).
Any (fast) help would be appreciated. Thank you.
--
====================================================
Gaetan Boudreau, ing/P.Eng.
Administrateur de reseau/Network Administrator
IRCM (Institut de recherches cliniques de Montreal/
Clinical Research Institute of Montreal)
tel: 514-987-5563 fax: 514-987-5644
Internet E-Mail: Gaetan_Boudreau@IRCM.UMontreal.CA
Internet Web Site: http://www.ircm.umontreal.ca
2013 Dec 06
1
adding AD domain users in local Linux group for acces to share
Hello,
It seems that domain user can access share when they are specified in "valid list" but not when
"valid list" use local group definition.
First if added the domain user "duser" to the group "lgroup" in /etc/group
Then i defined a samba share and add the domain user "duser in the "valid list"
[lgroup]
comment =
1997 Nov 11
1
automountd hangs
...2 fixed some problems with the
automounter. Is there still problem ?
Any help will be appreciated. Thank you.
--
====================================================
Gaetan Boudreau, ing/P.Eng.
Administrateur de reseau/Network Administrator
IRCM (Institut de recherches cliniques de Montreal/
Clinical Research Institute of Montreal)
tel: 514-987-5563 fax: 514-987-5644
Internet E-Mail: Gaetan_Boudreau@IRCM.UMontreal.CA
Internet Web Site: http://www.ircm.umontreal.ca
2006 Feb 26
1
assigning differences in a loop
Dear All
I would need to generate differences between variates such as
nam1<-nam2-nam3 in the following loop:
for(i in c("13","26","38")) {
for (j in c("HR","PQ","QRS","QT")){
nam1<-paste("d",j,i,sep="")
nam2<-paste(j,i,sep=".")
2009 May 09
4
Generating a "conditional time" variable
Hi everyone,
Please forgive me if my question is simple and my code terrible, I'm new to
R. I am not looking for a ready-made answer, but I would really appreciate
it if someone could share conceptual hints for programming, or point me
toward an R function/package that could speed up my processing time.
Thanks a lot for your help!
##
My dataframe includes the variables 'year',