search for: r64

Displaying 20 results from an estimated 106 matches for "r64".

Did you mean: 64
2012 Jul 08
1
yet another windows installation from source issue
Dear R People: I'm starting to think that I should just install from the binary, but here is my latest effort to install from source on a Windows 7 64 bit: c:\R64\R-patched>cd src cd src c:\R64\R-patched\src>cd gnuwin32/ cd gnuwin32/ c:\R64\R-patched\src\gnuwin32>set TMPDIR=c:\temp set TMPDIR=c:\temp c:\R64\R-patched\src\gnuwin32>make all recommended make all recommended make[1]: `MkRules' is up to date. make[4]: Nothing to be done for `sv...
2013 Jan 16
1
Rscript on Mac : specify R64 over R (32-bit version)
Hi, I have both R and R64 installed on Mac OSX 10.8 Mountain Lion (64-bit). When I run the command sessionInfo() from within Rscript, I get: R version 2.15.2 (2012-10-26) Platform: i386-apple-darwin9.8.0/i386 (32-bit) Is there a way to make Rscript point at the R64 rather than R (32-bit)? Thanks, Matt [[alternative...
2009 Oct 24
2
R 64 and R: using 64-bit versions of packages in R (32)
I'm running R 2.9.2 build 5464 on OS X 10.5.8. Having encountered memory allocation problems, I ran the problematic code in R64, the 64- bit version of the same build. When I attempt to load openNLP I receive the error message that the 32-bit version that I had been using does not run in R64. Assuming there is a 64-bit version, can I install and load it in R64 and, when I subsequently switch to R (32-bit), will 64-...
2010 Jul 05
3
How to determine if R is 64 bit compiled under Unix-alike?
Under MacOS I had R64 executive and it was clear. Under Ubuntu, which I do not have administrative rights to, there is only R executive. It seems that I can allocate more than 3GB of memory, however not everything seems to work the same/right as with R64 under MacOS. Pms.
2010 Jun 22
0
X11 on Mac OS X 10.6 Version of R64
Hello, everyone. Recently, I started using the 64-bit version of R from the command line in Mac OS X 10.6.4. Usually, I launch R with the command "R64 --save." I am using R version 2.11.0. When I install a new package, an X11 window loads, but it takes a short while to do this. However, the X11 window is blank and seems to serve no purpose. This happens each time that I install a new package. Is there a way to prevent this from happening...
2015 Apr 09
2
[LLVMdev] BNF for IL/IR interpreter
...t;: { "inte": { "int": "MHg4OjY0" } } } } } }, { "move": { "lvar": { "name": "mem64", "id": 58, "typ": { "mem": { "index_type": { "r64": true }, "element_type": { "r8": true } } } }, "rexp": { "store": { "memory": { "var": { "name": "mem64", "id": 58,...
2015 Dec 17
2
llvm-3.6 MCAsmParser x64 Error "invalid operand for instruction" when msb set
Hello, I am experiencing problems, when trying to assemble these two x86-64 Opcodes "add r64, imm32" "imul r64, r64, imm32" When having the most significant bit set for imm32, for example: "add rax, 0x80000000", "add rax, 0xffffffff", ... "imul rbx, rsi, 0x80000000", "imul rbx, rsi, 0xffffffff", ... The Error Message I receive is the...
2012 Mar 10
2
odd error with rJava
...C:\Users\erin\AppData\Local\Temp\RtmpgVpcnT\downloaded_packages > library(OpenStreetMap) Loading required package: rJava Error : .onLoad failed in loadNamespace() for 'rJava', details: call: inDL(x, as.logical(local), as.logical(now), ...) error: unable to load shared object 'c:/R64/R-2.14.2/library/rJava/libs/x64/rJava.dll': LoadLibrary failure: %1 is not a valid Win32 application. Error: package ?rJava? could not be loaded > library(rgdal) Loading required package: sp Geospatial Data Abstraction Library extensions to R successfully loaded Loaded GDAL runtime: GDAL...
2010 Jan 03
1
rggobi: Installation problems on OS X Snow Leopard
Hello: I have successfully installed both R and R64 for Apple OS X from CRAN plus GTK+2.14 and GGobi 2.1.8 from: http://www.ggobi.org/downloads I launch either R or R64 and try to install the rrgobi package and get (with R64) the following: R version 2.10.1 (2009-12-14) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN 3-900051-...
2010 Jan 14
0
package spam for R64-devel
Dear Uwe and all, First of all, I want to congratulate you for your dedication in providing and maintaining R for 64bit operating systems. I tried the 64bit version of R, under a windows server 2003 system. It seems to work properly, but am concerned since I need to use the package "fields", which depends on the package "spam", which seems to have a check error. I know 64bit
2009 Feb 06
1
16 digits and beyond? R64-bit a solution?
Hi, I am working with some extremely small p-values and I want to capture the corresponding quantiles. I see the help file it says: 'qnorm' is based on Wichura's algorithm AS 241 which provides precise results up to about 16 digits. What happen after the 16th digits? If I am running R in a server 64-bit, can that improve the chances that beyond 16th digits to still have
2008 Jul 24
3
How do I do this?
I'm new to Linux and Wine, so I need a little help. How do I run a program under Wine that performs an operation on a third file? IOW, I need to run the following DOS command line: C:\Program Files\Xprogram> mod.exe r64.dll How do I do this under Wine? I tried opening a terminal window and typing $ wine home\[restofpathname]\mod.exe r64.dll But I got an error saying it couldn't find mod.exe
2012 Feb 03
2
Hanging -- please help decipher event report
I'm running some code in R64 on a Mac OS 10.6.8 that calls a C program through the dyn.load() function. The code hangs after several days of computation, and I've having trouble locating the problem. Can anyone decipher this info from the error report, and tell me if this is a problem in R64, or in the C code? Thanks very...
2011 Oct 03
1
Unable to load local library via GUI
...all via the command line: sudo R CMD INSTALL libmlalgs In the /Library/Frameworks/R.framework/Versions/2.13/Resources/library/libmlalgs there is a .so file /Library/Frameworks/R.framework/Versions/2.13/Resources/library/libmlalgs/libs/x86_64/libmlalgs.so This runs and installs OK. I am able to run R64 in the command line and load the libmlalgs library fine :) I am able to use Rstudio and load the libmlalgs library fine. However, when using the R64.app and try and load the library within the GUI I am getting the following error: Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load...
2012 Mar 31
1
trouble compiling on Windows
Dear R People: I'm trying to compile R-2.15.0 on a 64 bit Windows machine. However, I'm getting the following error: c:\R64\R-2.15.0\src\gnuwin32>set TMPDIR=c:\temp set TMPDIR=c:\temp c:\R64\R-2.15.0\src\gnuwin32>make all recommended make all recommended make[1]: `MkRules' is up to date. make[4]: Nothing to be done for `svnonly'. installing C headers make[2]: Nothing to be done for `all'. make[2]: `li...
2010 Jul 30
1
R on Mac OS X 10.6 freezing up
I am running R and R64 on a MacBook Pro (2.66GHz, 8GB, OS X 10.6) and it keeps freezing up on me (i.e. have to force quit or kill). Same problem with both R and R64. I am not doing heavy computation, mostly just editing some scripts in the GUI. Also the computer is plenty fast with sufficient memory. I looked aro...
2013 Oct 15
1
randomForest: Numeric deviation between 32/64 Windows builds
...39;m using the great randomForest package (4.6-7) for many projects and recently stumbled upon a problem when I wrote unit tests for one of my projects: On Windows, there are small numeric deviations when using the 32- / 64-bit version of R, which doesn't seem to be a problem on Linux or Mac. R64 on Windows produces the same results as R64/R32 on Linux or Mac: > set.seed(131) > importance(randomForest(Species ~ ., data=iris)) MeanDecreaseGini Sepal.Length 9.452470 Sepal.Width 2.037092 Petal.Length 43.603071 Petal.Width 44.116904 R32 on Wi...
2010 Jan 22
1
MAC R crashes
Dear R-Help Group: R will not start on my imac running 10.6.2. I installed both R2.10.1 and 2.10.0 from pkg. It crashed on both. I tried both the R and R64 apps and both versions 2.10.1 and 2.10.0. I googled and found nothing on this. Below is part of report: Process: R [767] Path: /Applications/R64.app/Contents/MacOS/R Identifier: org.R-project.R Version: R 2.10.0 GUI 1.30 Leopard build 64-bit (5511) Code Type:...
2015 May 06
2
IdntoAscii issue with KERNEL32.dll on 64-bit R on Windows Server 2003 x64 SP2
Dear list, With the new R 3.2.0 on the aforementioned platform, I get the following pop-up error when I enter "?update.packages" using R64: "The procedure entry point IdnToAscii could not be located in the dynamic link library KERNEL32.dll" That is, my command never gets executed. This does NOT happen with R32. I previously noticed this error starting with R 3.0.0 with the RCurl package (1.95-4.5): I get the same issue w...
2013 Feb 16
1
odd behavior within R2HTML
...e the commands: > resin1.df <- read.table("resin1.txt",header=TRUE) > #set up R-B anova > resin1.aov <- aov(resp ~ trt + block, data=resin1.df) > library(R2HTML + ) > HTMLStart(outdir=getwd(),file="resin2",echo=TRUE) *** Output redirected to directory: c:/R64/R-2.15.2/bin/x64 *** Use HTMLStop() to end redirection.[1] TRUE HTML> library(effects) Loading required package: lattice Loading required package: grid Loading required package: MASS Loading required package: nnet Loading required package: colorspace Attaching package: ?effects? The following...