Skip to content

Version 0.1.2

Compare
Choose a tag to compare
@paleolimbot paleolimbot released this 06 Oct 13:22
· 46 commits to master since this release

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?