Skip to content

Commit

Permalink
fresh build
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollist committed Apr 5, 2016
1 parent a496dfd commit 24193f4
Show file tree
Hide file tree
Showing 39 changed files with 117 additions and 91 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Expand Up @@ -9,3 +9,4 @@
^README\.Rmd$
^README\.pdf$
^figure$
^NEWS\.md$
27 changes: 14 additions & 13 deletions DESCRIPTION
@@ -1,24 +1,25 @@
Package: quickmapr
Type: Package
Title: Quickly Map and Explore Spatial Data
Version: 0.1.3
Date: 2016-04-01
Version: 0.1.2
Date: 2016-04-05
Authors@R: person(given = "Jeffrey W.",family = "Hollister",
role = c("aut","cre"),
email = "hollister.jeff@epa.gov")
URL: https://www.github.com/jhollist/quickmapr
BugReports: https://github.com/jhollist/quickmapr/issues
Maintainer: Jeffrey W. Hollister <hollister.jeff@epa.gov>
License: CC0
Description: While analyzing geospatial data, easy visualization is often needed
that allows for quick plotting, and simple, but easy interactivity.
Additionally, visualizing geospatial data in projected coordinates is also
desirable. The 'quickmapr' package provides a simple method to visualize 'sp'
and 'raster' objects, allows for basic zooming, panning, identifying, and
labeling of spatial objects, and does not require that the data be in
geographic coordinates.
Depends: R (>= 3.0.0)
Imports:
Description: While analyzing geospatial data, easy visualization is often
needed that allows for quick plotting, and simple, but easy interactivity.
Additionally, visualizing geospatial data in projected coordinates is also
desirable. The 'quickmapr' package provides a simple method to visualize 'sp'
and 'raster' objects, allows for basic zooming, panning, identifying, and
labeling of spatial objects, and does not require that the data be in geographic
coordinates.
Depends:
R (>= 3.0.0)
Imports:
rgeos,
sp,
rgdal,
Expand All @@ -28,7 +29,7 @@ Imports:
methods,
httr,
raster
Suggests:
Suggests:
testthat,
knitr

RoxygenNote: 5.0.1
3 changes: 1 addition & 2 deletions NAMESPACE
@@ -1,4 +1,4 @@
# Generated by roxygen2 (4.1.1): do not edit by hand
# Generated by roxygen2: do not edit by hand

S3method(plot,qmap)
S3method(print,qmap)
Expand All @@ -20,7 +20,6 @@ importFrom(graphics,par)
importFrom(graphics,text)
importFrom(httr,GET)
importFrom(methods,as)
importFrom(raster,crop)
importFrom(raster,extent)
importFrom(raster,plotRGB)
importFrom(raster,stack)
Expand Down
6 changes: 4 additions & 2 deletions NEWS.md
@@ -1,4 +1,6 @@
# quickmapr v0.1.3
# quickmapr v0.1.2

- cleaned up code
- made get_basemap an internal function (perhaps start deprecation)
- made get_basemap an internal function (perhaps start deprecation)
- fixed raster draw bug by specifying ext arg on plot
- added categorical example data (NLCD)
12 changes: 12 additions & 0 deletions R/lake.R
Expand Up @@ -23,6 +23,18 @@ NULL

NULL

#' Land Cover Data for \code{quickmapr} examples
#'
#' This example data is a RasterLayer of the National
#' Land Cover Dataset for a buffer of Lake Sunapee.
#'
#' @docType data
#' @keywords datasets
#' @format RasterLayer of 467 x 262 and 30 meter resolution
#' @name nlcd

NULL

#' Point data for \code{quickmapr} examples
#'
#' This is a fabricated point dataset for what might be a common type of data
Expand Down
Binary file modified data/lake.rda
Binary file not shown.
Binary file removed lake.rda
Binary file not shown.
5 changes: 1 addition & 4 deletions man/bbox_to_sp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/buffer.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/build_map_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/elev.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/examp_lakes.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/f.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions man/get_basemap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/get_colors.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/get_range.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/get_sp_type.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/i.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/i_grid.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/i_line.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/i_point.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/i_poly.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions man/l.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/lake.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/length.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/make_jpw.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions man/nlcd.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/p.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/plot.qmap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/print.qmap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24193f4

Please sign in to comment.