Skip to content

Commit

Permalink
bumped version and added formating 'numbers and plots' to add to the …
Browse files Browse the repository at this point in the history
…package philosophy
  • Loading branch information
Tyler Rinker committed Aug 30, 2017
1 parent 7d43a42 commit fdb17a6
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: numform
Title: Tools to Format Numbers for Publication
Version: 0.1.1
Version: 0.2.0
Authors@R: c(person("Tyler", "Rinker", email = "tyler.rinker@gmail.com", role = c("aut", "cre")))
Maintainer: Tyler Rinker <tyler.rinker@gmail.com>
Description: Format numbers for publication; includes the removal of leading zeros, standardization of
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
Expand Down
2 changes: 1 addition & 1 deletion R/numform-package.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Tools to Format Numbers for Publication
#'
#'Format numbers for publication; includes the removal of leading zeros,
#'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 \code{\link[base]{paste}}, \code{\link[base]{format}}, and
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ knitr::opts_chunk$set(fig.path = "tools/figure/", warning = FALSE)
[![Coverage Status](https://coveralls.io/repos/trinker/numform/badge.svg?branch=master)](https://coveralls.io/r/trinker/numform?branch=master)
`r verbadge`

**numform** contains tools to assist in the formatting of numbers for publication. Tools include 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.
**numform** contains tools to assist in the formatting of numbers and plots for publication. Tools include 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

Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Status](https://travis-ci.org/trinker/numform.svg?branch=master)](https://travis
[![Coverage
Status](https://coveralls.io/repos/trinker/numform/badge.svg?branch=master)](https://coveralls.io/r/trinker/numform?branch=master)

**numform** contains tools to assist in the formatting of numbers for
publication. Tools include 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.
**numform** contains tools to assist in the formatting of numbers and
plots for publication. Tools include 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
============
Expand Down Expand Up @@ -72,7 +72,7 @@ instead. This is useful for passing in to **ggplot2** `scale_x/y_type`
functions (see [Plotting](#plotting) for usage).

<!-- html table generated in R 3.4.0 by xtable 1.8-2 package -->
<!-- Wed Aug 30 13:30:22 2017 -->
<!-- Wed Aug 30 13:34:14 2017 -->
<table>
<tr>
<td>
Expand Down Expand Up @@ -545,7 +545,7 @@ Plotting
## 10 498559.2 1999-12-26 Site 2 $499000 499K $499K D
## # ... with 9,990 more rows, and 1 more variables: abb_week <fctr>

![](tools/figure/unnamed-chunk-23-1.png)
![](tools/figure/unnamed-chunk-13-1.png)

library(tidyverse); library(gridExtra)

Expand Down Expand Up @@ -619,7 +619,7 @@ Plotting

)

![](tools/figure/unnamed-chunk-24-1.png)
![](tools/figure/unnamed-chunk-14-1.png)

Modeling
--------
Expand Down
8 changes: 4 additions & 4 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ citHeader("To cite numform in publications, please use:")


citEntry(entry = "manual",
title = "{numform}: A publication style number formatter",
title = "{numform}: A publication style number and plot formatter",
author = "Tyler W. Rinker",
note = "version 0.1.1",
note = "version 0.2.0",
year = "2015",
url = "http://github.com/trinker/numform",
textVersion = paste("Rinker, T. W. (2015).",
"numform A publication style number formatte",
"version 0.1.1.",
"numform A publication style number and plot formatter",
"version 0.2.0.",
"http://github.com/trinker/numform")
)
2 changes: 1 addition & 1 deletion man/numform.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified tools/figure/unnamed-chunk-13-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tools/figure/unnamed-chunk-14-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fdb17a6

Please sign in to comment.