search for: windows64

Displaying 20 results from an estimated 28 matches for "windows64".

2010 Apr 30
2
R Windows64+RCommander
Hello Until now, I always used R for Winwows 32bits without any problem I just installed R for Windows 64bits. When I want to get Rcmdr package, an error occurs : package Hmisc is needed and it is not found When I go on the website of R-cran, I don't find Hmisc for R/Windows 64 bits Sincerely yours Andre LEBERT
2008 Feb 18
1
[LLVMdev] LLVM2.2 x64 JIT trouble on VStudio build
> The x86-64 one probably doesn't work for Winodws. That's likely the > issue. Well, x86-64 stub was never ported to intel assembler, I expect to see 32-bit one used on windows64. In general, the whole windows64 support is missed mainly due to crazy calling convetion invented by Microsoft. So, all calls from code being JITed to external functions will be clearly broken (if they will use 'normal' CC and pass args in the registers). -- WBR, Anton Korobeynikov
2008 Feb 19
1
[LLVMdev] LLVM2.2 x64 JIT trouble on VStudio build
...I've had a look at the stubs before and I think I'm circumventing them > in the example program since I populate the table and compile the > functions in the order so that things never need to be done lazily, but > I'll look further. Well, anyway stubs are definitely wrong from windows64 and this should be fixed, otherwise funny stuff can happen from time to time. > If the answer is to add support for x64 windows calling conventions, > which parts of LLVM should I be looking at to understand what needs to > be done? The CC is described in the X86CallingConv.td file and al...
2010 Nov 09
0
Problem on installing statconnDCOM and RBloomberg
...tall rcom, statconnDCOM and RBloomberg 1) rcom installation login Win7 as administrator and start R > install.packages("rcom") --- Please select a CRAN mirror for use in this session --- also installing the dependency ?rscproxy? trying URL 'http://ftp.ctex.org/mirrors/CRAN/bin/windows64/contrib/2.11/rscproxy_1.3-1.zip' Content type 'application/zip' length 39922 bytes (38 Kb) opened URL downloaded 38 Kb trying URL 'http://www.stats.ox.ac.uk/pub/RWin/bin/windows64/contrib/2.11/rcom_2.2-3.1.zip' Content type 'application/zip' length 251974 bytes (246 Kb...
2010 Sep 21
5
Can ucminf be installed in 64 bit R and one more question?
Hey, R Users my windows is 64 bit windows 7.?I am trying to install the package ucminf into my 64 bit version R but cannot.??the package I downloaded is from http://cran.r-project.org/web/packages/ucminf/index.html?and I installed it with the "install from local zip files", due to I did not connect my computer to internet. did anyone meet this problem and is there a version of
2010 Dec 31
0
[LLVMdev] LLVM on Windows MSVC 10
...)(void)" >>> > (?getLazyResolverFunction at X86JITInfo@llvm@@UEAAP6AXXZP6APEAXPEAX at Z@Z) >>> >>> What can/should I do? > > I'm using SVN Rev. 122644 (trunk), and building for Windows x64 (from > the MSVC Command prompt). This is probably a bug with Windows64 support. Please file a bug report.
2010 Jul 10
1
quantstrat and blotter unavailable
...ject.org") Warning in install.packages("quantstrat", repos = " http://R-Forge.R-project.org") : argument 'lib' is missing: using 'C:\Users\Owner\Documents/R/win64-library/2.11' Warning: unable to access index for repository http://R-Forge.R-project.org/bin/windows64/contrib/2.11 Warning message: In getDependencies(pkgs, dependencies, available, lib) : package ‘quantstrat’ is not available > library(blotter) Error in library(blotter) : there is no package called 'blotter' -- 'Raghu' [[alternative HTML version deleted]]
2010 Aug 16
1
R 64-bit Windows isn't using much memory
I have a 9 GB RAM Windows Vista machine. I installed the 64-bit version of R 2.11.1 for Windows from here: http://cran.r-project.org/bin/windows64/base/ I am running a program now in R. However, looking at Windows Task Manager, I see that Rgui.exe is only using 12% of CPU and 191,900K of memory. How do I max it out? I know the default memory limit is the amount of installed RAM, but it doesn't seem to be using it. I need my program to ru...
2010 Nov 14
1
Problem on update
Hi all, Win7 64 bit R version 2.11.1 (2010-05-31) Ran R as admin > update.packages(ask='graphics') --- Please select a CRAN mirror for use in this session --- Warning: unable to access index for repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows64/contrib/2.11 It is this site in problem? I tried another mirror with same result. TIA B.R. Stephen L
2010 Nov 26
1
Installing RQuantLib on Win 7 64 Bit
...nstallation errors install.packages("RQuantLib") Warning in install.packages("RQuantLib") : argument 'lib' is missing: using 'C:\Users\Tester\Documents/R/win64-library/2.11' Warning: unable to access index for repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows64/contrib/2.11 Warning message: In getDependencies(pkgs, dependencies, available, lib) : package ?RQuantLib? is not available Any help with this installation? Thank you. S
2008 Feb 19
1
[LLVMdev] LLVM2.2 x64 JIT trouble on VStudio build
...s? Yes, surely. You can still use 'normal' x86-64 CC if you don't want to call any external functions from code being JITed. Also note a Win64 fixme in the X86CompilationCallback2 function, this can be your case. I think the code there should be carefully inspected to be compatible with windows64. Anyway, win64 version of compilation callback function should be added, otherwise you'll quickly result to messed stack, invalid incoming args, etc (this can be exactly your case now, btw). Also, I think that you should carefully inspect, what to save there, because you will 'mix' t...
2010 Sep 21
1
missing package tensorA
Hi: I was trying to download the package MCMCglmm and it give me this message: Aviso: dependency ?tensorA? is not available probando la URL 'http://www.vps.fmvz.usp.br/CRAN/bin/windows64/contrib/2.11/MCMCglmm_2.06.zip' Content type 'application/zip' length 8988896 bytes (8.6 Mb) URL abierta downloaded 8.6 Mb package 'MCMCglmm' successfully unpacked and MD5 sums checked my session information is: > sessionInfo() R version 2.11.1 (2010-05-31) x86_64-pc-mingw3...
2010 Dec 31
2
[LLVMdev] LLVM on Windows MSVC 10
2010/12/31 Francois Pichet <pichet2000 at gmail.com>: > I don't normally build using nmake.. but I just tried and it worked 100% > here. > Are you sure you are using the trunk? > > On Fri, Dec 31, 2010 at 7:32 AM, Ruben Van Boxem <vanboxem.ruben at gmail.com> > wrote: >> >> I first sent this to the Clang dev list, but they told me to come here:
2018 Feb 09
2
R Compilation gets stuck on Windows 64
...wrote: > I suggest that you work off the build process in the rwinlib repository so > you are starting from something that you know works and already incorporates > the set of dependencies you need. Hello, Kenny. For what it's worth I've been successfully building R+OpenBLAS on Windows64 since 2013, which I believe predates rwinlib on github, but I may be mistaken. Thus, I don't think I'm incorrect in saying that the instructions I provide are also "something that you know works" :) I did make the explicit assumption that people will successfully follow the instru...
2010 Jan 14
0
package spam for R64-devel
...uot;, which seems to have a check error. I know 64bit versions of R and its packages are just starting to roll, but I wonder if there's a possibility of making the "spam" package working on 64bit R. From what I saw in the log file ( http://www.statistik.tu-dortmund.de/~ligges/CRAN/bin/windows64/contrib/r-devel/check/spam-check.log) it seems to be a problem with tests. Is it possible to run the R CMD check for the "spam" package with the --no-tests flag? By the way, the "fields" package was built using the --no-tests flag Many thanks for any help you might be able to...
2010 Jun 29
3
Please help with advise on wine storage
Hi everyone, I have a small problem. I bought a bottle of red wine from my home outside the UK. It is a gift for a professor who I much admire. Unfortuately I have not been able to get to her office in the last month so I had to store the wine in my bedroom. It is in a box etc and of course I am storing it lying down however I am worried that with the current weather of having 20 - 25 degrees
2010 Jul 19
2
Wine 1.2 binary for Mac OSX
Hi why there's no binary for Mac OSX? http://www.winehq.org/download
2010 Jul 25
0
[PATCH] dlls/ntdll/file.c: Setting FileAllInformation is not 'fixable'.
...rly. Given that, the fixme is >>>> wrong. >> You had very well much know what Microsoft does and care very much about >> what they do. The goal of this project, as it has been since the mid >> 1990s is to fully emulate, bug and all, the Microsoft Windows32 and >> Windows64 (since 64 bit versions of Windows arrived) APIs. Thus we have >> test cases that demonstrate what the actions are of the API/ABI. That is >> what I've been working on with several richedit functions that I need to >> have for programs that I personally use. I'm 'eating...
2008 Feb 19
0
[LLVMdev] LLVM2.2 x64 JIT trouble on VStudio build
Hello, Evan > I think a Win64 version of X86CompilationCallback{2} is still needed. > Also, it's not clear to me how to force a non-Windows CC. It may > require some FE extension to support it? Well, as currently we don't have windows64 support in FE correct (non-windows) CC will be set automatically. -- WBR, Anton Korobeynikov
2010 Dec 12
4
using original windows files - how to?
Hello, Two years ago I bought original Windows and I want give an order to Wine for using windows files. I know than is nessesery edit winecfg but I dont kow how :( I want migrate from Windows to Linux. Could you help me, please? I?m linux beginner so please help me thanx to all :)