Skip to content

Commit

Permalink
Update CRAN comments and README
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
nutterb committed Sep 15, 2017
1 parent 63efab6 commit fb73b7e
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 60 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Package: pixiedust
Title: Tables so Beautifully Fine-Tuned You Will Believe It's Magic
Version: 0.8.0
Version: 0.8.1
Authors@R: c(person("Benjamin", "Nutter", email = "nutter@battelle.org", role = c("aut", "cre")),
person("David", "Kretch", role = c("ctb")))
Description: The introduction of the 'broom' package has made converting model
Expand Down Expand Up @@ -33,7 +33,7 @@ LazyData: true
VignetteBuilder: knitr
URL: https://github.com/nutterb/pixiedust
BugReports: https://github.com/nutterb/pixiedust/issues
RoxygenNote: 5.0.1
RoxygenNote: 6.0.1
NeedsCompilation: no
Author: Benjamin Nutter [aut, cre]
Maintainer: Benjamin Nutter <nutter@battelle.org>
26 changes: 0 additions & 26 deletions README.Rmd
Expand Up @@ -104,32 +104,6 @@ x <- x %>%
x
```

### Development Schedule
| Version | Release Description | Target Date | Actual Date |
|--------:|:---------------------------------------------------|------------:|-------------|
|**0.1.0**| Console, markdown and HTML output for simple table | 1 Aug 2015 | 3 Aug 2015 |
| 0.2.0 | Multirow table headers; footers; multipage tables | 20 Aug 2015 | 18 Aug 2015 |
| 0.3.0 | Multicolumn and multirow cells in HTML | 15 Sep 2015 | 15 Sept 2015 |
| 0.4.0 | Glance statistics in table footer | 1 Oct 2015 | 25 Sept 2015 |
| | Add variable labels and levels to `broom` output | | |
|**0.5.0**| LaTeX output for simple table | 15 Oct 2015 | 15 Oct 2015 |
| | Adjustable cell heights and widths in LaTeX tables | | |
| | Add `medley` for batch customizations | | |
| 0.6.0 | Borders and backgrounds for LaTeX tables | 1 Dec 2015 | 9 Dec 2015 |
| | Multicolumn and multirow support for LaTeX tables | | |
| | Longtable support for LaTeX tables | | |
| | Rotated text for LaTeX tables | | |
|**0.7.0**| `bookdown` support | 30 Apr 2016 | |
| | Auto detect output format (supports knitr/Rmarkdown)| | |
| | `fixed` coordinate pairing for sprinkles | | |
| | Sprinkle recycling | | |
| | Captions, floating environments, labels | | |
| | `hhline` option allows background colors and borders| | |
| | Methods for grouped and split data frames | | |
|**1.0.0**| Release of basic, stable package | 1 June 2016 | |

**bold version numbers** indicate a planned release to CRAN.

## A cool, free tip!

The markdown output from `pixiedust` is somewhat limited due to the limitations of `Rmarkdown` itself. If/when more features become available for `Rmarkdown` output, I'll be sure to include them. But what can you do if you _really_ want all of the flexibility of the HTML tables but need the MS Word document?
Expand Down
38 changes: 11 additions & 27 deletions README.md
Expand Up @@ -9,6 +9,7 @@ After tidying up your analyses with the `broom` package, go ahead and grab the `
``` r
fit <- lm(mpg ~ qsec + factor(am) + wt + factor(gear), data = mtcars)
library(pixiedust)
#> Additional documentation is being constructed at http://nutterb.github.io/pixiedust/index.html
dust(fit) %>%
sprinkle(col = 2:4, round = 3) %>%
sprinkle(col = 5, fn = quote(pvalString(value))) %>%
Expand Down Expand Up @@ -46,12 +47,19 @@ Tables can be customized by row, column, or even by a single cell by adding spri
| border\_color | x | | | x | x |
| caption | x | x | x | x | x |
| colnames | x | x | x | x | x |
| discrete | x | | | x | x |
| discrete\_colors | x | | | x | x |
| float | x | | | | x |
| fn | x | x | x | x | x |
| font\_color | x | | | x | x |
| font\_family | x | | | x | |
| font\_size | x | | | x | x |
| font\_size\_units | x | | | x | x |
| gradient | x | | | x | x |
| gradient\_colors | x | | | x | x |
| gradient\_cut | x | | | x | x |
| gradient\_n | x | | | x | x |
| gradient\_na | x | | | x | x |
| halign | x | | | x | x |
| height | x | | | x | x |
| height\_units | x | | | x | x |
Expand All @@ -66,6 +74,9 @@ Tables can be customized by row, column, or even by a single cell by adding spri
| replace | x | x | x | x | x |
| round | x | x | x | x | x |
| rotate\_degree | x | | | x | x |
| sanitize | | | | | x |
| sanitize\_args | | | | | x |
| tabcolsep | | | | | x |
| valign | x | | | x | x |
| width | x | | | x | x |
| width\_units | x | | | x | x |
Expand Down Expand Up @@ -174,33 +185,6 @@ x
#> 6 factor(gear)5 -0.27 2.063 -0.131 0.9
```

### Development Schedule

| Version| Release Description | Target Date| Actual Date |
|----------:|:-----------------------------------------------------|------------:|--------------|
| **0.1.0**| Console, markdown and HTML output for simple table | 1 Aug 2015| 3 Aug 2015 |
| 0.2.0| Multirow table headers; footers; multipage tables | 20 Aug 2015| 18 Aug 2015 |
| 0.3.0| Multicolumn and multirow cells in HTML | 15 Sep 2015| 15 Sept 2015 |
| 0.4.0| Glance statistics in table footer | 1 Oct 2015| 25 Sept 2015 |
| | Add variable labels and levels to `broom` output | | |
| **0.5.0**| LaTeX output for simple table | 15 Oct 2015| 15 Oct 2015 |
| | Adjustable cell heights and widths in LaTeX tables | | |
| | Add `medley` for batch customizations | | |
| 0.6.0| Borders and backgrounds for LaTeX tables | 1 Dec 2015| 9 Dec 2015 |
| | Multicolumn and multirow support for LaTeX tables | | |
| | Longtable support for LaTeX tables | | |
| | Rotated text for LaTeX tables | | |
| **0.7.0**| `bookdown` support | 30 Apr 2016| |
| | Auto detect output format (supports knitr/Rmarkdown) | | |
| | `fixed` coordinate pairing for sprinkles | | |
| | Sprinkle recycling | | |
| | Captions, floating environments, labels | | |
| | `hhline` option allows background colors and borders | | |
| | Methods for grouped and split data frames | | |
| **1.0.0**| Release of basic, stable package | 1 June 2016| |

**bold version numbers** indicate a planned release to CRAN.

A cool, free tip!
-----------------

Expand Down
9 changes: 4 additions & 5 deletions cran-comments.md
@@ -1,10 +1,11 @@
## Test environments
* local Windows install (R-3.4.1)
* local Windows install (R-devel 2017-08-24 r73125)
* x86_64-pc-linux-gnu (Ubuntu precise 12.04.5 64-bit) (on travis-ci), R 3.4.1
* win-builder (devel 2017-08-25 r73125)

## R CMD check results
At the request of a user, this update reduces the dependency on R to 3.1.2. It also fixes a handful of bugs identified while developing additional tests.

There were no ERRORS or WARNINGS in any of the checks.

NOTE: on win-builder
Expand All @@ -17,12 +18,10 @@ description. All words are correctly spelled.

I was unable to complete the checks on `pointblank`; my system could not
resolve the Java dependencies. I have notified the maintainer that I am
submitting this update to CRAN. I have also reviewed the `pointblank`
source code and am confident that the changes in this submission will not
produce any new errors or warnings for `pointblank`.
submitting this update to CRAN, as he is also trying to lower the R version dependency.

`tadaatoolbox` generates a warning about an undocumented argument. I have
notified the maintainer.
notified the maintainer; their fix has been applied but not yet submitted to CRAN

Thanks,
Benjamin
9 changes: 9 additions & 0 deletions man/get_dust_part.Rd

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

0 comments on commit fb73b7e

Please sign in to comment.