-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- `NA` values are now shown in plain red, without changing the background color (#70). - New options to control the output, with defaults that match the current behavior unless stated otherwise: - `pillar.sigfig` to control the number of significant digits, for highlighting and truncation (#72), - `pillar.subtle` to specify if insignificant digits should be printed in gray (#72), - `pillar.neg` to specify if negative digits should be printed in red, - `pillar.bold` to specify if column headers should be printed in bold (default: `FALSE`, #76), - `pillar.min_title_chars` to specify the minimum number of characters to display for each column name (default: 15 characters, #75). - Shortened abbreviations for types: complex: cplx -> cpl, function: fun -> fn, factor: fctr -> fct (#71). - Date columns now show sub-seconds if the `digits.secs` option is set (#74). - Very wide tibbles now print faster (#85).
- Loading branch information
Showing
3 changed files
with
26 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,30 @@ | ||
Update as requested by CRAN: | ||
|
||
- Fix Windows check errors | ||
Maintenance update, also fixes check failures on Windows. | ||
|
||
## Test environments | ||
* local Ubuntu 17.04 install, R 3.4.2 | ||
* ubuntu 12.04 (on travis-ci), R 3.4.2 | ||
* local Ubuntu 17.10 install, R 3.4.3 | ||
* Ubuntu 14.04 (on travis-ci), R 3.4.3 | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
|
||
OK | ||
|
||
## revdepcheck results | ||
|
||
We checked 305 direct and indirect (depth 1) reverse dependencies (302 from CRAN + 3 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 4 new problems | ||
* We failed to check 1 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### New problems | ||
|
||
* GSODR and unpivots: likely unrelated to the update | ||
|
||
* tibble and hms | ||
now breaking because tests rely on output generated by pillar, will update soon | ||
|
||
### Failed to check | ||
|
||
* cdcfluview (failed to install) |