Re: [Rd] R Lapack – why a subset?

2018-03-26 Thread Keith O'Hara
t call these complex routines directly, R is often used as a front-end for libraries that do, so Rlapack-related linking errors are arising more and more. Is the cost really so high as to preclude adding the remaining Lapack routines to Rlapack? Best, Keith > On Mar 26, 2018, at 10:24

Re: [Rd] Inconsistent rank in qr()

2018-01-23 Thread Keith O'Hara
A simpler fix: return rank=NA when Lapack is used. Keith > On Jan 23, 2018, at 5:36 AM, Serguei Sokol wrote: > > Le 23/01/2018 à 08:47, Martin Maechler a écrit : >>>>>>> Serguei Sokol >>>>>>> on Mon, 22 Jan 2018 17:57:47 +0100 writes: &

Re: [Rd] Inconsistent rank in qr()

2018-01-22 Thread Keith O'Hara
in two places (around lines 657 and 1175). Keith > On Jan 22, 2018, at 11:57 AM, Serguei Sokol wrote: > > Le 22/01/2018 à 17:40, Keith O'Hara a écrit : >> This behavior is noted in the qr documentation, no? >> >> rank - the rank of x as computed by the decomposi

Re: [Rd] Inconsistent rank in qr()

2018-01-22 Thread Keith O'Hara
This behavior is noted in the qr documentation, no? rank - the rank of x as computed by the decomposition(*): always full rank in the LAPACK case. > On Jan 22, 2018, at 11:21 AM, Serguei Sokol wrote: > > Hi, > > I have noticed different rank values calculated by qr() depending on > LAPACK p

Re: [Rd] OpenBLAS in everyday R?

2018-01-11 Thread Keith O'Hara
chips yet; might be worth considering its near- and long-term future (vs something else). Keith > On Jan 10, 2018, at 8:24 PM, Benjamin Tyner wrote: > > Thanks Keith. We checked, and indeed libopenblas is not linked against libomp > nor libgomp. We suspect this is because we used cond

Re: [Rd] OpenBLAS in everyday R?

2018-01-10 Thread Keith O'Hara
I won’t play nicely with a package that combines omp pragmas with calls to BLAS routines, e.g. something you might get with source Armadillo/Eigen/Blaze code, for reasons that Benjamin mentioned in his initial email (pthreads vs omp). Keith > On Jan 10, 2018, at 1:28 AM, Avraham Adler wr

Re: [Rd] OpenBLAS in everyday R?

2018-01-09 Thread Keith O'Hara
Check if libopenblas is linked against libomp or libgomp. I’d be curious to see any errors that arise when an OpenMP version of OpenBLAS is linked with R. Keith > On Jan 9, 2018, at 11:01 PM, Benjamin Tyner wrote: > > I didn't do the compile; is there a way to check whether

Re: [Rd] OpenBLAS in everyday R?

2018-01-09 Thread Keith O'Hara
Do those issues still arise when OpenBLAS is compiled with USE_OPENMP=1 ? Keith > On Jan 9, 2018, at 6:03 PM, Benjamin Tyner wrote: > > Please pardon my ignorance, but doesn't OpenBLAS still not always play nicely > with multi-threaded OpenMP? (for example, don't rac

Re: [Rd] OpenBLAS in everyday R?

2017-12-16 Thread Keith O'Hara
ure how pervasive a problem this is, though. Keith On Sat, Dec 16, 2017 at 4:01 PM, Dirk Eddelbuettel wrote: > > Kenny, > > On 17 December 2017 at 09:28, Kenny Bell wrote: > | Hi R-devel list, > | > | OpenBLAS is readily available for unix-likes: > | > | https://cloud

Re: [Rd] Latest R-devel build failing on OS X

