Skip to content

Version 0.4.8

Compare
Choose a tag to compare
@jfisher-usgs jfisher-usgs released this 23 Sep 16:01
· 80 commits to master since this release
1a93457

inlmisc 0.4.8

  • In FindOptimalSubset function, add numIslands argument, used to specify the number of islands, was previously dependent on the parallel argument; change default value of elitism 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 to PrintPackageHelp. 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; add internal argument, used to print help pages flagged with keyword internal; replace hr argument with sep; add title_to_name argument, used to replace the help-topic "title" with its "name"; add notrun argument, used to remove ## Not run comments; include internal links by default.

  • In Grid2Polygons, add check_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.