Skip to content

Commit

Permalink
Merge pull request #48 from jfisher-usgs/master
Browse files Browse the repository at this point in the history
Merge with upstream
  • Loading branch information
jfisher-usgs authored Oct 26, 2017
2 parents 6a99b4e + b885c19 commit cc02ccd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: inlmisc
Title: Miscellaneous Functions for the USGS INL Project Office
Version: 0.3.4
Version: 0.3.4.9000
Authors@R: person(given=c("Jason", "C."), family="Fisher", role=c("aut", "cre"), email="jfisher@usgs.gov")
Description: A collection of functions for creating high-level graphics,
performing raster-based analysis, processing MODFLOW-based models, etc.
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# inlmisc 0.3.4.9000

- ...

# inlmisc 0.3.4

- In `PlotMap` function, fixed bug in `range` calculation of raster values by removing `finite = TRUE`.
- In `PlotMap` function, fix bug in range calculation of raster values by removing `finite = TRUE`.

- In `PlotMap` function, fix extent of background image, rivers, lakes, and roads using `par("usr")`.

Expand Down

0 comments on commit cc02ccd

Please sign in to comment.