2016-05-24 Thread Keith O'Hara
no longer properly signalled >> (PR#16604). Also, ‘Ctrl C’ in incremental search behaved >> confusingly in R (unix) consoles (PR#16603) also for older >> readline versions. These have been fixed (for readline >= >> 6.3 only), thanks to patch

Re: [Rd] Latest R-devel build failing on OS X

2016-05-24 Thread Keith O'Hara
On my machine (iMac w/ El Capitan (10.11.4)), svn rev. 70662 builds without any errors (and the warning I mentioned before is now gone too). K > On May 24, 2016, at 6:55 AM, Martin Maechler > wrote: > > > Can you (Frederick, Peter, Keith, but ideally others, too) > conf

Re: [Rd] Latest R-devel build failing on OS X

2016-05-18 Thread Keith O'Hara
^ 1 warning generated. Best, Keith > On May 18, 2016, at 12:54 PM, Martin Maechler > wrote: > > >> Yes, the nightly build is broken in a similar, but different way. See below. >> Both seem to be readline related, so Frederick Eaton's patches, which Martin

[Rd] Latest R-devel build failing on OS X

2016-05-18 Thread Keith O'Hara
shared R library, R profiling, memory profiling Capabilities skipped: Options not enabled: shared BLAS Recommended packages: yes Apologies in advance if I have incorrectly formatted the issue or omitted something important. Kind regards, Keith ___

Re: [Rd] Error when comparing two variables within a dataframe and print relevant observations

2015-05-15 Thread Keith Jewell
On 15/05/2015 05:35, bw1984 wrote: I'm trying to use a nested ifelse condition to compare two lines. Input: Code: Expected Output: Actual Output: Any idea what might be causing this problem? -- View this message in context: http://r.789695.n4.nabble.com/Error-when-comparing-two-var

Re: [Rd] Is the tcltk failure in affylmGUI related to R bug 15957

2015-01-17 Thread Keith Satterley
s for both R-3.1.1 and R-3.1.2+ (My understanding is that the Try function is there to put a GUI box around the error messages.) I shall update affylmGUI versions accordingly soon. cheers Keith PS> I have also changed the Depends in DESCRIPTION to Imports and added an import statement to the

[Rd] Is the tcltk failure in affylmGUI related to R bug 15957

2015-01-14 Thread Keith Satterley
broken. My question is, do I need to do something with the affylmGUI code? I'd appreciate some advice if so. Is this failure related to bug 15957 (https://bugs.r-project.org/bugzilla3/

Re: [Rd] tcltk freezing using MS Windows for R-2.14+

2012-12-18 Thread Keith
packages affylmGUI and limmaGUI, probably with a sleep time of 0.1 to be on the safe side, many thanks, Keith Satterley On 18/12/2012 9:38 PM, Moeltner, Andreas wrote: R Version 2.15.0/Windows XP Maybe this will help to identify the problem (I have similar problems with other tcltk-windows, too

Re: [Rd] tcltk freezing using MS Windows for R-2.14+

2012-11-19 Thread Keith
dows that were frozen. I haven't submitted it to R bug list yet. Should I now go ahead and do that? cheers, Keith Satterley On 20/11/2012 8:20 AM, Duncan Murdoch wrote: On 19/11/2012 12:05 AM, Keith wrote: ... On MS Windows (I have tested on Win XP-32bit and Win7-64bit) the problem occurs in

[Rd] tcltk freezing using MS Windows for R-2.14+

2012-11-19 Thread Keith
; instruction. I would appreciate if others can confirm similar behaviour. Can anyone suggest why it worked under R-2.13.x but not in later versions of R. Was there a change in R that impacts with this aspect of tcltk? Is there a work around for this problem? Any suggestions apprec

Re: [Rd] Rcmd_environ and R_LIBS_{USER,SITE}

2012-10-18 Thread Keith Jewell
No reply in a number of hours, so here is a suggestion from ignorance :-} ?Startup refers to a number of other "site and user files to process for setting environment variables" but not to Rcmd_environ. The contents of $R_HOME/etc/Rcmd_environ seem to reflect (some of) the contents of (some) o

Re: [Rd] use() might take a list of packages

2011-11-11 Thread Keith Jewell
"Timothy Bates" wrote in message news:1b5e1d00-397b-429b-b20c-0fba06084...@gmail.com... I heard that a function called use() had been mooted as being more intuitively named than library() If so, it might be handy if this worked use(c("MASS","car”)) currently this fails… library(c("MASS","ca

Re: [Rd] Finding inter-function dependencies within a package

2011-10-04 Thread Keith Jewell
s( asNamespace( 'sensory')), where= > asNamespace( 'sensory'), prune='CreateMeanFizz') > callers.of('CreateMeanFizz', ff) --- where 'sensory' is the loaded package I want to search, and 'CreateMeanFizz' is the non-exported functi

Re: [Rd] Finding inter-function dependencies within a package

2011-09-30 Thread Keith Jewell
, function(x) tarFunc %in% findGlobals(get(x, tarPack), FALSE)$functions) flist[gotit] } # e.g. called.by("CreateMeanFizz", "package:sensory") -- Thanks again for the input. Keith Jewell >> Hi, >> >> I'd like to kno

