Version 0.4.8
inlmisc 0.4.8
-
In
FindOptimalSubsetfunction, addnumIslandsargument, used to specify the number of islands, was previously dependent on theparallelargument; change default value ofelitismargument 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
GetColorsfunction, add"turbo"color scheme. -
In
SetHingefunction, 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
PrintHelpPagesfunction 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; addinternalargument, used to print help pages flagged with keywordinternal; replacehrargument withsep; addtitle_to_nameargument, used to replace the help-topic "title" with its "name"; addnotrunargument, used to remove## Not runcomments; include internal links by default. -
In
Grid2Polygons, addcheck_validityargument, used to check the validity of polygons. -
Fix bugs in raw/build-datasets.R and raw/render-tables.R files that incorrectly called
IsColorfunction. -
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.