Skip to content

Commit

Permalink
trivia
Browse files Browse the repository at this point in the history
  • Loading branch information
hughjonesd committed Feb 13, 2018
1 parent c328feb commit 189a025
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .lintr
@@ -1,2 +1,3 @@
# use lintr::lint_package() to run this
linters: with_defaults(line_length_linter(120), single_quotes_linter=NULL)
exclusions: list("inst/doc/huxreg.R" , "inst/doc/design-principles.R", "inst/doc/huxtable.R")
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,7 +1,7 @@
Package: huxtable
Type: Package
Title: Simply Create 'LaTeX' and 'HTML' Tables
Version: 3.0.0
Version: 3.0.0.9000
Author: David Hugh-Jones [aut, cre]
Maintainer: David Hugh-Jones <davidhughjones@gmail.com>
Description: Creates 'HTML' and 'LaTeX' tables. Provides similar
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Expand Up @@ -2,6 +2,9 @@
Note that huxtable attempts to follow semantic versioning (https://semver.org). Therefore, major version
increments reflect backwards-incompatible API changes, not necessarily big changes.

# huxtable 3.0.0.9000


# huxtable 3.0.0
* Second attempt to fix `quick_pdf` and friends for CRAN: confirm overwrites manually,
or fail, if a file argument is not explicitly specified.
Expand Down

0 comments on commit 189a025

Please sign in to comment.