Skip to content

Commit

Permalink
Cleaned up Readme and DESCRIPTION Title
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Mar 13, 2015
1 parent b42fdf7 commit 3ca4640
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: quickmapr
Type: Package
Title: Quickly map and explore spatial data.
Title: Quickly Map and Explore Spatial Data
Version: 0.0.0.9000
Date: 2015-03-13
Authors@R: person(given = "Jeffrey W.",family = "Hollister",
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
quickmapr
=========

[![travis_status](https://travis-ci.org/jhollist/quickmapr.svg)](https://travis-ci.org/jhollist/quickmapr)

[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/jhollist/quickmapr?branch=master)](https://ci.appveyor.com/project/jhollist/quickmapr)
[![travis_status](https://travis-ci.org/jhollist/quickmapr.svg)](https://travis-ci.org/jhollist/quickmapr) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/jhollist/quickmapr?branch=master)](https://ci.appveyor.com/project/jhollist/quickmapr)

There are many packages that already exist or are in active development that support the visualization of spatial data in R. However, there seems to be a gap for those that need to quickly view, compare, and explore the results of a given spatial analysis. The current thinking for `quickmapr` is to allow for quick visualization of `sp` and `raster` objects.

Expand All @@ -20,6 +18,10 @@ Planned functionality for the first release is for easy mapping of multiple laye
- `i()`: identify features
- `f()`: returns to originally created map

Example data are available via:

- `data(lake)`

##Installation
This package is not yet on CRAN. To install

Expand Down

0 comments on commit 3ca4640

Please sign in to comment.