Version 0.4.8
inlmisc 0.4.8
-
In
FindOptimalSubset
function, addnumIslands
argument, used to specify the number of islands, was previously dependent on theparallel
argument; change default value ofelitism
argument from 0 to 5-percent of the island population. -
Add misc/latex-packages.txt file: contains a list of required LaTeX packages that are not included in the default installation of TinyTeX; use the
inlmisc:::InstallLatexPackages()
command to install these packages into TinyTeX. -
In LaTeX preamble, replace xcolor package with color, eliminates an annoying warning when compiling document.
-
In
GetColors
function, add"turbo"
color scheme. -
In
SetHinge
function, non-backward compatible change to allocating colors on each side of hinge, is only perceivable when the number of colors is small (n < 10
). -
Rename
PrintHelpPages
function toPrintPackageHelp
. Preserve empty lines in the Examples section of help documentation; fix parsing bug associated with identifying code blocks; tidy main header for each help topic; addinternal
argument, used to print help pages flagged with keywordinternal
; replacehr
argument withsep
; addtitle_to_name
argument, used to replace the help-topic "title" with its "name"; addnotrun
argument, used to remove## Not run
comments; include internal links by default. -
In
Grid2Polygons
, addcheck_validity
argument, used to check the validity of polygons. -
Fix bugs in raw/build-datasets.R and raw/render-tables.R files that incorrectly called
IsColor
function. -
Change package dependency from R >= 3.4.0 to R >= 3.5.0 because serialized objects in serialize/load version 3 cannot be read in older versions of R.