Re: [Rd] Is the ISC license acceptable for CRAN?

2014-07-24 Thread Adler, Avraham
My apologies; thank you for the correction. Avraham Adler -Original Message- From: Duncan Murdoch [mailto:murdoch.dun...@gmail.com] Sent: Wednesday, July 23, 2014 8:49 PM To: Adler, Avraham; r-devel@r-project.org Subject: Re: [Rd] Is the ISC license acceptable for CRAN? On 23/07/2014, 6

[Rd] Is the ISC license acceptable for CRAN?

2014-07-23 Thread Adler, Avraham
Good afternoon. The ISC (Internet Software Consortium) license[1] is a permissive, open-source license that is considered functionally equivalent[2] to the Simplified (2-clause) BSD[3] and MIT[4] licenses, but with extraneous language removed. There is at least one package on CRAN which

[Rd] R-3.0.2 - Win7_64 - alone_decoder.c: Permission denied error

2013-09-30 Thread Adler, Avraham
Hello. When trying to compile R-3.0.2 on Windows 7 64bit, I get an error relating to alone_decoder.c: Permission denied. The entire error code is copied below. gcc -std=gnu99 -m64 -shared -o Riconv.dll Riconv.def win_iconv.o touch stamp gcc -std=gnu99 -m64

Re: [Rd] R-3.0.2 - Win7_64 - alone_decoder.c: Permission denied error

2013-09-30 Thread Adler, Avraham
My problem appears to have been one of ignorance. I did not realize that once the directories were untarred, that copying the entire tree and renaming it may break permissions even on Windows. It appears that it does, as starting the compile immediately and not on a renamed copy seems to be

Re: [Rd] R-3.0.1 - transient make check failure in splines-EX.r

2013-05-31 Thread Adler, Avraham
...@hotmail.com] Sent: Thursday, May 30, 2013 7:21 PM To: Adler, Avraham; 'r-devel@r-project.org' Subject: RE: [Rd] R-3.0.1 - transient make check failure in splines-EX.r From: avraham.ad...@guycarp.com To: r-devel@r-project.org Date: Thu, 30 May 2013 16:17:36

Re: [Rd] R-3.0.1 - transient make check failure in splines-EX.r

2013-05-31 Thread Adler, Avraham
Marchywka Sent: Friday, May 31, 2013 11:43 AM To: Adler, Avraham Subject: RE: [Rd] R-3.0.1 - transient make check failure in splines-EX.r From: avraham.ad...@guycarp.com To: marchy...@hotmail.com; r-devel@r-project.org Date: Fri, 31 May 2013 10:16:11 -0500

Re: [Rd] R-3.0.1 - transient make check failure in splines-EX.r

2013-05-30 Thread Adler, Avraham
different floating point results than a reference BLAS. The problem with that answer is that if it is true, the runs should not change *on the same machine* but it is another example of this issue. Unfortunately, it seems to dead-end too. Avraham -Original Message- From: Adler, Avraham

[Rd] Unable to optimize error returned in factanal using R-3.0.1, Windows 64 bit, and OpenBLAS

2013-05-29 Thread Adler, Avraham
Hello, I have been trying for weeks to compile a 64-bit Rblas. I started with ATLAS where I have had success in the past, but 64 bit was not behaving, and as each compilation takes between 9 and 12 hours, test, check, and revise was not going to be really viable. I therefore switched to

[Rd] R-3.0.1 - transient make check failure in splines-EX.r

2013-05-28 Thread Adler, Avraham
Hello. I seem to be having the same problem that Paul had in the thread titled [Rd] R 2.15.2 make check failure on 32-bit --with-blas=-lgoto2 from October of last year https://stat.ethz.ch/pipermail/r-devel/2012-October/065103.html Unfortunately, that thread ended without an answer to his

Re: [Rd] Fast Kendall's Tau

2012-06-27 Thread Adler, Avraham
-Original Message- From: Prof Brian Ripley [mailto:rip...@stats.ox.ac.uk] Sent: Wednesday, June 27, 2012 1:24 AM To: Duncan Murdoch Cc: Adler, Avraham; r-devel@r-project.org Subject: Re: [Rd] Fast Kendall's Tau On 26/06/2012 22:44, Duncan Murdoch wrote: On 12-06-25 2:48 PM, Adler

Re: [Rd] Fast Kendall's tau

2012-06-27 Thread Adler, Avraham
From: Terry Therneau [mailto:thern...@mayo.edu] Sent: Wednesday, June 27, 2012 8:16 AM To: r-devel@r-project.org; ad...@smtprelay.mayo.edu; Adler, Avraham Subject: Re: Fast Kendall's tau Note that the survConcordance function, which is equivalent to Kendall's tau, also is O(n log n

[Rd] Fast Kendall's Tau

2012-06-26 Thread Adler, Avraham
Hello. Has any further action been taken regarding implementing David Simcha's fast Kendall tau code (now found in the package pcaPP as cor.fk) into R-base? It is literally hundreds of times faster, although I am uncertain as to whether he wrote code for testing the significance of the

Re: [Rd] R Installation Manual - ATLAS BLAS guidance that is not in the current version

2012-05-31 Thread Adler, Avraham
I apologize for the late response, but I missed Professor Ripley's reply. For what it is worth, I have successfully compiled a 32-bit ATLAS-based BLAS for Windows for the Core-i7 that passes the make checks and library tools tests (which may be found at

Re: [Rd] Compiling R on Windows XP - Rgui crashes yet Rterm works

2012-05-11 Thread Adler, Avraham
I think I found the issue (through blind luck). When I recompiled without using -march=corei7 and instead leaving it as -mtune=core2 allows the gui to load properly. Now it seems to pass the tools library tests as well. Thank you. --Avraham Adler -Original Message- From: Adler

[Rd] R Installation Manual - ATLAS BLAS guidance that is not in the current version

2012-05-09 Thread Adler, Avraham
Good afternoon. I am trying to compile a version of Rblas.dll based on ATLAS for the Corei7. I had remembered that there was mention of which file to adjust and that xerbla needed to be removed from one of the outputs from the last time I tried a few years ago. The most recent version of the R