Re: [R] rgdal: Convert ESRI ArcGis geo database (gdb directory) to geojson, or shapefile map

2014-10-25 Thread Michael Sumner
This driver is present in the Windows binary on CRAN (at least it was in July): https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20140710/5dda6bc4/attachment.pl I'm not sure about on Linux, I thought it was there but I may have inadvertently switched to an older GDAL on some systems. I can tr

Re: [R] kruskal test p value way too low.

2014-10-25 Thread Rolf Turner
On 26/10/14 16:40, David Doyle wrote: Hello, I'm trying to run kruskal test on some data but the p values seemed way too low. So I tried it on some similar data and still got p-value = 1.611e-09. I'm sure it is a simple mistake but I can't figure it out. Below is my data and code. Could it b

[R] kruskal test p value way too low.

2014-10-25 Thread David Doyle
Hello, I'm trying to run kruskal test on some data but the p values seemed way too low. So I tried it on some similar data and still got p-value = 1.611e-09. I'm sure it is a simple mistake but I can't figure it out. Below is my data and code. Could it be because there are some miss data / NAs

Re: [R] R Markdown and scan()

2014-10-25 Thread John Fox
Dear Yihui, OK -- thanks. That's what I figured, but I hoped that there were something I missed. Best, John On Sat, 25 Oct 2014 13:53:21 -0500 Yihui Xie wrote: > RStudio uses a non-interactive R session to compile R Markdown > documents, which means the functions that involve human interacti

Re: [R] R Markdown and scan()

2014-10-25 Thread Yihui Xie
RStudio uses a non-interactive R session to compile R Markdown documents, which means the functions that involve human interaction will not work. The only way to make these functions work is to use an interactive R session, which basically means you should not click the button in RStudio to compile

Re: [R] Problem getting Option Quotes

2014-10-25 Thread Joshua Ulrich
On Thu, Oct 23, 2014 at 9:42 AM, Robert Sherry wrote: > > I am using R and quantmod to get stock and option quotes. However, it has > stopped working. I expect the following > function call to produce a list of options: > getOptionChain( "XOM", Exp = "2015-01-20" ) > However, I get the fol

Re: [R] R Markdown and scan()

2014-10-25 Thread John Fox
Dear Peter, Thanks for the suggestion -- it's a bit better for the example I provided than my approach of using textConnection() of putting the lines in a file. I'd still be interested in whether I've missed something like a text-chunk option that would allow the R Markdown document to behave

Re: [R] R Markdown and scan()

2014-10-25 Thread peter dalgaard
> On 25 Oct 2014, at 16:43 , John Fox wrote: > > Dear JJ and list members, > > I wonder whether it's possible to get scan() to read in-line data in an R > Markdown document. The following code, for example, works (of course) when > entered in the R console but fails in an R block in an R Mark

[R] R Markdown and scan()

2014-10-25 Thread John Fox
Dear JJ and list members, I wonder whether it's possible to get scan() to read in-line data in an R Markdown document. The following code, for example, works (of course) when entered in the R console but fails in an R block in an R Markdown document (using an up-to-date version of RStudio): ``

Re: [R] Extra documentation not appearing

2014-10-25 Thread Duncan Murdoch
On 24/10/2014, 11:31 AM, Dan Vatnik wrote: > Hi, > > I have loaded my first package to CRAN and I have noticed a documentation > issue. > When I install the package from CRAN, it installs a Windows binary since I > am using a Windows machine. > I have a PDF file in my doc folder. Originally, it wa

Re: [R] Extra documentation not appearing

2014-10-25 Thread Duncan Murdoch
On 24/10/2014, 11:31 AM, Dan Vatnik wrote: > Hi, > > I have loaded my first package to CRAN and I have noticed a documentation > issue. > When I install the package from CRAN, it installs a Windows binary since I > am using a Windows machine. > I have a PDF file in my doc folder. Originally, it wa

Re: [R] RCurl memory leak in getURL method

2014-10-25 Thread Martin Maechler
> dotnet sql > on Sat, 25 Oct 2014 08:50:20 +1100 writes: > Hi It looks like we have hit a bug in RCurl. The method > getURL seems to be leaking memory. A simple test case to > reproduce the bug is given here: >> library(RCurl) >> handle<-getCurlHandle() >> ra

[R] Rubik cube-like plot in R

2014-10-25 Thread Axel Urbiz
Hi there, I need to create a Rubik cube plot in R, except that I don't need the face colours (all faces with the same colour is fine). I'd appreciate your guidance in terms of what graphic tool would be best for this purpose. Best, Axel. [[alternative HTML version deleted]] ___