Displaying 20 results from an estimated 646 matches for "herv".
Did you mean:
here
2005 Dec 20
1
SVN-REVSION altered when building R-devel out of tree from last snapshot
...d I used the same procedure that I am using today but
I didn't have the SVN-REVISION problem.
Also I didn't try to build R-devel from SVN. Maybe this could solve the
problem. It's just that using the tarball was easier to manage.
Anyway I thought it might be worth reporting.
Regards,
Herv?
--
------------------------
Herv? Pag?s
E-mail: hpages at fhcrc.org
Phone: (206) 667-5791
Fax: (206) 667-1319
2007 Mar 27
3
Unexpected result of as.character() and unlist() applied to a data frame
Hi,
> dd <- data.frame(A=c("b","c","a"), B=3:1)
> dd
A B
1 b 3
2 c 2
3 a 1
> unlist(dd)
A1 A2 A3 B1 B2 B3
2 3 1 3 2 1
Someone else might get something different. It all depends on the
values of its 'stringsAsFactors' option:
> dd2 <- data.frame(A=c("b","c","a"), B=3:1, stringsAsFactors=FALSE)
> dd2
2006 Jan 05
1
Pb with agrep()
...ion 2.3.0, 2005-12-22, x86_64-unknown-linux-gnu
attached base packages:
[1] "methods" "stats" "graphics" "grDevices" "utils" "datasets"
[7] "base"
other attached packages:
Biostrings
"1.5.6"
Cheers,
Herv?
--
------------------------
Herv? Pag?s
E-mail: hpages at fhcrc.org
Phone: (206) 667-5791
Fax: (206) 667-1319
2009 Feb 03
1
RCurl FTPUpload
...4 days.
I use the RCurl package with R 2.8.1, and when I try to use the function
FTPUpload, it uploads the file but does not stop.
It repeats the content of the file without stopping and the destination file
keeps getting bigger and bigger.
Here is the line that I use :
ftpUpload("C:/Users/herve/Documents/Document1.txt", "sftp://
xxxx.dedibox.fr/home/herve/Document1.txt", userpwd = "herve:xxxxxx")
Any idea why it does not work ?
Cordially,
Hervé
[[alternative HTML version deleted]]
2006 Nov 03
1
man page for as.matrix for data frames outdated?
Hi again,
The man page for 'as.matrix' says:
'as.matrix' is a generic function. The method for data frames will
convert any non-numeric/complex column into a character vector
using 'format' and so return a character matrix, except that
all-logical data frames will be coerced to a logical matrix.
It's true that "all-logical data frames will
1998 Aug 20
2
R-beta: Hmisc and R
...brary found in statlib ??
I don't understand this opposition to R, can a people break itself a
GPL'ed copyright ?
And there's no such statement for the Design library, and there's
already a port to R for this library in
http://www.ci.tuwien.ac.at/R/src/contrib/Devel
No flame
Herv? Dr?au
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request a...
2014 May 07
0
Historical NA question (Herv? Pag?s)
...)161 306 3684
School of Mathematics fax: (+44) (0)161 306 3669
Alan Turing Building 1.125
The University of Manchester email: Georgi.Boshnakov at manchester.ac.uk
Oxford Road
Manchester M13 9PL
UK
________________________________________
Date: Tue, 06 May 2014 13:57:14 -0700
From: Herv? Pag?s <hpages at fhcrc.org>
To: William Dunlap <wdunlap at tibco.com>
Cc: Michael Friendly <friendly at yorku.ca>, "r-devel at r-project.org"
<r-devel at r-project.org>
Subject: Re: [Rd] Historical NA question
Message-ID: <53694CAA.3080808 at fhcr...
2008 Jul 23
14
[Bug 16815] New: losing fonts in gnome-terminal and other font weirdnesses
http://bugs.freedesktop.org/show_bug.cgi?id=16815
Summary: losing fonts in gnome-terminal and other font
weirdnesses
Product: xorg
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at
2015 Feb 25
2
getent passwd not return the same number of records from a call to another call
I know that ID. I had this 70001 too sometime. It was a cache problem. Try "net cache flush" and after this getent once more.
This should work.
Regards
Tim
Am 25. Februar 2015 09:45:40 MEZ, schrieb "Herv? H?noch" <h.henoch at isc84.org>:
>Both groups are Samba groups
>
>wbinfo --group-info gives for each group :
>GID of domain users is 513
>GID of info is 3000023
>
>Why if I change the range I always see the same GID with winbind on the
>
>member (example : 700...
2017 Nov 29
2
binary form of is() contradicts its unary form
Hi Mehmet,
On 11/29/2017 11:22 AM, Suzen, Mehmet wrote:
> Hi Herve,
>
> I think you are confusing subclasses and classes. There is no
> contradiction. `is` documentation
> is very clear:
>
> `With one argument, returns all the super-classes of this object's class.`
Yes that's indeed very clear. So if "list" is a super-class
of...
2015 Feb 25
2
getent passwd not return the same number of records from a call to another call
...rs:x:70001:
>info:x:70001:toto,titi,tutu
exist both groups only in the AD DC directory, or are ther also linux groups here.
are both assigned a GID how?
Greetz,
Louis
>-----Oorspronkelijk bericht-----
>Van: h.henoch at isc84.org [mailto:samba-bounces at lists.samba.org]
>Namens Herv? H?noch
>Verzonden: woensdag 25 februari 2015 9:19
>Aan: Tim; samba at lists.samba.org
>Onderwerp: Re: [Samba] getent passwd not return the same
>number of records from a call to another call
>
>Here is my smb.conf (on member domain) :
>
>idmap config * : backend = tdb
>...
2007 Apr 03
1
source(..., echo=TRUE) broken in R-2.5.0 alpha and in R-2.6.0 devel
Hi,
I get this error with R-2.5.0 alpha and R-2.6.0 devel:
> source("http://bioconductor.org/biocLite.R", echo=TRUE)
Error in if (timestamp != srcfile$timestamp) warning("Timestamp of '", :
missing value where TRUE/FALSE needed
Same with 'verbose=TRUE':
> source("http://bioconductor.org/biocLite.R", verbose=TRUE)
2017 May 03
2
stopifnot() does not stop at first non-TRUE argument
...r frame. This amount of nonstandard evaluation sounds like it would incur a performance penalty, which could be undesirable.
>
> If you want to enforce the order of evaluation, there is always
>
> stopifnot(A)
> stopifnot(B)
>
> -pd
>
>> On 3 May 2017, at 02:50 , Herv? Pag?s <hpages at fredhutch.org> wrote:
>>
>> Hi,
>>
>> It's surprising that stopifnot() keeps evaluating its arguments after
>> it reaches the first one that is not TRUE:
>>
>> > stopifnot(3 == 5, as.integer(2^32), a <- 12)
>> Error...
2019 Mar 22
2
selectMethod() can fail to find methods in situations of multiple dispatch
...ry to avoid this sort of complexity, but "ANY" truncation has been happening since at least 2003.
> matchSignature(c("numeric", "ANY"), foo)
x
"numeric"
So I'm not sure we want to mess with it.
Michael
On Thu, Mar 21, 2019 at 8:14 PM Pages, Herve <hpages at fredhutch.org<mailto:hpages at fredhutch.org>> wrote:
Hi Michael,
Thanks for looking into this. I suspect that truncation of ANY suffixes from method signatures is also the culprit behind the sudden breakage of aliases of the form \alias{foo,numeric-method} when a method w...
2017 May 15
2
stopifnot() does not stop at first non-TRUE argument
>>>>> Herv? Pag?s <hpages at fredhutch.org>
>>>>> on Wed, 3 May 2017 12:08:26 -0700 writes:
> On 05/03/2017 12:04 PM, Herv? Pag?s wrote:
>> Not sure why the performance penalty of nonstandard evaluation would
>> be more of a concern here than for something...
2017 May 15
3
stopifnot() does not stop at first non-TRUE argument
...rce("stopifnot_new.R")
>> stopifnot_new(3 == 5, as.integer(2^32), a <- 12)
> Error: 3 == 5 is not TRUE
>> a
> Error: object 'a' not found
>
> Best,
> Serguei.
>
>
> Le 15/05/2017 ? 10:39, Martin Maechler a ?crit :
>>>>>>> Herv? Pag?s <hpages at fredhutch.org>
>>>>>>> on Wed, 3 May 2017 12:08:26 -0700 writes:
>> > On 05/03/2017 12:04 PM, Herv? Pag?s wrote:
>> >> Not sure why the performance penalty of nonstandard evaluation would
>> >> be more...
2008 Jan 21
10
[Bug 14192] New: nouveau on NV17: screen remains black with randr12 on
http://bugs.freedesktop.org/show_bug.cgi?id=14192
Summary: nouveau on NV17: screen remains black with randr12 on
Product: xorg
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at
2015 Sep 29
1
making object.size() more meaningful on environments?
Hi Gabe,
On 09/29/2015 02:51 PM, Gabriel Becker wrote:
> Herve,
>
> The problem then would be that for A a refClass whose fields take up N
> bytes (in the sense that you mean), if we do
>
> B <- A
>
> A and B would look like the BOTH take up N bytes, for a total of 2N,
> whereas AFAIK R would only be using ~ N + 2*56 bytes, right?...
2019 Aug 06
3
Netbios node type value WITHOUT wins server only WITH DNS server
ok and how to turn it off ? Is there a how-to ?
If i enable this parameters what about clients already connected ?
Le 06/08/2019 ? 10:28, Rowland penny via samba a ?crit?:
> On 06/08/2019 09:26, H?noch Herv? wrote:
>>
>> This parameters works with W10 and W7 without changing anything on
>> client side ?
>>
> If your windows clients have SMBv1 turned off, then yes, if SMBv1
> isn't turned off, then turn it off ;-)
>
> Rowland
>
>
--
?? *Herv?*?*H?NOCH*
*...
2015 Sep 29
3
making object.size() more meaningful on environments?
...(list(a=runif(25000000), L=LETTERS))
object.size(env3) # 56 bytes
This makes it pretty useless on reference class instances and other
objects that use environments internally for caching or other purposes.
What about changing this and make it return something more meaningful?
Cheers,
H.
--
Herv? Pag?s
Program in Computational Biology
Division of Public Health Sciences
Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N, M1-B514
P.O. Box 19024
Seattle, WA 98109-1024
E-mail: hpages at fredhutch.org
Phone: (206) 667-5791
Fax: (206) 667-1319