-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e77d1e
commit 0f4ae14
Showing
4 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Description: choroplethr simplifies the creation of choropleths in R. A | |
data, choosing and labeling discrete scales and creating a clean background | ||
are handled automatically. choroplethr provides native support for viewing | ||
data from the US Census's American Community Survey (ACS). | ||
Version: 1.4.99 | ||
Version: 1.5.0 | ||
Author: Ari Lamstein <[email protected]>[cre, aut], | ||
Brian P Johnson <[email protected]> [ctb, frontend animation code] | ||
Maintainer: Ari Lamstein <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
library(testthat) | ||
library(choroplethr) | ||
|
||
test_package("choroplethr") | ||
#disable tests for submission to cran, because my tests require a key to the us census api | ||
#test_package("choroplethr") |