Re: [Rd] reg-tests-1d.R fails in r72721

2017-05-24 Thread Hiroyuki Kawakatsu
filename) > print(Encoding(y1)) [1] "UTF-8" > > y2 <- path.expand(y1) > print(Encoding(y2)) [1] "unknown" > > y3a <- iconv(y2, to="UTF-8") > print(Encoding(y3a)) [1] "unknown" > > y3b <- enc2utf8(y2) > print(Encoding(y

Re: [Rd] reg-tests-1d.R fails in r72721

2017-05-24 Thread Hiroyuki Kawakatsu
8LC_COLLATE=en_GB.UTF-8 [5] LC_MONETARY=en_GB.UTF-8LC_MESSAGES=en_GB.UTF-8 [7] LC_PAPER=en_GB.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_GB.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats

[Rd] reg-tests-1d.R fails in r72721

2017-05-24 Thread Hiroyuki Kawakatsu
2) is "UTF-8". If I run this code with R --vanilla, both are UTF-8 and the assertion passes. What is make check doing differently? Or is there something wrong with my setting/environment? Thanks, h. -- +--- | Hiroyuki Kawakatsu | Business School, Dublin City University | Dublin 9, Irela

[Rd] reg-tests-1a fails with r70391

2016-03-30 Thread Hiroyuki Kawakatsu
ncol(s$rotation)) Error: length(s$sdev) == ncol(s$rotation) is not TRUE Execution halted Looking at stats:::prcomp.default(), it appears that s$v is truncated but not s$d (unlike in the code before r70391) for the reduced rank case. h. -- +--- | Hiroyuki Kawakatsu | Business School, Dublin City Univers

[Rd] predict.loess() segfaults for large n?

2013-03-01 Thread Hiroyuki Kawakatsu
, data.frame(hours = xmin), se = TRUE) 7: predict(y2, data.frame(hours = xmin), se = TRUE) 8: test4() aborting ... ==30841== -- +--- | Hiroyuki Kawakatsu | Business School, Dublin City University | Dublin 9, Ireland. Tel +353 (0)1 700 7496 __ R-devel@r-

[Rd] pie() bug in r59963

2012-07-25 Thread Hiroyuki Kawakatsu
nbow(3), radius=0.9) h. -- +--- | Hiroyuki Kawakatsu | Business School, Dublin City University | Dublin 9, Ireland. Tel +353 (0)1 700 7496 __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] help.search() in html?

2012-02-15 Thread Hiroyuki Kawakatsu
nfirm the fix on my machine with r58354. h. -- +--- | Hiroyuki Kawakatsu | Business School, Dublin City University | Dublin 9, Ireland. Tel +353 (0)1 700 7496 __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] R-admin.html fixes (for cairo support in windoze)

2011-08-07 Thread Hiroyuki Kawakatsu
ks in option 1 appear to be dead. After downloading several files, I found that the "bundled" file http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.22/gtk+-bundle_2.22.1-20101227_win32.zip seems the easiest to use (for option 1). h. -- +--- | Hiroyuki Kawakatsu | Business School, Dublin

[Rd] R CMD Rprof --help suggestion

2010-09-23 Thread Hiroyuki Kawakatsu
f <- res$by.self[res$by.self[,"self.pct"]>=minself,] return(res) } h. -- +--- | Hiroyuki Kawakatsu | Business School, Dublin City University | Dublin 9, Ireland. Tel +353 (0)1 700 7496 __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] expression paste broken in r-devel?

