Package: numform Title: Tools to Format Numbers for Publication Version: 0.7.1 Authors@R: c(person("Tyler", "Rinker", email = "tyler.rinker@gmail.com", role = c("aut", "cre"))) Maintainer: Tyler Rinker Description: Format numbers and plots for publication; includes the removal of leading zeros, standardization of number of digits, addition of affixes, and a p-value formatter. These tools combine the functionality of several 'base' functions such as 'paste()', 'format()', and 'sprintf()' into specific use case functions that are named in a way that is consistent with usage, making their names easy to remember and easy to deploy. Depends: R (>= 3.2.0) Suggests: testthat Imports: glue License: GPL-2 URL: https://github.com/trinker/numform BugReports: https://github.com/trinker/numform/issues RoxygenNote: 7.1.2 Collate: 'alignment.R' 'as_factor.R' 'constants.R' 'f_12_hour.R' 'utils.R' 'f_abbreviation.R' 'f_affirm.R' 'f_affix.R' 'f_bin.R' 'f_comma.R' 'f_data.R' 'f_date.R' 'f_degree.R' 'f_denom.R' 'f_dollar.R' 'f_list.R' 'f_logical.R' 'f_month.R' 'f_num.R' 'f_ordinal.R' 'f_pad_zero.R' 'f_parenthesis.R' 'f_percent.R' 'f_pval.R' 'f_quarter.R' 'f_replace.R' 'f_sign.R' 'f_state.R' 'f_text_bar.R' 'f_title.R' 'f_weekday.R' 'f_wrap.R' 'f_year.R' 'fv_num_percent.R' 'fv_percent.R' 'fv_percent_diff.R' 'fv_percent_lead.R' 'fv_runs.R' 'glue-reexports.R' 'highlight_cells.R' 'numform-package.R' 'round.R' 'time_digits.R' Repository: https://trinker.r-universe.dev Date/Publication: 2021-10-08 20:17:46 UTC RemoteUrl: https://github.com/trinker/numform RemoteRef: HEAD RemoteSha: 171a423941b8f0743eadf145bb1f1e89f7911765 NeedsCompilation: no Packaged: 2026-06-17 10:55:27 UTC; root Author: Tyler Rinker [aut, cre]