[Rd] Finding inter-function dependencies within a package

2011-09-29 Thread Keith Jewell
yone point me in the right direction? Thanks in advance, Keith Jewell __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Ignoring .Rprofile when installing a package

2011-02-20 Thread Keith
),".Rprofile_hiding",sep=.Platform$file.sep),paste(Sys.getenv("HOME"),".Rprofile",sep=.Platform$file.sep)) I think this should be platform independent, but have mainly tried it on Windows and Unix. cheers, Keith Satterley, On 18/02/2011 11:12 PM, Jon Clayden wrote:

[Rd] Windows Rdevel version - no Rgui.exe?

2010-11-29 Thread Keith Satterley
ndows 32/64 bit binary build of the 2010-11-27 r53672 development snapshot of R (which will eventually become R-2.13.0).". Do you think this is an error on my part or do you see the same thing, cheers, Keith ==== Keith Satterley Bioinformatics Division The Walter and

Re: [Rd] JRI and error message from R_isMethodsDispatchOn

2010-11-20 Thread Keith
Hello Urbanek, Simon Urbanek wrote: Keith, On Nov 19, 2010, at 7:40 PM, Keith wrote: Dear R users, I have a small project written in Java and need some statical tools. Therefore, I used JRI (in rJava package) as an interface between R and Java to write some wrappers for my work. However

[Rd] JRI and error message from R_isMethodsDispatchOn

2010-11-19 Thread Keith
r one. But, it seems that it's still considered as 2 threads. Did I miss something? or probably, I have to set-up JRI server for my project? or other recommendations for my purpose? R version: 2.11.1 rJava version: 0.8-4 OS: Arch Linux Best, Keith __

Re: [Rd] Problem with system2(), directing STDERR to a file

2010-11-10 Thread Keith Satterley
e". try a file.create(t) after tempfile() cheers, Keith Dan Tenenbaum wrote: According to ?system2, I should be able to direct the output of STDERR to a file by giving the filename as a character vector to the "stderr" argument. But here is what happens. Given a ruby script test.r

Re: [Rd] Lightweight 'package' idea.

2010-01-20 Thread Keith Jewell
or warranties of any kind, but perhaps people will find it useful. It now reasonably meets my needs so I'm not planning to do any more work on it. I'm sure real R experts will be able to improve it.. Regards, Keith J "Keith Jewell" wrote in messag

Re: [Rd] Lightweight 'package' idea.

2010-01-13 Thread Keith Jewell
ir() navigating to 'Server02\\stats\\R\\CBRIutils' adds the package CBRIutils then reload("CBRIutils") re-sources all '\\R\\*.R' files. and help.CBRIutils(item) converts '\\man\\item.Rd' to '\\man\\item.html' which it op

Re: [Rd] Windows Laptop specification query

2009-10-01 Thread Keith Satterley
ce is gained with it elsewhere. We will leave the multi CPU use of R to our larger unix servers. cheers, Keith Prof Brian Ripley wrote: The answer to (1) is in the rw-FAQ, so see library(fortunes) fortune('WTFM') On Mon, 28 Sep 2009, Corrado wrote: 1) Would a package compiled for Wi

