This looks like a fairly low level problem that you might need the
maintainer to look at. To get contact information, type
maintainer("PBSmapping")
at the R prompt.
Best,
Michael
On Tue, Aug 7, 2012 at 7:21 AM, niandra <rmaillist at yahoo.it>
wrote:> Hi all,
>
> I'm trying to use the function "convUL" from the Package
PBSmapping but i get i weird error with my data but also with the example in the
convUL's help.
>
> Here is the example script with the error message:
> data(nepacLL, package="PBSmapping")
> #--- set the zone attribute
> #--- use a zone that is most central to the mapped region
> attr(nepacLL, "zone") <- 6
> #--- convert and plot the result
> nepacUTM <- convUL(nepacLL)
> Error in .C("convUL", inXY = as.double(inXY), inVerts =
as.integer(inVerts), :
> C symbol name "convUL" not in DLL for package
"PBSmapping"
>
> someone can help me?
> Thanks
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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-guide.html
> and provide commented, minimal, self-contained, reproducible code.