diff --git a/DESCRIPTION b/DESCRIPTION index 9ce35d3..b568cc3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: inlmisc Title: Miscellaneous Functions for the USGS INL Project Office -Version: 0.2.5.9000 +Version: 0.2.6 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, and diff --git a/NEWS.md b/NEWS.md index 515edfe..e20de37 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# inlmisc 0.2.5.9000 +# inlmisc 0.2.6 - Add `endian` argument to `ReadModflowBinary` function. Argument describes the endian-ness (or byte-order) of the binary file and is required for calls to the `readBin` function.