search for: hi_ono2001

Displaying 10 results from an estimated 10 matches for "hi_ono2001".

2003 Jun 12
2
R_PHP_Online version 0.2 with Security Fix
Hi all, Thanks to Dr Paul Murrell in New Zealand to remind me of security consideration. I am releasing version 0.2 with security fix. This version will allow you to add banned R function names in a list. R_PHP_Online is a PHP CGI web interface to run R programs online, with the capability to show graphics online. You can get current version of R_PHP_Online from http://steve-chen.net/R_PHP/
2003 Oct 15
2
SOM library for R
Hi. Three years ago, I've read the question of availability of SOM library for R using Kohonen's SOM_PAK in this mailing-list. This answer was no availability. And no package dealing with SOM in CRAN. Is this situation same? Could you tell me availability this library? Best Regards.
2004 Jul 23
1
inno setup'iss files for R & RDCOM
Hi. I'd like to build installer for integrate my GUI program for R, R for win and RDCOM. Can the distribution like this be got permission? If so, installation of these softwares will be done in just one time. And where can I get each inno setup'iss file for R & RDCOM. Because these sources seem no to include their own iss file. Regards.
2003 Jun 09
2
ESRI shapefiles and EMME/2 packages
I just uploaded two packages to CRAN. shapefiles_0.1.tar.gz - functions to read and write ESRI shapefiles (including dbfs) emme2_0.1.tar.gz - functions to read binary data from an EMME/2 databank data (EMME/2 is a transportation modeling program) Please let me know if you find any bugs or have some suggestions. Thanks. Regards, Benjamin Stabler Transportation Planning Analysis Unit Oregon
2004 Jan 12
2
Wrote new tiff package, would like big-endian tiffs for testing
Over the years I have noted a couple of people interested in an R package that will read tiff files. There were some valid arguments against (e.g. R is not an image editting suite, libtiff does not support all tiff files, etc.). True enough, when I want to work with family photos, I use Gimp. But in my research I use tiffs as data sets in the context of computational biology and molecular
2002 Nov 30
3
About building R1.6.1 on Cygwin
Hello. For building REmbeddedPostgres in Omegat project(http://www.omegahat.org/RSPostgres/) requiring PostgresSQL's libs, I've tried to build R1.6.1 on Cygwin following the instruction of http://www.stats.ox.ac.uk/pub/Rtools/ since full-spec PostgresSQL running on Windows can run only on Cygwin environment, However I've got following error messages. make -C front-ends Rpwd
2003 Mar 27
2
About ability of "allShortestPaths" function in e1071 package
Hello. R's e1071 package has "allShortestPaths" function using Floyd's algorithm. It is very useful for road network analysis. I'll try to analyze facility allocation programs using this. I'd like to know how much nodes this function can deal with? And for larger nodes(for example million nodes), allShortestPaths employs graph partition algorithm? Regards.
2003 Aug 11
1
tutorials of seao & seao-gui package for R
Hi. I've been very interested in your seao & seao-gui package for R. However manuals of seao & seao-gui package for R have doesn't include examples, so I can't understand how to use them. Could you tell me availability of tutorials of them in English. Regards.
2004 Oct 28
0
About lp.assign in lpSolve package
Hi. I've tried to execute "example(lp.assign)" in lpSolve package. However, this solution seemed not to return correct answer, all matrix elements were zeros. Could you give me any "solution" about this? Regards.
2004 May 11
2
How to draw holes generated by gpclib using plot function
Hi. I've tried to create a polygon with one hole by gpclib using following example script. holepoly <- read.polyfile(system.file("poly-ex/hole-poly.txt", package ="gpclib"), nohole = FALSE) area.poly(holepoly) plot(holepoly,poly.args=list(col="red",border="blue")) And I noticed plot function couldn't draw polygons with holes correctly.