search for: bouchet

Displaying 20 results from an estimated 66 matches for "bouchet".

2014 Dec 15
3
Making iconv portable?
Hello, All: What would it take to make ?iconv? portable? I ask, because I want to convert accented characters to vanilla ASCII, thereby converting, e.g., ?Ra?l? to ?Raul?, and Milan Bouchet-Valet suggested on R-help that I use 'iconv(x, ?", "ASCII//TRANSLIT?)?. This worked under Windows but failed on Linux and Mac. It?s part of the ?subNonStandardCharacters? function in the Ecfun package. The development version on R-Forge uses this and returns ?Raul? under Windows an...
2014 Dec 15
2
Making iconv portable?
...gt;>>> Spencer Graves writes: > >> Hello, All: >> What would it take to make ?iconv? portable? > > >> I ask, because I want to convert accented characters to >> vanilla ASCII, thereby converting, e.g., ?Ra?l? to ?Raul?, and >> Milan Bouchet-Valet suggested on R-help that I use 'iconv(x, >> ?", "ASCII//TRANSLIT?)?. This worked under Windows but failed >> on Linux and Mac. It?s part of the ?subNonStandardCharacters? >> function in the Ecfun package. The development version on >> R-Forg...
2010 Apr 13
1
R documentation
...to see an htlm documentation when writing the command lines ?plot help.search("plot") The configuration was changed on my computer and help appears now as a R console window, without link with internet. Where can I change the configuration to connect with the html help? Thanks, Sophie Bouchet -- Sophie Bouchet Post-doc INRA UMR de Génétique Végétale équipe Génétique Quantitative et Méthodologie de la Sélection Ferme du Moulon 91190 Gif sur Yvette France Tel : +33 (0)1 69 33 23 38 [[alternative HTML version deleted]]
2015 Jun 16
4
Bugzilla activity?
Hi! I was wondering whether anybody was looking at the bugs on Bugzilla. I'm asking because I've seen bugs tackled on the mailing list quite quickly, but two fully reproducible reports I've filed on Bugzilla haven't triggered any reaction in several weeks (for the older one). FWIW, these are: - Line goes beyond plot region
2014 Dec 15
1
Making iconv portable?
...;> Hello, All: >>>> What would it take to make ?iconv? portable? >>> >>> >>>> I ask, because I want to convert accented characters to >>>> vanilla ASCII, thereby converting, e.g., ?Ra?l? to ?Raul?, and >>>> Milan Bouchet-Valet suggested on R-help that I use 'iconv(x, >>>> ?", "ASCII//TRANSLIT?)?. This worked under Windows but failed >>>> on Linux and Mac. It?s part of the ?subNonStandardCharacters? >>>> function in the Ecfun package. The development versi...
2013 Feb 21
4
Getting htmlParse to work with Hebrew? (on windows)
Hello dear R-help mailing list. Looks like the same issue in Russian: library(RCurl) library(XML) u = " http://www.cian.ru/cat.php?deal_type=2&obl_id=1&room1=1" a = getURL(u) a # Here - the Russian is fine. a2 <- htmlParse(a) a2 # Here it is a mess... None of these seem to fix it: htmlParse(a, encoding = "windows-1251") htmlParse(a, encoding =
2012 Sep 10
1
E-mail # 2 / attachments matrix test cases
...quot;????????? "4" #IMAGE:1010367 "4"???? "4"??? "1"???????? "1"???????? "1"????????? "2" A.K. ----- Original Message ----- From: Sridhar Iyer <sridiyer at gmail.com> To: arun <smartpink111 at yahoo.com> Cc: Milan Bouchet-Valat <nalimilan at club.fr> Sent: Monday, September 10, 2012 8:05 AM Subject: E-mail # 2 / attachments matrix test cases forgot to attach the sample files. sorry. On Mon, Sep 10, 2012 at 7:02 AM, Sridhar Iyer <sridiyer at gmail.com> wrote: > Hi Milan & Arun, > > Thank yo...
2013 May 21
1
Lattice, ggplot, and pointsize
Hi! When inserting R plots into a document using odfWeave, I fought for a while to get Lattice plots use the same text size as base plots. I eventually discovered that specifying a point size via e.g. svg(pointsize=10) has no effect on Lattice plots. One needs to adjust the size manually via: trellis.par.set(fontsize=list(text=10, points=8)) This is also developed for both Lattice and ggplot2 by
2014 Dec 15
0
Making iconv portable?
...rites: >> >>> Hello, All: >>> What would it take to make ?iconv? portable? >> >> >>> I ask, because I want to convert accented characters to >>> vanilla ASCII, thereby converting, e.g., ?Ra?l? to ?Raul?, and >>> Milan Bouchet-Valet suggested on R-help that I use 'iconv(x, >>> ?", "ASCII//TRANSLIT?)?. This worked under Windows but failed >>> on Linux and Mac. It?s part of the ?subNonStandardCharacters? >>> function in the Ecfun package. The development version on >&g...
2003 May 14
0
Re: Re: cant ping winbind!
...domain sid fetch for SCIENCEU thanks! chris Scott Wrosch <swrosch@MarketingAssociates.com> wrote:This should do the trick too. Give this a shot first! -----Original Message----- From: kenneth westelinck [mailto:kenneth.westelinck@pandora.be] Sent: Tuesday, May 13, 2003 2:18 PM To: chris Bouchet; Herb Lewis Cc: samba@lists.samba.org Subject: Re: [Samba] Re: Re: cant ping winbind! So if it has to be a netbios name, put the netbios name in a hosts file, along with the correct IP. ----- Original Message ----- From: "chris Bouchet" To: "Herb Lewis" Cc: Sent: Tuesday, M...
2013 Sep 09
2
Invalid UTF-8 with gsub(perl=TRUE) and iconv(sub="")
Hi! I experience an error with an invalid UTF-8 character passed to gsub(..., perl=TRUE); the interesting point is that with perl=FALSE (the default) no error happens. (The character itself was read from an invalid HTML file.) Illustration of the error: gsub("a", "", "\U3e3965", perl=FALSE) # [1] "\U3e3965" gsub("a", "",
2017 Jan 19
2
xtabs(), factors and NAs
Hi all, I know this issue has been discussed a few times in the past already, but Martin Maechler suggested in a bug report [1] that I raise it here. Basically, there is no (easy) way of printing NAs for all variables when calling xtabs() on factors. Passing 'exclude=NULL, na.action=na.pass' works for character vectors, but not for factors. > test <-
2012 Jan 13
3
tm package, custom reader
I need help with creating custom xml reader for use with the tm package. The objective is to crate a corpus for analysis. Files that I'm working with come from solr and are in a funky XML format never the less I'm able to parse the XML files using solrDocs.R function provided by Duncan Temple Lang. The problem I'm having that once I parse the document I need to create a custom
2015 Apr 29
2
Formula evaluation, environments and attached packages
Hi! Some time ago, I replaced calls to library() with calls to requireNamespace() in my package logmult, in order to follow the new CRAN policies. But I just noticed it broke jackknife/bootstrap using several workers via package parallel. The reason is that I'm running model replicates on the workers, and the formula includes non-standard terms like Mult() which are provided by gnm. If gnm
2013 Sep 30
4
read.table() with quoted integers
Hi! It seems that read.table() in R 3.0.1 (Linux 64-bit) does not consider quoted integers as an acceptable value for columns for which colClasses="integer". But when colClasses is omitted, these columns are read as integer anyway. For example, let's consider a file named file.dat, containing: "1" "2" > read.table("file.dat",
2013 Sep 19
1
Vignette problem and CRAN policies
...Derek Ogle [ctb], Brian Ripley [ ctb], Achim Zeileis [ctb], R-Core [ctb]' truncated to 255 bytes in column 'Autho r' Warning in odbcUpdate(channel, query, mydata, coldata[m, ], test = test, : character data 'John Fox [aut, cre], Liviu Andronic [ctb], Michael Ash [ctb], Milan Bouchet-Valat [ctb], Theophilius Boye [ctb], Stefano Calza [ctb], Andy Cha ng [ctb], Philippe Grosjean [ctb], Richard Heiberger [ctb], Kosar Karimi Pour [c tb], G. Jay Kerns [ctb], Renaud Lancelot [ctb], Matthieu Lesnoff [ctb], Uwe Ligg es [ctb], Samir Messad [ctb], Martin Maechler [ctb], Robert Muenche...
2016 Jan 15
2
redhat-hardened in CFLAGS
On Fri, Jan 15, 2016 at 2:45 PM, Michael Smith <my.r.help at gmail.com> wrote: > > dnf install redhat-rpm-config I used: yum install /usr/lib/rpm/redhat/redhat-hardened-cc1 And that did the job, however it seems to me this should be a formal dependency of the R-base rpm package.
2015 Apr 29
0
Formula evaluation, environments and attached packages
...e in the gnm namespace (while still ensuring the variables can be found!). In the meantime, I think the following will work: Mult <- gnm::Mult f <- Freq ~ Eye + Hair + Mult(Eye, Hair) gnm::gnm(f, family=poisson, data=dat) Hope that helps, Heather On Wed, Apr 29, 2015, at 05:57 PM, Milan Bouchet-Valat wrote: > Hi! > > Some time ago, I replaced calls to library() with calls to > requireNamespace() in my package logmult, in order to follow the new > CRAN policies. But I just noticed it broke jackknife/bootstrap using > several workers via package parallel. > > The r...
2015 Jun 16
0
Bugzilla activity?
Hi Milan, I can't reproduce your first bug in R 3.2 on Windows 8.1, and I fail to reproduce that one in R 3.1.2 as well. So that might explain why that one isn't tackled. The second bug you reported I can reproduce. Cheers Joris On Tue, Jun 16, 2015 at 9:18 PM, Milan Bouchet-Valat <nalimilan at club.fr> wrote: > Hi! > > I was wondering whether anybody was looking at the bugs on Bugzilla. I'm > asking because I've seen bugs tackled on the mailing list quite quickly, > but two fully reproducible reports I've filed on Bugzilla haven't...
2015 Jun 17
0
Bugzilla activity?
On 16/06/2015 4:18 PM, Milan Bouchet-Valat wrote: > Hi! > > I was wondering whether anybody was looking at the bugs on Bugzilla. I'm > asking because I've seen bugs tackled on the mailing list quite quickly, > but two fully reproducible reports I've filed on Bugzilla haven't > triggered any reaction...