[R] LINUX gfortran.so.3 missing

2018-03-29 Thread Joe W. Byers via R-help
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

Re: [R] Application design.

2014-07-23 Thread Joe W. Byers
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

[R] download.file: unsuppported url scheme

2014-07-17 Thread Joe W. Byers
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

Re: [R] rjava be-carefuls

2013-10-14 Thread Joe W. Byers
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

Re: [R] holidayNYSE missing some

2007-12-10 Thread Joe W. Byers
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

Re: [R] seq_len

2007-12-09 Thread Joe W. Byers
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. >> >>

Re: [R] Using R function in Excel

2007-12-07 Thread Joe W. Byers
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

[R] seq_len

2007-12-07 Thread Joe W. Byers
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

Re: [R] RJDBC and rjava

2007-09-25 Thread Joe W. Byers
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

[R] RJDBC and rjava

2007-09-21 Thread Joe W. Byers
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:\