similar to: Install of R-2.15.1 for Windows (64 bit) on application server

Displaying 20 results from an estimated 10000 matches similar to: "Install of R-2.15.1 for Windows (64 bit) on application server"

2012 Jan 23
1
Extracting data from SQL Server based on R parameters
Hi, Can you extract data from a SQL server table based on parameters already in R? For example I have a list of unique patient IDs with latest hospitalisation date which I've processed in R. I need to join this data to other tables in SQL server. The tables in SQL server are too large to import without reducing the number of records. I do not have write access to the SQL server.
2012 Jan 10
1
Extracting Data from SQL Server
Hi, I am new to R (and rusty on SQL!) and I'm trying to extract records from a SQL server database. I have a table of patient records (LoadPUS) which have three code columns which i want to evaluate against a list of particular codes (CVD_ICD$ table). Given the size of the patient table I want to restrict the data I pull into R to the data I only want to analyse so I am using SQL to do this.
2012 Jan 25
1
Converting strings into data frame column names
Hi all, I want to loop through a series of data frames and append them into one data frame, however I do not want all columns of the original data frames to be in the new data frame. I have the following code: phList<-c('ph2010','ph2009','ph2008','ph2007','ph2006') #Name of original data frames for (i in phList) {
2012 Jul 22
2
Reading many large files causes R to crash - Possible Bug in R 2.15.1 64-bit Ubuntu
I am reading several hundred files. Anywhere from 50k-400k in size. It appears that when I read these files with R 2.15.1 the process will hang or seg fault on the scan() call. This does not happen on R 2.14.1. This is happening on the precise build of Ubuntu. I have included everything, but the issue appears to be when performing the scan in the method parseTickData. Below is the
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
2003 May 15
2
R as 64 bit application
In a package test I have a problem that needs over 4G of memory. This requires that I use R compiled as a 64 bit application. Is there a way within R to test if R has been compile as a 64 bit application? This would allow me to automatically skip the test when I know it is going to fail. Thanks, Paul Gilbert
2003 May 15
2
R as 64 bit application
In a package test I have a problem that needs over 4G of memory. This requires that I use R compiled as a 64 bit application. Is there a way within R to test if R has been compile as a 64 bit application? This would allow me to automatically skip the test when I know it is going to fail. Thanks, Paul Gilbert
2011 May 09
5
64 bit application on 32 bit machine
Yes, that's right! I tried a search, but the (Google) search engine told me that I don't know what I am talking about! I downloaded an application DfuSe, and tried to install it. Wine installer told me that I needed another program and offered to download. I agreed, but this was unsuccessful. However the Install Wizard went ahead and installed. But trying to run was a failure. Today, I
2012 Jul 24
0
[R-sig-ME] lmer() - no applicable method for 'profile' under R version 2.15.1
Hi all, I was working with the "MEMSS" & "mle4" library's under R version 2.15.1. apparently some practical functions of do not work under R 2.15.1. After searching the archives i found a mail thread on this subject, stating that these problems were partialy solved for "R 2.12.0" but only for "lmer()" not for "glmer()". Is someone aware
2013 May 14
1
Bit Torrent Application
Hey All, Can someone suggest a bit torrent application for CentOS 6.4 along with the name of the repo where it resides. Add/Remove Software, and several google attempts, have come up empty. -- _ ?v? /(_)\ ^ ^ Mark LaPierre Registered Linux user No #267004 https://linuxcounter.net/ ****
2005 Feb 02
0
16-bit application
I've got a really weird problem. A user is running a 16-bit application called Jetform V2.2, originally from Delrina but now supported by Adobe. The user is storing the data files on their local disk but the forms sit on a samba share. We have moved the data files to samba as well and this is where the weirdness comes in. When the application tries to open a file it brings down a pulldown
2005 Apr 08
1
16-bit Application Compatibility
I have samba running on an XServe under OS X 10.3.8. Recently moved some files over from a Compag server which were created and accessed by a 16-bit application originally written for Windows 3.1.1. The application sees all of the previously created file names truncated and doesn't recognize links to embedded image files. I have searched the documentation and can't find a specific
2005 May 05
0
Application needs a 32-bit DOS extender; DOS4GW & DOS32A don't work.
Hi, I have a DSP compiler I'm trying to get working in linux with wine. The compiler needs a 32-bit DOS extender. The programme tries to use dos4g.exe or dos4gw.exe by default. The result is: wine shc.exe algoio.c Warning: unprotecting the first 64KB of memory to allow real-mode calls. NULL pointer accesses will no longer be caught. SH SERIES C Compiler Ver. 2.0D
2012 Oct 15
1
rJava install - "%1 is not a valid Win32 application."
All – I’m having a problem with the rJava package. I can download it to my machine (Win 7 64-bit) but when I try to load the package into R (2.15.1, 64-bit version), I get the following error: > require(rJava) Loading required package: rJava Error : .onLoad failed in loadNamespace() for 'rJava', details: call: inDL(x, as.logical(local), as.logical(now), ...) error: unable
2010 Apr 30
2
32-bit boot CD for 64-bit install using kickstart
Hi, I am using kickstart method for CentOS installation. The install is done using mirror site URL and not CD/DVD ISOs. However, the system is initially booted from 32-bit CentOS CD. When the install process starts I get errors as: - package rpm not found - abort/continue? - package lvm2 not found - abort/continue? - package grub not found - abort/continue? - ... - ... If I change install URL to
2012 Sep 26
2
average environmental data if AnimalID and Time is duplicated
Hello, I tried for about three hours now to solve this problem but I can't figure it out. I am sure someone knows how do it. At least I hope so. I have a data frame somewhat like this: myframe <- data.frame (ID=c("Ernie", "Ernie", "Bert", "Bert"), Timestamp=c("24.09.2012 09:00", "24.09.2012 09:00", "24.09.2012 10:00",
2012 Dec 17
2
calculate a "rolling mean" including standard deviation
Hello everyone, I have a data frame somewhat like this one: myframe <- data.frame (Timestamp=c( "24.09.2012 06:00", "24.09.2012 07:00", "24.09.2012 08:00", "24.09.2012 09:00", "24.09.2012 10:00", "24.09.2012 11:00", "24.09.2012 12:00",
2007 Feb 05
2
application 'allway sync' evades sticky bit?!
Hi, am running: Redhat EL4.4 i386, Samba 3.0.23d from Sernet, ext3 fs Samba as PDC Someone's got the idea to have one big share with access managed by directory's sticky bit. This works perfectly well when normal XP or W2k clients work with their explorer. But: With 'allway sync', an app to synchronize for example between laptop and fileserver the program is somehow able to
2012 Nov 27
5
loop with date
Hello, I tried to construct my very first loop today and completly failed :-( Maybe someone can help me? I have a dataframe somewhat like this one: myframe <- data.frame (Timestamp=c("24.09.2012 09:00", "24.09.2012 10:00", "24.09.2012 11:00", "25.09.2012 09:00", "25.09.2012 10:00", "25.09.2012
2006 Nov 09
4
Running a 32-bit application on CentOS3-x64
Hi, I'm trying to run Norman anti-virus on a CentOS 3 box, x64. Is it possible? Running the binary gives me this error: [root at server bin]# ./nvcc -bash: ./nvcc: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory I guess I would have to install i386 libraries that it requires, as well. It it possible? Regards, Ugo