All,
I wanted to share this with the users. I have been having periodic
issues with packages loading with a missing gfortran.so.3 file. I have
found this is due to system upgrades to my fedora linux computers to a
newer version of gfortran. I am not sure if other linux flavors have
this is
On 07/21/2014 09:24 PM, John McKown wrote:
I'm designing an R based application for my boss. It's not much, but
it might save him some time. What it will be doing is reading data
from an MS-SQL database and creating a number of graphs. At present,
he must log into one server to run a vendor appli
this interesting.
Have a great day all!
--
*Joe W. Byers*
[[alternative HTML version deleted]]
__
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
not much success. Patience and perseverance.
Good luck
Joe W. Byers
On 10/11/2013 05:28 PM, Hurr wrote:
I have a java class with routines (and their tests) that I would like to
use in R so I don't have to have two copies of important subroutines.
I have looked at rjava, but can't gr
John Putz wrote:
> Thanks.
>
> */
> email: /**/[EMAIL PROTECTED]/* <mailto:[EMAIL PROTECTED]>
> */home: 206-632-6522
> cell: 206-910-5229/*
>
>
> ----- Original Message
> From: Joe W. Byers <[EMAIL PROTECTED]>
> To: John Putz <[EMAIL PR
Charilaos Skiadas wrote:
>
> On Dec 8, 2007, at 1:02 AM, Joe W. Byers wrote:
>
>> In a post on R-devel, Prof Ripley add the following comment
>> | > BTW, 1:dim(names)[1] is dangerous: it could be 1:0. That was the
>> | > motivation for seq_len.
>>
>>
John Sorkin wrote:
> Does anyone know a way that an function written in R can be called within a
> cell of an Excel spreadsheet. I would like to use the R function much as I
> use the native Excel functions, e.g. instead of using the excel function sum,
> =sum(A2,A6), I would like to use the fun
In a post on R-devel, Prof Ripley add the following comment
| > BTW, 1:dim(names)[1] is dangerous: it could be 1:0. That was the
| > motivation for seq_len.
I use the dim(names)[1] and dim(x)[2] along with length(x) with varying
levels of frustration depending on the object which I am trying to
ws
java.lang.InterruptedException"
[16] "public final void java.lang.Object.wait() throws
java.lang.InterruptedException"
[17] "public boolean java.lang.Object.equals(java.lang.Object)"
[18] "public java.lang.String java.lang.Object.toString()"
[19] "pub
I am having trouble getting RJDBC and rJava working. rjava does not
seem to be able to traverse my classpath that I define inside R.
My example is
library(RJDBC)
.jinit('C:\\Libraries\\mysql-connector-java-5.1.3-rc\\mysql-connector-java-5.1.3-rc-bin.jar')
drv <- JDBC("com.mysql.jdbc.Driver",
'C:\
10 matches
Mail list logo