Releases: USGS-R/inlmisc
Version 0.3.2
inlmisc 0.3.2
-
In
RecreateLibrary
andSavePackageDetails
functions, add support for gzip file compression. -
In
SavePackageDetails
function, fix bug that results in an 'invalid cross-device link' error on some flavor's of R.
inlmisc 0.3.1
-
Rename
SavePackageNames
function toSavePackageDetails
. -
Add
AddCertificate
function, used to add a X.509 certificate to your CA bundle. -
Make httr a suggested package.
-
In
RecreateLibrary
function, addlocal
argument, file paths of files containing builds of packages. -
In
AddGradientLegend
function, addn
argument, the desired number of tick-marks to be drawn.
Version 0.3.0
inlmisc 0.3.0
-
Add
Grid2Polygons
function from the Grid2Polygons package. -
Total revision of the
RecreateLibrary
andSavePackageNames
functions. -
In
ToScientific
function, improve default value fordigits
argument. -
Add
AddGradientLegend
function, used to add a continuous color gradient legend strip to a plot.
Version 0.2.7
inlmisc 0.2.7
-
Add function
RecreateLibrary
, used to recreate an existing library on a new installation of R. -
Add function
FormatPval
, used to format p-values. -
Add bm and makecell packages to LaTeX preamble.
-
Changes in
PlotGraph
function inlclude: Add option for plotting interval censored data by specifyingtype = "i"
. Select box-and-whisker plot usingtype = "w"
, was previouslytype = "box"
. Default forseq.date.by
argument changed from"year"
toNULL
. -
Add
CreateWebMap
function, creates a Leaflet map widget using The National Map services. -
Tidy help documentation for functions.
Version 0.2.6
inlmisc 0.2.6
- Add
endian
argument toReadModflowBinary
function. Argument describes the endian-ness (or byte-order) of the binary file and is required for calls to thereadBin
function. Thanks to Professor Brian Ripley for identifying this issue.
Version 0.2.5
inlmisc 0.2.5
-
In
SummariseBudget
function, thedesc
argument no longer needs to be specified. If missing, all data types are summarized. -
In
SummariseBudget
function, remove default fordesc
argument and addid
argument, the auxiliary variable name. -
In
ReadModflowBinary
function, enable cell-by-cell budget files to be read when they are not in compact form. -
Change legend format for binned point data from
[#, )
to># to #
. -
Fix bug that resulted in error when plotting a single point location using the
AddPoints
function. -
Add AppVeyor to package.
Version 0.2.4
inlmisc 0.2.4
- Fix bug that was resulting in incorrect dimensions for saved graphics.
inlmisc 0.2.3
- In
PlotMap
,PlotCrossSection
, andAddColorKey
functions, dynamically adjust vertical plot margins based on the number of lines in the user specified labels. - In
AddPoints
function, removedraw.legend
argument and renamepos
argument tolegend.pos
. ANULL
value forlegend.pos
will prevent the legend from being drawn. - Change function name from
AddBubbles
toAddPoints
. - In
PlotMap
andPlotCrossSection
functions, fix layout so color key dimensions don't change on resize. - In
PlotMap
function, addfile.close
argument.
A logical that idicates if the graphics device driver should be shut down when the function exits. - In
AddBubbles
function, allowz
argument to be an object of classfactor
. - In
AddBubbles
function, account for aspect ratio when constructing legend. - In
AddBubbles
function, renamebg.pos
argument tobg
, and setbg.neg = NULL
. Thebg
argument may now be used to specify circle colors for allz
values, not just positive values. See help documentation for details. - In
AddBubbles
function, specifying a single numeric value for theinches
arguments results in
a fixed radius being used for all circle symbols. - In
PlotMap
function, account for z-axis limits prior to removing rows and columns having all missing values. - In
PlotMap
function, change default forscale.loc
argument from"leftbottom"
toNULL
; the scale bar is no longer drawn by default. - In
PlotMap
function, changeasp
argument from 1 to NULL. Defaults to 1 when data is projected, otherwise, a calculated value based on axes limits is used. - Add function
POSIXct2Character
, used to convert objects fromPOSIXct
tocharacter
class. - Update URL links to HTTP Secure
- Generalize CITATION file
inlmisc 0.2.2
- Change argument name in
ReadModflowBinary
function fromf
topath
. - Add
ReadCodeChunk
function, reads knitr code chunks into the current session. - Change NEWS file to markdown format.
- Remove "misc" folder from ".Rbuildignore", adds the "misc/preamble.tex" file back to the package build.
Version 0.2.1
inlmisc 0.2.1
- Fix invalid URLs.
- Add "file" argument to PlotMap and PlotCrossSection functions. Specifying this argument will start a graphics device driver for producing either a PDF or PNG file.
- Width and height of graphics device is no longer calculated when drawing to screen.