[Rd] Windows Laptop specification query

2009-09-27 Thread Keith Satterley
8GB of memory. Am I right in assuming that when the 64 bit version of Windows 7 is available, it will allow R users to make good use of the 8GB of memory. Does this happen under the current higher end versions of 64 bit Vista? cheers, Keith ==== Keith Satterley Bioinformatics

[Rd] link in base help file fails.

2009-03-16 Thread Keith Satterley
Info() R version 2.9.0 Under development (unstable) (2009-03-13 r48127) i386-pc-mingw32 locale: LC_COLLATE=English_Australia.1252;LC_CTYPE=English_Australia.1252;LC_MONETARY=English_Australia.1252;LC_NUMERIC=C;LC_TIME=English_Australia.1252 attached base packages: [1] stats graphics

[Rd] An inconsistency in docs for file.access(base)

2009-02-15 Thread Keith Satterley
YPE=English_Australia.1252;LC_MONETARY=English_Australia.1252;LC_NUMERIC=C;LC_TIME=English_Australia.1252 attached base packages: [1] stats graphics grDevices datasets utils methods base loaded via a namespace (and not attached): [1] tools_2.9.0 Same situation in R2.8.1 cheers, Keith

[Rd] work-around for debugger broken (by changed behaviour of get under R 2.8?) when functions have ... arguments

2009-01-21 Thread Keith Ponting
locale: LC_CTYPE=en_GB.UTF-8;LC_NUMERIC=C;LC_TIME=en_GB.UTF-8;LC_COLLATE=en_GB.U TF-8;LC_MONETARY=C;LC_MESSAGES=en_GB.UTF-8;LC_PAPER=en_GB.UTF-8;LC_NAME= C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_GB.UTF-8;LC_IDENTIFICATI ON=C attached base packages: [1] stats graphics grDevices utils datasets

Re: [Rd] How to test if R is running on a Mac

2007-09-20 Thread Keith Satterley
I use Sys.info()["sysname"]. It returns "Darwin" on a Mac, "Windows" on MS Windows and "Linux" on my Linux box. Is this sufficient for your needs, I'm using R-2.6.0alpha on MS Windows and 2.5.0 on Mac and Linux at the moment. cheers, Keith Satterley

Re: [Rd] CRAN task views work only once per session (PR#9330)

2006-11-06 Thread Keith Ponting
> -Original Message- > From: Prof Brian Ripley [mailto:[EMAIL PROTECTED] > Sent: 06 November 2006 11:42 > To: Keith Ponting > Cc: r-devel@r-project.org > Subject: Re: [Rd] CRAN task views work only once per session (PR#9330) > > I think the following item in N

[Rd] CRAN task views work only once per session (PR#9330)

2006-11-06 Thread Keith Ponting
gdom.1252;LC_CTYPE=English_United Kingdom.1252;LC_MONETARY=English_United Kingdom.1252;LC_NUMERIC=C;LC_TIME=English_United Kingdom.1252 attached base packages: [1] "methods" "stats" "graphics" "grDevices" "utils" "datasets" [7] &q

[Rd] Set Repositories problem in R2.4.0

2006-08-21 Thread Keith Satterley
torhttp://www.bioconductor.org FALSE TRUE TRUE FALSE Omegahat Omegahat http://www.omegahat.org/R FALSE TRUE TRUE FALSE > Did I hear that there was a bug in read.table in R2.4.0? Is this comment.char parameter the correct solution? cheers, Keith =

[Rd] X11 redraw events dropped? (PR#8250)

2005-10-24 Thread keith
Full_Name: Keith Frost Version: 2.1.0 OS: Debian Sarge Submission from: (NULL) (66.162.141.10) This has actually been a problem for some time in R under Linux. (I noticed it under previous builds for Redhat 9 as well.) The graphics device windows produced by the x11() function do not always