[Rd] section needed in FAQ - Using R (PR#9698)

2007-05-20 Thread ray
Full_Name: Ray Kiddy Version: R 2.5.0 GUI 1.19 (4308) OS: Mac OS X 10.4.9 Submission from: (NULL) (71.139.33.60) There is no section in the FAQ equivalent to "Using R". The "R Basics" is too basic. I would say it addresses "meta-R" questions, such as installing.

Re: [Rd] Printing chinese characters (UTF-8) on R 3.5.2 -windows 10

2019-09-16 Thread Ray Donnelly
On Fri, Sep 13, 2019 at 11:53 AM Tomas Kalibera wrote: > On 9/13/19 11:37 AM, IAGO GINÉ VÁZQUEZ wrote: > > But if I type > > >"會" > > the output is > > [1] "會" > > so seemingly it can be represented. Or, am I wrong? > > In RGui you can print the string, because RGui is a Windows Unicode > applica

Re: [Rd] Printing chinese characters (UTF-8) on R 3.5.2 -windows 10

2019-09-16 Thread Ray Donnelly
On Fri, Sep 13, 2019 at 1:46 PM Tomas Kalibera wrote: > On 9/13/19 1:33 PM, Ray Donnelly wrote: > > On Fri, Sep 13, 2019 at 11:53 AM Tomas Kalibera > wrote: > >> On 9/13/19 11:37 AM, IAGO GINÉ VÁZQUEZ wrote: >> > But if I type >> > >"會" >

Re: [Rd] R CMD build wiped my computer (from R-help)

2010-07-29 Thread Ray Brownrigg
nd is similar to the original poster's output (the third "unlink" command, where "xyz" was "~"): circa> ls -al RColorBrewer/R total 140 -rwxr-xr-x 1 ray ecs 43988 Apr 17 2005ColorBrewer.R~* -rw-r--r-- 1 ray ecs 0 Jul 29 09:57residuals.MCMCglmm

Re: [Rd] Optimization bug when byte compiling with gcc 5.3.0 on windows

2016-04-04 Thread Ray Donnelly
st the input value to a double to prevent that. The code for this can be seen here: https://github.com/Alexpux/mingw-w64/blob/master/mingw-w64-headers/crt/math.h#L612-L622 -- Best regards, Ray Donnelly, Continuum Analytics Inc. __ R-devel@r-project.org

Re: [Rd] Optimization bug when byte compiling with gcc 5.3.0 on windows

2016-04-04 Thread Ray Donnelly
On Mon, Apr 4, 2016 at 12:29 PM, Duncan Murdoch wrote: > On 03/04/2016 9:44 PM, Ray Donnelly wrote: > >> Hi, >> >> Apologies for breaking the threading on this, I've only just signed up to >> the list and the last email was from September 2015. >> &g

Re: [Rd] Optimization bug when byte compiling with gcc 5.3.0 on windows

2016-04-04 Thread Ray Donnelly
On Mon, Apr 4, 2016 at 7:39 PM, Jeroen Ooms wrote: > On Sun, Apr 3, 2016 at 6:44 PM, Ray Donnelly > wrote: > > I've started to look into building R for Windows using MSYS2 as both the > > build environment and tools + libraries provider (where possible). > > Thank

[Rd] Two minor build system patches.

2016-06-27 Thread Ray Donnelly
typo where CPPFLAGS is misspelt as CPPLAGS which causes them to be forgotten about in the middle of configure. Best regards, Ray. From 8a101b4c3a78555b416ef70753517638829ee6b5 Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Tue, 21 Jun 2016 14:22:30 +0100 Subject: [PATCH 1/2] Use AC_SEARCH_LIBS to

Re: [Rd] Two minor build system patches.

2016-06-27 Thread Ray Donnelly
On Mon, Jun 27, 2016 at 12:07 PM, Duncan Murdoch wrote: > On 27/06/2016 6:58 AM, Ray Donnelly wrote: >> >> Hi all, >> >> I ran into a few problems building R 3.3.1 and came up wth the >> attached patches (fingers crossed they don't get stripped, I've a

Re: [Rd] Debugging tools and practices in Windows?

2017-02-23 Thread Ray Donnelly
On Thu, Feb 23, 2017 at 7:49 PM, Tomas Kalibera wrote: > The R for Windows FAQ suggests "make DEBUG=T" and has some more hints > https://cran.r-project.org/bin/windows/base/rw-FAQ.html > > Tomas > > > > On 02/23/2017 08:10 PM, Javier Luraschi wrote: > >> Right, I'm talking about C code. >> >> Do

Re: [Rd] Seeking advice regarding compilation of large libraries using RTools (Windows)

2017-03-07 Thread Ray Donnelly
On Mon, Mar 6, 2017 at 8:21 PM, Richard Beare wrote: > Yep - simpleITK is available at github.com/SimpleITK/SimpleITK. There's > also github.com/SimpleITK/SimpleITKRInstaller - a devtools based installer > for mac and linux. > > CMake has a range of build environments. I experimented with MSYS2 a

Re: [Rd] Hyperbolic tangent different results on Windows and Mac

2017-04-07 Thread Ray Donnelly
> > > FWIF, we have run into NaN edge-case bugs before with mingw-w64. > > > > - https://sourceforge.net/p/mingw-w64/mingw-w64/ci/ > 6617ebd5fc6b790c80071d5b1d950e737fc670e1/ > > - https://github.com/wch/r-source/commit/e9aaf8fdeddf27c2a9078cd214a414 > 75c8ff6f40 > > &

Re: [Rd] section needed in FAQ - Using R (PR#9698)

2007-05-21 Thread Ray Kiddy
On May 21, 2007, at 5:59 AM, John Fox wrote: > Dear Peter and Ray, > > I think that Ray's problem finding apropos is that "apropos" has > one "p." > Interestingly, help.search("appropos") (as suggested by Peter) is > able to &

[Rd] arima() bug

2008-06-11 Thread Ray Brownrigg
c(1, 0, 1), c(1, 0, 1)) Ray Brownrigg __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] c.noquote() weirdness

2008-06-15 Thread Ray Brownrigg
f g h [39] i j k l m n o p q r s t u v w x y z > Again, I am only the messenger (so don't shoot me :-)). Regards, Ray Brownrigg __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] RNGkind() state

2008-07-10 Thread Ray Brownrigg
pace restored] > set.seed(1); runif(1) # saved RNGkind is ignored ... [1] 0.2655087 > RNGkind() # and overridden ... [1] "Mersenne-Twister" "Inversion" > q("no") cafe-rozo> R R version 2.7.1 (2008-06-23) : etc [Previously saved workspace r

[Rd] RNGkind() state (PR#12567)

2008-08-19 Thread Ray . Brownrigg
uot; > q("no") cafe-rozo>  R R version 2.7.1 (2008-06-23) : etc [Previously saved workspace restored] > RNGkind() # and wrongly reported! [1] "Mersenne-Twister" "Inversion" > runif(1)  # Note this is actually using > Marsag

Re: [Rd] RNGkind() state (PR#12567)

2008-08-21 Thread Ray Brownrigg
lead one to anticipate what does happen. Regards, Ray Brownrigg cafe-rozo> R --vanilla R version 2.7.1 (2008-06-23) Copyright (C) 2008 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute

[Rd] problem with integrate

2008-11-05 Thread Ray Brownrigg
4). A similar problem occurs at more than a few different such values. I noticed this under version 2.7.1 (NetBSD), but have checked that it still occurs under a recently patched 2.8.0 (Windows). Ray Brownrigg Mathematics Statistics and Computer Science Victoria Un