Changes from preceding version are listed below.
count_diff. Similar tocountexcept that it accepts two input vectors and counts the difference foreach specified element (or all elements) between the tworeplace_non_ascii whereifinclude_letters was set toFALSE a warningwas still generated for non-ASCII letters when they were part of alarger string (e.g., “<non-ascii>xyz”, etc.)Changes from preceding version are listed below
replace_non_ascii. Replaces non-ASCIIcharacters with ASCII characters that are as visually similar aspossiblecount. Counts occurrences of each uniqueelement in the provided vectorordination. Generic function that createseither NMS or PCoA ordinations. Makes extensive use of the... argument to greatly increase level of control user canexpect over internal base R graphing functions. Supersedesnms_ord andpcoa_ord.nms_ord andpcoa_ordare now superseded because they are special cases ofordinationnms_ord andpcoa_ord now support modifying axis label text size andaxis tickmark text sizeChanges from preceding version are listed below
force_num. Coerces a vector to numericand automatically silences any warnings due to coercing values toNAsafe_rename. Renames columns in a givendataframe by matching ‘bad’ names with ‘good’ namestabularize_md. Converts a markdown fileinto a table that retains the nested structure of any headings in thefileChanges from preceding version are listed below
name_vec. Creates a named vector ofspecified contents and namesgithub_tree now supports excluding no directories fromthe folder tree (this is the default behavior now)num_check now accepts multiplecolumn names/numbers to itscol argumentdate_check now accepts multiplecolumn names/numbers to itscol argumentmulti_num_check is now deprecated(with a warning) because it is a special case ofnum_checkmulti_date_check is now deprecated(with a warning) because it is a special case ofdate_checkChanges from preceding version are listed below
github_ls. Lists contents of specifiedGitHub repository either recursively or only top-level/specifiedfoldergithub_tree. Creates a file tree diagramfor a specified GitHub repositorypcoa_ord andnms_ord now include argumentsfor changing point size (pt_size) and opacity(pt_alpha; i.e., transparency). Changes to point size arereflected in the legend but changes to opacity are not reflected in thelegend pointsdiff_checkcrop_triThis is the first fully-functioning version of the package. Itcurrently has no ERRORs, WARNINGs, or NOTEs fromdevtools::check