Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jan 10, 2018
1 parent 0d2df47 commit a88ab6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pillar
Title: Coloured Formatting for Columns
Version: 1.0.1
Version: 1.0.1.9000
Authors@R: c(
person("Kirill", "Müller", , "krlmlr+r@mailbox.org", role = c("aut", "cre")),
person("Hadley", "Wickham", role = "aut"),
Expand Down
14 changes: 7 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
## pillar 1.0.1 (2017-11-27)
# pillar 1.0.1 (2017-11-27)

- Work around failing CRAN tests on Windows.


## pillar 1.0.0 (2017-11-16)
# pillar 1.0.0 (2017-11-16)

Initial release.

### User functions
## User functions

pillar(x, title = NULL, width = NULL, ...)
colonnade(x, has_row_id = TRUE, width = NULL, ...)
squeeze(x, width = NULL, ...)

### Functions for implementers of data types
## Functions for implementers of data types

new_pillar_shaft_simple(formatted, ..., width = NULL, align = "left", min_width = NULL, na_indent = 0L)
new_pillar_shaft(x, ..., width, min_width = width, subclass)
new_ornament(x, width = NULL, align = NULL)
get_extent(x)
get_max_extent(x)

### Utilities
## Utilities

dim_desc(x)
style_na(x)
style_neg(x)
style_num(x, negative, significant = rep_along(x, TRUE))
style_subtle(x)

### Testing helper
## Testing helper

expect_known_display(object, file, ..., width = 80L, crayon = TRUE)

### Own S3 methods
## Own S3 methods

pillar_shaft(x, ...) # AsIs, Date, POSIXt, character, default, list, logical, numeric
type_sum(x) # AsIs, Date, POSIXct, data.frame, default, difftime, factor, ordered
Expand Down

0 comments on commit a88ab6b

Please sign in to comment.