Skip to content

Version 0.4.4

Choose a tag to compare

@jfisher-usgs jfisher-usgs released this 07 Nov 22:43
· 299 commits to master since this release
cca0260

inlmisc 0.4.4

  • Add BuildVignettes function, used to build package vignettes.

  • In SummariseBudget function, improve memory management.

  • Change package imports by adding data.table and removing dplyr.

  • Add SetHinge function, used to specify a hinge location in a color palette.

  • In PrintTable function: d argument can be of class 'matrix'; and a default caption is no longer added when title and headnotes arguments are not specified.

  • Tidy help documentation

  • Add GetRegionOfInterest function, used to calculate the region of interest from spatial points.

  • In FindOptimalSubset function: improve matrix construction of suggestions; change calculation of number of bits in a number.

  • In AddColorKey function, rearrange order of arguments.

  • In PlotCrossSection function: add bend.label argument, used to place labels at top of the bend-in-section lines; change default value of bg.col argument from "#FFFFFFD8" to NULL, and for scale.loc argument from "bottom" to NULL; make font/line color darker for section breaks and features.

  • Rename GetTolColors function to GetColors. Add additional color schemes; replace start and end arguments with stops, a vector of length 2; change blind argument option from "monochromacy" to "monochrome"; return a variant of the GetColors function when argument n is unspecified.

  • For leaflet-search plugin, change version from 2.8.0 to 2.9.6 and tidy wrapper functions.

  • In CreateWebMap function, add service argument for specifying the mapping service to use for accessing base-map tiles.

  • Change required R version from >= 3.2.0 to >= 3.4.0.