CRAN
numform 0.5.0
Tools to Format Numbers for Publication
Released Nov 3, 2018 by Tyler Rinker
Dependencies
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.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>numform</artifactId> <version>0.5.0-b2</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:numform')
Test Results
This package was last tested against Renjin 0.9.2706 on Nov 6, 2018.
- Checking_f_affix.f_affix_adds_leading_and_trailing
- Checking_f_affix.f_prefix_adds_leading
- Checking_f_affix.f_suffix_adds_trailing
- Checking_f_bills.f_bills_formats_correctly
- Checking_f_bills.f_bills_formats_correctly_with_rounding
- Checking_f_bills.f_mills_formats_correctly
- Checking_f_bills.f_mills_formats_correctly_with_rounding
- Checking_f_bills.f_thous_formats_correctly
- Checking_f_bills.f_thous_formats_correctly_with_rounding
- Checking_f_comma.f_comma_has_the_correct_number_of_digits_and_commas
- Checking_f_ordinal.f_ordinal_adds_correct_suffixes
- alignment-examples
- as_factor-examples
- f_12_hour-examples
- f_abbreviation-examples
- f_affirm-examples
- f_affix-examples
- f_bin-examples
- f_comma-examples
- f_data_abbreviation-examples
- f_date-examples
- f_degree-examples
- f_denom-examples
- f_dollar-examples
- f_list-examples
- f_logical-examples
- f_month-examples
- f_num-examples
- f_ordinal-examples
- f_pad_zero-examples
- f_parenthesis-examples
- f_percent-examples
- f_pval-examples
- f_quarter-examples
- f_replace-examples
- f_sign-examples
- f_state-examples
- f_title-examples
- f_weekday-examples
- f_wrap-examples
- f_year-examples
- fv_num_percent-examples
- fv_percent-examples
- fv_percent_diff-examples
- fv_percent_lead-examples
- fv_runs-examples
- highlight_cells-examples
- testthat