Skip to content

Releases: pbs-software/pbs-mapping

v2.69.76

10 Jun 16:24
Compare
Choose a tag to compare
  • Last minute updates before another attempt to post on CRAN. (RH 150423)
  • Addressed warning when DEBUG == 1 regarding signed/unsigned comparison. (NB 150409)
  • Removed use of the token pasting operator (##). (NB 150409)
  • Modified joinPolys.Rd to illustrate the DIFF operation between polyA (A,B) and polyB (C,D). (RH 150330)
  • Updated PBSmapping-UG.pdf (and no longer includes Rd appendix because easily available on CRAN). (RH 150224)
  • Declared S3methods for print and summary in the NAMESPACE file, as required by CRAN. (RH 150217)
  • Updated importGSHHS.Rd to reflect changes made to function and to give 20 examples for various aprts of world. (RH 150216)
  • Modified extensively importGSHHS to deal with various problems encountered by users (wrapping, border problems, etc.). (RH 150212)
  • Modified refocusWorld to return the xlim used in the refocus as an attribute called rf.xlim (for use in importGSHHS). (RH 150211)
  • Updated Clipper to 6.2.1 and added (disabled) dbg output to clipperWrapper.cpp. (NB 150207)
    • We received a bug report regarding joinPolys. After significant testing/tracing, the bug appears to exist within Clipper 5.1.6. Rather than revert to 5.1.4, this commit upgrades Clipper to 6.2.1.