Skip to content

Releases: paleolimbot/rcanvec

Version 0.2.0

12 Apr 19:28
Compare
Choose a tag to compare

Big improvements to canvec.export() (automatically combines multiple mapsheets).

Version 0.1.6

24 Mar 22:31
Compare
Choose a tag to compare

Fix #4, an error that prevented download of any map (i.e. broken plugin!)

Version 0.1.4

13 Jan 20:42
Compare
Choose a tag to compare

Bugfix described in #1 fixed, date and small doc update.

rcanvec_0.1.4-manual.pdf

Version 0.1.3

17 Oct 20:17
Compare
Choose a tag to compare

Fixed bugs reported by CRAN in Version 0.1.2, added ability to project and convert data types, migrated bbox functions to prettymapr.

rcanvec_0.1.3-manual.pdf

example

Version 0.1.2

06 Oct 13:22
Compare
Choose a tag to compare

Current version on CRAN at https://cran.r-project.org/package=rcanvec

PDF Manual at the following:
rcanvec_0.1.2.pdf

Comments from CRAN:

We now see your package fail its examples with

* checking examples ... ERROR
Running examples in ‘rcanvec-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: zoom
> ### Title: Zoom the extents of a bounding box
> ### Aliases: zoom
>
> ### ** Examples
>
> alta <- searchbbox("alta lake bc")
Information from URL : http://www.datasciencetoolkit.org/maps/api/geocode/json?a
ddress=alta%20lake%20bc&sensor=false
Warning in readLines(connect, warn = FALSE) :
  cannot open URL 'http://www.datasciencetoolkit.org/maps/api/geocode/json?addre
ss=alta%20lake%20bc&sensor=false': HTTP status was '0 (null)'
Warning in geocode(querystring, output = "all") :
    geocoding failed for "alta lake bc".
  if accompanied by 500 Internal Server Error with using dsk, try google.
Error in out$status : $ operator is invalid for atomic vectors
Calls: searchbbox
Execution halted

Can you pls fix as necessary?

Version 0.1.1

04 Oct 19:24
Compare
Choose a tag to compare

Release 0.1.1 fixes comments from the 0.1.0 version from CRAN, notably making references to external functions more explicit. Submitted with the comments:

While I explicitly specify my use of
  functions in the sp package within my own code (e.g.
  sp::plot()), not loading the sp package when loading
  this package doesn't make sense because users expect
  plot() to mean sp::plot() when working with sp and
  rdgdal.

Received the following back from CRAN (apparently submitting comments was not any use):

Thanks, we se:

* checking dependencies in R code ... NOTE
Package in Depends field not imported from: 'sp'
  These packages need to be imported from (in the NAMESPACE file)
  for when this namespace is loaded but not attached.


Please fix,

Best,
Uwe Ligges

Version 0.1.0

03 Oct 20:17
Compare
Choose a tag to compare

First release of rcanvec, submitted to win-builder and then to CRAN 2015-10-03. Had the following comments:

Found the following (possibly) invalid URLs:
  URL: https://cran.r-project.org/web/packages/ggmap/index.html
    From: man/searchbbox.Rd
    Status: 200
    Message: OK
    CRAN URL not in canonical form
  The canonical URL of the CRAN page for a package is
  https://cran.r-project.org/package=pkgname

The Title field should be in title case, current version then in title case:
'Access and plot CanVec and CanVec+ data for rapid basemap creation in Canada'
'Access and Plot CanVec and CanVec+ Data for Rapid Basemap Creation in Canada'

Packages in Depends field not imported from:
  'rgdal' 'sp'
  These packages need to be imported from (in the NAMESPACE file)
  for when this namespace is loaded but not attached.


* checking R code for possible problems ... NOTE
.makecol: no visible global function definition for 'rgb'
canvec.download: no visible global function definition for
  'download.file'
canvec.download: no visible global function definition for 'unzip'
canvec.export: no visible global function definition for 'data'
canvec.export: no visible binding for global variable 'canvec_layers'
canvec.layers: no visible global function definition for 'data'
canvec.layers: no visible binding for global variable 'canvec_layers'
canvec.plot: no visible binding for global variable 'plot'
canvec.qplot: no visible global function definition for 'CRS'
canvec.qplot: no visible global function definition for 'plot'
checkGeocodeQueryLimit: no visible binding for global variable 'time'
geocode: no visible global function definition for 'URLencode'
geocodeQueryCheck: no visible binding for global variable 'time'
Undefined global functions or variables:
  CRS URLencode canvec_layers data download.file plot rgb time unzip
Consider adding
  importFrom("grDevices", "rgb")
  importFrom("graphics", "plot")
  importFrom("stats", "time")
  importFrom("utils", "URLencode", "data", "download.file", "unzip")
to your NAMESPACE.
}