Displaying 1 result from an estimated 1 matches for "sshpopen".
Did you mean:
ssh_open
1999 Jul 26
0
ESRI Shapefile reader (help with dlls)
...Windows
arch x86
os Win32
system x86, Win32
status
status.rev 0
major 0
minor 64.2
year 1999
month July
day 3
language R
> dyn.load("D:/Nicholas/shapelib-1.2.5/Sshpopen.dll")
> read.shape("D:\Nicholas\jstuff\Geotools\examples\publands")
Error in .C("SHPOpen", as.character(shpname), as.character(shxname), as.character(access), : C/Fortran function not in load table
> is.loaded(symbol.C("SHPOpen"))
[1] FALSE
>
Am I doin...