similar to: Error : package is not installed for 'arch=x64'

Displaying 20 results from an estimated 30000 matches similar to: "Error : package is not installed for 'arch=x64'"

2011 Oct 14
3
qcc package
Hi All, I installed qcc package and the dependency packages. For the first time I can use the function : process.capability.sixpack(). But later when ran the code again I always got the following error: Error: could not find function "process.capability.sixpack". I tried reinstalling the qcc package but didn't help. Does anyone have this kind of experience? Thank you! Regards, Yan
2012 Mar 26
1
What does "package 'RDCOMClient' is not installed for 'arch=x64' " exactly mean?
Hi, I'm trying to use the excel.link package to write data to excel spreadsheets. I've installed the RDCOMClient package as required but get the error: package 'RDCOMClient' is not installed for 'arch=x64' I'm on Rx64 2.13.0. I assume it means the RDCOMClient package does not work on the x64 version. I've tried to see if there does a x64 RDCOMClient package
2013 Jul 17
1
R Package License
HI Helpers, How could we use R and R packages licensed under GPL into commercial products? Is it allowed to load a library and get the results from it and using the results for commercial use? Thank you so much! Regards, Yan [[alternative HTML version deleted]]
2012 Sep 17
1
LoadLibrary failure: : %1 is not a valid Win32 application although arch x64 has been specified
Dear all, I have problems loading a library in the 64 version of R. The following happens: · I have a file, equildistC.cpp, which contains a few lines of C++ code. · I have compiled the file using the following commands: PATH =
2012 Mar 13
1
suggestions for debugging problem with a package
I am trying to resolve a problem I am having with running the rattle package on two different Windows 7 x64 systems. It appears to be a problem with my two specific systems, because others on Windows 7 x64 systems aren't complaining about this problem. What I am looking for is a method for trying to determine the source of the problem. Here is what I am experiencing. I had Rattle running
2012 Jan 27
3
Numerical instability in new R Windows development version
I have a question concerning the new Windows toolchain for R >= 2.14.2. When trying out my package 'pracma' on the win-builder development version it will stop with the following error message: > f3 <- function(x, y) sqrt((1 - (x^2 + y^2)) * (x^2 + y^2 <= 1)) > dblquad(f3, -1, 1, -1, 1) # 2.094395124 , i.e. 2/3*pi , err = 2e-8 Warning in sqrt((1 - (x^2 + y^2)) *
2003 May 20
3
a quick Q about memory limit in R
Hello, there, I got this error when i tried to run " data.kr <- surf.gls(2, expcov, data, d=0.7);" "Error: cannot allocate vector of size 382890 Kb Execution halted" My data is 100x100 grid. the following is the summary of "data": > summary(data); x y z Min. : 1.00 Min. : 1.00 Min. :-1.0172 1st Qu.: 26.00
2012 Oct 31
1
Centos 6.2 x64 after GRUB menu, black screen with blinking cursor
Dear CentOS users, I installed CentOS 6.2 x64 in a Sun Fire X4450 machine, it has 4 disks and I configured them to be a single volume (no RAID). The installer sees the volume perfectly, its 570Gb. I created two ext3 partitions, /dev/sda1 and /dev/sda2. In the logs I see they are formated correctly. All the files are installed. Then when I reboot, I get to the GRUB menu. Choose the first and only
2005 Dec 20
2
Problems with Windows Cross compile
Well, I'm finally getting around to setting up a cross-compiler for Windows on my local Linux box. I'm using the Yan & Rossini's docuimentation and the latest 'http://cran.r-project.org/doc/contrib/Makefile-rcb' , which is working of the R-2.2.0 sources. After discovering that "cp -p" doesn't work on the filesystem I'm using and removing the
2008 Mar 23
2
Can not install fCalendar package under R 2.6.2
Dear R helper: When I was trying to install the fCalendar package, R report the following error and then my installation failed: * Installing *source* package 'fCalendar' ... ** R ** inst ** preparing package for lazy loading Loading required package: MASS Loading required package: fEcofin Loading required package: fUtilities Loading required package: RUnit RUnit 0.4.17 loaded.
2011 Jun 27
1
R CMD check --force-multiarch does not install all the archs for testing
Hi, Why isn't 'R CMD check --force-multiarch' installing the package for all the architectures that are going to be checked? For some packages, it only installs for the default arch ('i386'). Then testing the package for 'x64' fails. For example, Output of R CMD check --force-multiarch fabia_1.5.0.tar.gz: ----------------------------------------------------------- *
2008 Apr 13
2
Testing my Flac x64 build
Hi! Because I'm currently running Vista x64 I thought I could try to do an x64 build of the Flac command line encoder. I used NAnt scripts instead of Visual Studio since Visual C++ Express 2008 doesn't support x64 builds (if anyone's interested, I can clean them up somewhat and send them to you). I took great care to use the exact same arguments for the compiler and linker as
2007 Apr 30
3
Old problem with get_file_version , Windows 2003 x64 (Jerry, you know this one!)
Jerry, All, I am trying to get x64 drivers installed onto a Samba 3.0.24 server, however I am getting an error that looks like it was last seen in 2005, ie when Windows checks the driver is uploaded OK, it thinks it's not for the correct architecture: [2007/04/30 17:18:04, 3] smbd/dosmode.c:unix_mode(147) unix_mode(x64/3/UNIDRV.DLL) returning 0744 [2007/04/30 17:18:04, 2]
2008 Oct 23
1
[LLVMdev] Windows x64 support
Hi, I'm using LLVM for JIT compilation of shaders for my ray tracer (http://www.indigorenderer.com). My primary development target is 32 bit and 64 bit Windows. JIT compilation of shaders is working great for x86 code, but for x64 code LLVM doesn't really work, due to ABI incompatibilties in the form of calling convention errors with x64 windows, I think. Anyway, my questions are as
2010 Oct 19
2
Creating a Windows import lib from R.dll (x64)?
Hello, The procedure for creating an import library (Rdll.lib) that is documented in gnuwin32/README.packages works fine using the i386 architecture, but it doesn't seem to work under x64. Specifically, the procedure is: pexports R.dll > R.exp lib /def:R.exp /out:Rdll.lib /machine:X86 R.dll There are two issues under x64: 1. Older version of pexports crash when applied to an x64 R.dll.
2012 Jun 24
2
Win 64 package build - ERROR: loading failed for 'x64'
I have developed an R package that works under Win32, but when I attempt to build it on Win64, I get ERROR: loading failed for 'x64' More precisely, I developed and tested the package under Win32 and it works. But when I move to a 64 bit Windows 7 (Home Premium) system, and attempt to build both 32 bit and 64 bit packages, the 32 bit package seems to build, but the 64 bit build
2007 Sep 12
1
FLAC x64?
Hello! As I understand, there is versions of FLAC for Linux x64. Such question, whether is native x64-86 versions for OS Windows? Best regards, Valentin.
2012 Mar 11
1
Problems when building a package for Windows 64
Hello I have recently installed R 2.14.2 on a brand new pc running Windows 64. One of things I would like to do is to recompile my R package (with C and fortran source codes) for this new environment (it works on a mac and on a linux box). To this end, I had rtools 2.14 downloaded and installed (I have also added 2.14.2/bin/x64 to PATH so that Rcmd works on a terminal). On a cmd terminal I
2008 May 20
2
Patch to compile libvorbis on Windows x64
Hi! I tried to do an x64 build of libvorbis but was stopped by the inline assembly in lib/os.h. Attached is a patch that modifies this file so libvorbis will compile for Windows x64. Tested with Visual C++ 2008 Express (x86_x64 compiler from current Windows SDK; 15.00.21022.08), seems to be working fine with no other issues so far. Important: As you can see in the patch, I also changed the
2012 Oct 29
1
Java, rJava, and Windows x64
When running [1] "R version 2.15.1 (2012-06-22)" "x86_64-pc-mingw32", rJava fails. I have installed both the 32-bit and 64-bit versions of Java 7 update 9. > library(rJava) Error : .onLoad failed in loadNamespace() for 'rJava', details: call: stop("No CurrentVersion entry in '", key, "'! Try re-installing Java and make sure R and Java have