2009-12-10 Thread Hiroyuki Kawakatsu
On Thu, Dec 10, 2009, Duncan Murdoch wrote: > On 10/12/2009 6:21 AM, Hiroyuki Kawakatsu wrote: >> >> Hi, >> >> The following expression() is silently ignored in r-devel (r50697): >> >> plot(1:10) >> text(5, 5, expression(paste("foo ", alpha)

[Rd] expression paste broken in r-devel?

2009-12-10 Thread Hiroyuki Kawakatsu
Hi, The following expression() is silently ignored in r-devel (r50697): plot(1:10) text(5, 5, expression(paste("foo ", alpha))) Am I the only one having this problem? example(plotmath) runs but all constructs of the form expression(paste()) do not show up in the plots. h. -- +---

[Rd] what should NCOL(NULL) return?

2009-10-29 Thread Hiroyuki Kawakatsu
Hi, I get (using r50188) > nrow(NULL) NULL > NROW(NULL) [1] 0 > ncol(NULL) NULL > NCOL(NULL) [1] 1 The last seems 'wrong' to me, though matrix(NA, 0, 1) appears to be well defined. > blackhole = matrix(NA, 0, 1) > blackhole[,1] = 5 > blackhole [,1] h

Re: [Rd] reg-tests-1.R failure with unstable

2009-10-25 Thread Hiroyuki Kawakatsu
coming into use. > > [A quick check confirms that bsdtar from the libarchive project does this, > as used by Snow Leopard and AFAIK FreeBSD >= 8.  So I can reproduce it.] Thanks for the confirmation. I installed gtar and, as indicated by config.site, it is picked up by configure

Re: [Rd] reg-tests-1.R failure with unstable

2009-10-25 Thread Hiroyuki Kawakatsu
between the assignment and the call in Sys.chmod(). > The current SVN does run reg-tests-1.R for me. (It breaks on reg-tests-3.R, > but that's a different issue.) hmmm. I still don't understand what might be specific to my OS. h. -- +--- | Hiroyuki Kawakatsu | Business School,

Re: [Rd] reg-tests-1.R failure with unstable

2009-10-25 Thread Hiroyuki Kawakatsu
On Fri, Oct 23, 2009, Hiroyuki Kawakatsu wrote: > Hi, > > I am getting an error from one of the test files > tests/reg-tests-1.R using the unstable version (r50179). > (i've learned my lessons; this is a clean build.) The tail > of reg-tests-1.Rout.fail is > > Lo

[Rd] reg-tests-1.R failure with unstable

2009-10-23 Thread Hiroyuki Kawakatsu
octmode() appears to be coming from R CMD INSTALL. If I unpack pkgA_1.0.tar.gz, 'R CMD INSTALL pkgA' from the source tree works fine. However, 'R CMD INSTALL pkgA_1.0.tar.gz' returns the error. I am wondering whether this is specific to my OS (FreeBSD). Any pointers for

[Rd] Rtools210 missing jpeg-7?

2009-09-26 Thread Hiroyuki Kawakatsu
/grDevices/libs/. h. -- +--- | Hiroyuki Kawakatsu | Business School, Dublin City University | Dublin 9, Ireland. Tel +353 (0)1 700 7496 __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] make check fails in r49613

2009-09-08 Thread Hiroyuki Kawakatsu
this mean that after I check out from svn, I now need to remove library/ every time before I do -make- and -make check-? Or is this a one-time thing? h. -- +--- | Hiroyuki Kawakatsu | Business School, Dublin City University | Dublin 9, Ireland. Tel +353 (0)1 700 7496 ___

[Rd] make check fails in r49613

2009-09-08 Thread Hiroyuki Kawakatsu
] C attached base packages: [1] tools stats graphics grDevices utils datasets methods [8] base h. -- +--- | Hiroyuki Kawakatsu | Business School, Dublin City University | Dublin 9, Ireland. Tel +353 (0)1 700 7496 __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] wish list: automatic package installation

2009-04-19 Thread Hiroyuki Kawakatsu
y tried to download and install missing packages > (perhaps if an option is set). > > Regards, > John > > -- > John Fox, Professor > Department of Sociology > McMaster University > Hamilton, Ontario, Canada > web: socserv.mcmaste

Re: [Rd] R does not compile any more on FreeBSD 8.0-CURRENT

2009-03-19 Thread Hiroyuki Kawakatsu
but I use ./configure MAKE=gmake Have you tried gmake? h. -- +--- | Hiroyuki Kawakatsu | Business School, Dublin City University | Dublin 9, Ireland. Tel +353 (0)1 700 7496 __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] configure fail for XML package on freebsd

2009-03-11 Thread Hiroyuki Kawakatsu
omagically use the configure-vars used to build R for any package installs without having to explicitly pass them as above? h. -- +--- | Hiroyuki Kawakatsu | Business School, Dublin City University | Dublin 9, Ireland. Tel +353 (0)1 700 7496 __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] configure fail for XML package on freebsd

2009-03-11 Thread Hiroyuki Kawakatsu
ok.so.1* The header LIBXML_INCDIR/xmlversion.h does define version as 2.7.3. Does anyone have an idea of what may be going wrong? h. -- +--- | Hiroyuki Kawakatsu | Business School, Dublin City University | Dublin 9, Ireland. Tel +353 (0)1 700 7496

