Re: [R] Error: cannot allocate vector of size 6.5 Gb

2020-02-24 Thread Peter Crowther
Are you running the 32-bit or 64-bit version of R? The 32-bit version cannot allocate that much space; on Windows, the maximum contiguous space that can ever be allocated in a 32-bit process is a little over 1Gbyte, on Unix it's larger but cannot go over the 32-bit address space limit of 4Gbytes.

Re: [R] reading lisp file in R

2018-01-18 Thread Peter Crowther
That's a nice example of why Lisp is both powerful and terrifying - you're looking at a Lisp *program*, not just Lisp *data*, as Lisp makes no distinction between the two. You just read 'em in. The two definitions at the bottom are function definitions. The top one defines the def-instance funct

[R] R 3.2.3 on Windows 8.1 with interface scaling: how do I produce metafiles that fill the whole canvas?

2016-01-15 Thread Peter Crowther
To reproduce (requires Windows): 1) Set your desktop scaling to 100%; 2) run the script below; 3) observe that the chart in scaled-example.wmf takes up the whole canvas. 4) Set your desktop scaling to greater than 100% (try 150% or 200%); 5) again run the script below; 6) observe that the chart in

Re: [R] Smart detection of wrap width?

2015-04-18 Thread Peter Crowther
On Apr 17, 2015 7:37 PM, "Paul Domaskis" wrote: > I don't suppose there is a way to have it > automatically invoked when the window size/positition changes? Possibly, though it would take a little building. If you were to launch R directly when you start the xterm (loosely xterm R rather than th

Re: [R] Change database in SQL Server using RODBC

2014-06-30 Thread Peter Crowther
On 30 June 2014 02:44, Ira Sharenow wrote: > I wish to query tables that are NOT in the default SQL Server 2012 database. > Now for the problem. I also want to read in the table dbo.sports. That > table is in the database sportsDB. I did not see any way to do so from > within R. Can you not use s

Re: [R] SQL vs R

2014-05-06 Thread Peter Crowther
queries, and how have you / your team optimised the relational database storage? Cheers, - Peter -- Peter Crowther, Director, Melandra Limited On 6 May 2014 15:32, Dr Eberhard Lisse wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Exactly, > > which is wh

Re: [R] reading & understanding SVG?

2014-04-21 Thread Peter Crowther
Spencer, what "components" do you want to extract? Do the SVG files have a reasonably well-defined structure? I've done a fair amount with SVG and may be able to help. - Peter On 21 April 2014 08:30, Spencer Graves < spencer.gra...@structuremonitoring.com> wrote: > Hello: > > > What wou

[R] mcr mcreg: Why are BCa and quantile se values calculated, stored, then the stored values set to NA?

2014-02-25 Thread Peter Crowther
set to NA? Thanks in advance for any insight! - Peter -- Peter Crowther, Director, Melandra Limited __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-g