Hi,

On Friday 25 September 2009, Michael Ash wrote:
> However, the "File name" box in import_stata will not accept URL's.  I
> do not know very much about KDE or xml, but I suspect that the
> following line in import_stata.xml (borrowed from import_spss.xml)
> specifies that only files, not URL's, can be specified:
> 
> <browser type="file" id="file" label="File name"/>
> 
> Is there a straightforward way to permit files or URL's to be specified?

this wasn't possible until half an hour ago. In the current SVN version, you 
can specify
   <browser type="file" allow_urls="true" id="file" label="File name"/>
Unfortunately, supporting this in the "Import Data" dialog (as opposed to 
Import format->Import Stata) is not that easy.

Since many (most?) R functions do not support urls, or not all protocols that 
KDE can handle, perhaps we could make an effort to support this in a more 
generic way. I.e. whenever a non-local file is selected, RKWard could download 
it to a temporary location and then pass that to R. I've put this on the TODO 
list.

Regards
Thomas

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel

Reply via email to