Re: [Rd] r-devel tarball build failure on windows

2009-03-10 Thread Hiroyuki Kawakatsu
On 3/10/09, Uwe Ligges wrote: > > Peter Dalgaard wrote: > > > Uwe Ligges wrote: > > > > > Hiroyuki Kawakatsu wrote: > > > > > > > Hi, > > > > > > > > On my windows (xp) machine with Rtools29 (excluding cygwin dlls as I &g

[Rd] r-devel tarball build failure on windows

2009-03-10 Thread Hiroyuki Kawakatsu
lly create the empty timestamp files, build completes but -make check- failed. I suspect something with my build tools is not right but what could that be? h. -- +--- | Hiroyuki Kawakatsu | Business School, Dublin City University | Dublin 9, Ireland. Tel +353 (0)

Re: [Rd] Package Matrix does not compile in R-devel_2009-01-10

2009-01-20 Thread Hiroyuki Kawakatsu
-include-dir=/usr/local/lib/gcc-4.4.0/include/c++/ --disable-libgcj --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/gcc44 --build=x86_64-portbld-freebsd7.1 Thread model: posix gcc version 4.4.0 20090116 (experimental) (GCC) h. -- +--- | Hiroyuki Kawakatsu | Business School, Dublin C

Re: [Rd] make fails with no rule to make target `VR.ts'

2008-11-27 Thread Hiroyuki Kawakatsu
npacking the tar balls? (I presume most people who build R-devel simply check out from trunk?) h. -- +--- | Hiroyuki Kawakatsu | Business School, Dublin City University | Dublin 9, Ireland. Tel +353 (0)1 700 7496 __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] make fails with no rule to make target `VR.ts'

2008-11-24 Thread Hiroyuki Kawakatsu
eks ago. Any hints for what may be going wrong? h. -- +--- | Hiroyuki Kawakatsu | Business School, Dublin City University | Dublin 9, Ireland. Tel +353 (0)1 700 7496 __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] suggested addition to fft man page

2008-06-01 Thread Hiroyuki Kawakatsu
(n, rnorm(n), rnorm(n)) #print(z) cat(sprintf("diff(inv=F) = %5.3e, diff(inv=T) = %5.3e\n", max(abs(fft(z) - fft_slow(z))), max(abs(fft(z, inverse=TRUE) - fft_slow(z, inverse=TRUE) } -- -- Hiroyuki Kawakatsu Business Scho

[Rd] windows rtools missing gfortran.exe?

2007-12-14 Thread Hiroyuki Kawakatsu
fortran -O3 -c ch2inv.f -o ch2inv.o make[4]: gfortran: Command not found make[4]: *** [ch2inv.o] Error 127 make[3]: *** [rlibs] Error 2 make[2]: *** [../../bin/R.dll] Error 2 make[1]: *** [rbuild] Error 2 make: *** [all] Error 2 -- -- Hiroyuki Kawakatsu Business Sch

[Rd] two bessel function bugs for nu<0

2007-06-18 Thread Hiroyuki Kawakatsu
a) + bessel_j(x, -alpha) * sin(-M_PI * alpha)); #--- #> return(bessel_y(x, -alpha) * cos(M_PI * alpha) - bessel_j(x, -alpha) * sin(M_PI * alpha)); h. -- -- Hiroyuki Kawakatsu Business School Dublin City University Dublin 9, Ireland Tel +353 (0)1 700 7496 _

[Rd] bug?

2007-03-30 Thread Hiroyuki Kawakatsu
007-03-30 r40957); i386-pc-mingw32 -- -- Hiroyuki Kawakatsu Business School Dublin City University Dublin 9, Ireland Tel +353 (0)1 700 7496 __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] unable to load lapack.so

2006-09-29 Thread Hiroyuki Kawakatsu
x86_64, freebsd6.1 status RC major 2 minor 4.0 year 2006 month 09 day27 svn rev39543 language R version.string R version 2.4.0 RC (2006-09-27 r39543) h. -- -- Hiroyuki Kawakatsu Business School Du

[Rd] unable to load lapack.so

2006-09-28 Thread Hiroyuki Kawakatsu
R version.string Version 2.3.1 Patched (2006-06-01 r38258) -- -- Hiroyuki Kawakatsu Business School Dublin City University Dublin 9, Ireland Tel +353 (0)1 700 7496 __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel