• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

trinker / numform / 127
11%

Build:
DEFAULT BRANCH: master
Ran 17 Mar 2018 11:37PM UTC
Jobs 1
Files 34
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
127

push

travis-ci

trinker
NEWS
====

Versioning
----------

Releases will be numbered with the following semantic versioning format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

* Breaking backward compatibility bumps the major (and resets the minor
  and patch)
* New additions without breaking backward compatibility bumps the minor
  (and resets the patch)
* Bug fixes and misc changes bumps the patch

numform 0.4.1 -
----------------------------------------------------------------

BUG FIXES

* Functions that enable the argument `less.than.replace = TRUE` would result in
  the wrong solution if the input value was negative.  This has been corrected.

* `f_quarter` didn't respect the `space` or `max` arguments for some methods.

NEW FEATURES

* `highlight_cells` added as a quick and dirty way to add cell font highlighting.

* The `collapse` and `glue` functions from the **glue** package are reexported
  for easy string manipulation.

* `f_bin` (aka `f_interval`) added for turning `"[3,5)"` form ffrom `cut` into
  a more human readable for.  There are several different forms of `f_bin` so
  use `?f_bin` to see them all.

MINOR FEATURES

* `f_denom` family of functions picks up a `less.than.replace` argument to
  replace values that say zero with a less than sing followed by a one and then
  the denomination.  For example, in `c(2, 1234)` the digit 2 becomes "<1K".

* `f_denom` picks up a `mix.denom` argument to allow for the mixing of
  denominations.  This is useful for tables with a total row that is a
  denomination higher than the rest of the column.

* `f_pp` added to lower typing on a commonly used function and to also change
  the default digits value to 0 as is typically used in plotting.

IMPROVEMENTS

CHANGES

* The argument `less_than_replace` in `f_prop2percent` & `f_percent` has been
  replaced with `less.than.replace` to make dot case consistent for arguments
  across the package.

numform 0.3.1 - 0.4.0
--------------------------------... (continued)

99 of 657 relevant lines covered (15.07%)

0.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 127.1 17 Mar 2018 11:37PM UTC 0
15.07
Travis Job 127.1
Source Files on build 127
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #127
  • d840cded on github
  • Prev Build on master (#126)
  • Next Build on master (#128)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc