Version 0.4.0
inlmisc 0.4.0
-
Add
GetTolColors
function, used to access color palettes by Paul Tol. -
Avoid importing all functions from a package.
-
Remove
AddCertificate
function, no longer needed with new version of R (3.4.3). -
Add
PrintTable
function, used to print the LaTeX code associated with adata.frame
object. -
In
PlotMap
function, remove option to map points. -
In
ReadCodeChunks
function, remove dependency on knitr-intro.Rmd file in example. -
In
AddColorKey
function, replacescientific
argument withscipen
, seegetOption("scipen")
command. -
In
AddColorKey
function, addlog
argument to specify axis to be logarithmic. -
In
AddColorKey
, use m x 10^n format for tick labels written in scientific notation. -
In
RecreateLibrary
function, addparallel
argument to install packages from source using parallel processes. -
In
ToScientific
function, addbig.mark
argument with default value of","
. -
In
ToScientific
function, fix bug that formated0
asNA
whentype = "plotmath"
. -
In
CreateWebMap
function, pass...
arguments toleaflet::leaflet
function, these arguments were previously passed to theleaflet::leafletOptions
function. -
In
CreateWebMap
function, addmaps
argument to specify which base maps to include. -
In
CreateWebMap
function, remove coordinates and zoom level information from top of map. -
Add
AddHomeButton
,AddClusterButton
, andAddSearchButton
, andAddLegend
functions, used to add additional web map elements. -
In
FindOptimalSubset
function, allow integer chromosomes to be specified for thesuggestions
argument. -
Add additional argument checks using checkmate package.