Recent Releases of supportr
supportr - Version 1.4.0
Minor version update. It has no ERRORS, WARNINGS, or NOTES from devtools::check(). Changes from previous release are as follows:
- New function:
replace_non_ascii. Replaces non-ASCII characters with ASCII characters that are as visually similar as possible - New function:
count. Counts occurrences of each unique element in the provided vector - New function:
ordination. Generic function that creates either NMS or PCoA ordinations. Makes extensive use of the...argument to greatly increase level of control user can expect over internal base R graphing functions. Supersedesnms_ordandpcoa_ord. - Superseded functions:
nms_ordandpcoa_ordare now superseded because they are special cases ofordination - New function behavior:
nms_ordandpcoa_ordnow support modifying axis label text size and axis tickmark text size - Began the process of adding units tests for most functions in the package. Users may notice some small cases where more informative errors/warnings are returned but generally this shouldn't change function behavior in an appreciable way
- R
Published by njlyon0 about 2 years ago
supportr - Version 1.3.0
Minor version update from ver 1.2.0. It currently has no ERRORS, WARNINGS, or NOTES from devtools::check. Changes from previous release are as follows:
- New function: force_num. Coerces a vector to numeric and automatically silences any warnings due to coercing values to NA
- New function: safe_rename. Renames columns in a given dataframe by matching 'bad' names with 'good' names
- New function: tabularize_md. Converts a markdown file into a table that retains the nested structure of any headings in the file
- R
Published by njlyon0 over 2 years ago
supportr - Version 1.2.0
Minor version update from ver 1.1.0. It currently has no ERRORS, WARNINGS, or NOTES from devtools::check. Changes from previous release are as follows:
- New function:
name_vec. Creates a named vector of specified contents and names github_treenow supports excluding no directories from the folder tree (this is the default behavior now)- New function behavior:
num_checknow accepts multiple column names/numbers to itscolargument - New function behavior:
date_checknow accepts multiple column names/numbers to itscolargument - Deprecated function:
multi_num_checkis now deprecated (with a warning) because it is a special case ofnum_check - Deprecated function:
multi_date_checkis now deprecated (with a warning) because it is a special case ofdate_check
- R
Published by njlyon0 almost 3 years ago
supportr - supportR Version 1.1.0
Minor version update from ver. 1.0.0. It currently has no ERRORS, WARNINGS, or NOTES from devtools::check. Changes from previous release are as follows:
- New function:
github_ls. Lists contents of specified GitHub repository either recursively or only top-level/specified folder - New function:
github_tree. Creates a file tree diagram for a specified GitHub repository - Refined and clarified the package vignette
pcoa_ordandnms_ordnow include arguments for changing point size (pt_size) and opacity (pt_alpha; i.e., transparency). Changes to point size are reflected in the legend but changes to opacity are not reflected in the legend points- Fixed a typo in the message returned by
diff_check - Added example in documentation for
crop_tri
- R
Published by njlyon0 about 3 years ago
supportr - supportR Version 1.0.0
This is the first fully-functioning version of the package available on CRAN. It currently has no ERRORS, WARNINGS, or NOTES from devtools::check
- R
Published by njlyon0 over 3 years ago