search for: rcher

Displaying 12 results from an estimated 12 matches for "rcher".

Did you mean: richer
2017 Jun 27
3
Windows iconv() "failure" in certain locales
..."UTF-8" to the "current locale", in the case mentioned there. I'm giving some easier reproducible examples: no need to install half of tidyverse just to get citation("readr") : > x <- c("Ekstr\xf8m", "J\xf6reskog", "bi\xdfchen Z\xfcrcher") > Encoding(x1) <- "latin1" > xU <- iconv(x1, "latin1", "UTF-8") > Sys.setlocale("LC_CTYPE", "Chinese") [1] "Chinese (Simplified)_People's Republic of China.936" > > iconv(x1, "latin1", "&quo...
2017 Jun 28
0
Windows iconv() "failure" in certain locales
..."current locale", in the case mentioned there. > > I'm giving some easier reproducible examples: no need to install > half of tidyverse just to get citation("readr") : > >> x <- c("Ekstr\xf8m", "J\xf6reskog", "bi\xdfchen Z\xfcrcher") >> Encoding(x1) <- "latin1" >> xU <- iconv(x1, "latin1", "UTF-8") > >> Sys.setlocale("LC_CTYPE", "Chinese") > [1] "Chinese (Simplified)_People's Republic of China.936" >> >> iconv(x1, &...
2017 Jun 26
3
suggestion to fix packageDescription() for Windows users
I'd be curious to know what others think of Rich's patch. If it is acceptable, I can spend time that I was going to look at it this week on another bug. -----Original Message----- From: Rich Calaway Sent: Friday, June 23, 2017 6:34 PM To: Nathan Sosnovske <nsosnov at microsoft.com>; Duncan Murdoch <murdoch.duncan at gmail.com>; Andrie de Vries <apdevries at gmail.com>
2014 Dec 15
1
Making iconv portable?
...[1] ?Ra'ul" > > > Thanks for the replies. I should have checked my examples more carefully. Consider the following example and a slight modification from help(?iconv?): > > > > x <- c("Ekstr\xf8m", "J\xf6reskog", "bi\xdfchen Z\xfcrcher") > > Encoding(x) <- "latin1" > > x > [1] "Ekstr?m" "J?reskog" "bi?chen Z?rcher" > > iconv(x, "latin1", "ASCII//TRANSLIT") # platform-dependent > [1] "Ekstrom"...
2017 Jun 29
1
Windows iconv() "failure" in certain locales
...mentioned there. >> >> I'm giving some easier reproducible examples: no need to install >> half of tidyverse just to get citation("readr") : >> >>> x <- c("Ekstr\xf8m", "J\xf6reskog", "bi\xdfchen Z\xfcrcher") >>> Encoding(x1) <- "latin1" >>> xU <- iconv(x1, "latin1", "UTF-8") >> >>> Sys.setlocale("LC_CTYPE", "Chinese") >> [1] "Chinese (Simplified)_People's Republic of China...
2014 Dec 15
2
Making iconv portable?
> On Dec 15, 2014, at 12:21 PM, Kurt Hornik <Kurt.Hornik at wu.ac.at> wrote: > >>>>>> 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
2014 Dec 15
0
Making iconv portable?
...ot;ASCII//TRANSLIT") > [1] ?Ra'ul" Thanks for the replies. I should have checked my examples more carefully. Consider the following example and a slight modification from help(?iconv?): > x <- c("Ekstr\xf8m", "J\xf6reskog", "bi\xdfchen Z\xfcrcher") > Encoding(x) <- "latin1" > x [1] "Ekstr?m" "J?reskog" "bi?chen Z?rcher" > iconv(x, "latin1", "ASCII//TRANSLIT") # platform-dependent [1] "Ekstrom" "J\"ore...
2000 Dec 21
1
Factor analysis with R
...t R-mail's, because I use it seldom. I should solve a factor analysis, but I don't find a proper R function, like the function factanal in S-Plus. Does someone can tell me, if there exist an R-analoge- function? I I'am glad to here, if someone can help me thanks Sigrid -- Z?rcher Hochschule Winterthur Departement Physik und Mathematik Dr. Sigrid M?nkeberg Geb?ude TS 304 Postfach 805 8401 Winterthur --------------- Tel.: 052 267 78 04 e-mail: sigrid.moenkeberg at zhwin.ch ---------------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2003 Apr 23
0
tk windows position
...it it do in Rgui). To get this I do the following: Window1 <- tktoplevel() Window1 <- tktoplevel() Window1 <- tktoplevel() Thomas Untern?hrer E-Mail: thomas.unternaehrer at zhwin.ch Institut f?r Datenanalyse und Prozessdesign Tel: 052/ 267 7813 Z?rcher Hochschule Winterthur Fax: 052/ 268 7813 Technopark / J?gerstrasse 2 Postfach CH-8400 Winterthur http://www.idp.zhwin.ch
2003 Apr 25
1
Rcmd vs. Rterm.exe
...adme, FAQs, ...). I use rterm.exe, but is there a benefit in using rcmd? Can you explain me that or give me a link? Thanks Thomas Thomas Untern?hrer E-Mail: thomas.unternaehrer at zhwin.ch Institut f?r Datenanalyse und Prozessdesign Tel: 052/ 267 7813 Z?rcher Hochschule Winterthur Fax: 052/ 268 7813 Technopark / J?gerstrasse 2 Postfach CH-8400 Winterthur http://www.idp.zhwin.ch
2012 Dec 19
0
JRI and XTS library
...runs smoothly. Any idea? Thank you in advance Massimo ________________________________ Disclaimer : Diese Mitteilung ist nur f?r die Empf?ngerin / den Empf?nger bestimmt. F?r den Fall, dass sie von nichtberechtigten Personen empfangen wird, bitten wir diese h?flich, die Mitteilung an die Z?rcher Kantonalbank zur?ckzusenden und anschliessend die Mitteilung mit allen Anh?ngen sowie allf?llige Kopien zu vernichten bzw. zu l?schen. Der Gebrauch der Information ist verboten. This message is intended only for the named recipient and may contain confidential or privileged information. If you h...
2003 Apr 24
3
R TclTk Examples
Hi, I've been learning how to use R TclTk in Windows over the last few months. I have recently put together a collection of examples of some common widgets and their corresponding R code, at http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/ I would be interested in any feedback - Is it useful? Does it contain any significant errors or bad coding style? Does anyone else want to