Skip to content

Commit

Permalink
Merge branch 'master' into v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisvalentiner authored Oct 22, 2017
2 parents b554c36 + b6171f2 commit ee9f78b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ Package: lubridateExtras
Type: Package
Title: Convenience functions for the lubridate package
Version: 0.1.0
Authors@R: person("Ellis", "Valentiner", email = "[email protected]",
role = c("aut", "cre"))
Authors@R: c(
person("Ellis", "Valentiner", email = "[email protected]", role = c("aut", "cre")),
person("Geoffrey", "Hannigan", email = "[email protected]", role = c("ctb")))
Description: Provides extra functionality to lubridate. Largely consisting of
convenience functions.
License: MIT + file LICENSE
Expand All @@ -17,5 +18,6 @@ Imports:
Remotes:
tidyverse/lubridate,
tidyverse/hms
VignetteBuilder: knitr
RoxygenNote: 6.0.1
Suggests: testthat
4 changes: 4 additions & 0 deletions docs/authors.html

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

1 change: 1 addition & 0 deletions docs/index.html

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

2 changes: 1 addition & 1 deletion lubridateExtras.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ StripTrailingWhitespace: Yes
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace
PackageRoxygenize: rd,collate,namespace,vignette
2 changes: 0 additions & 2 deletions vignettes/intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ suppressPackageStartupMessages(library(lubridate))
library(lubridateExtras)
```

lubridateExtras provides functions to improve code readability and increase laziness.

## Example

Suppose you want to review transactions from the past 7 days.
Expand Down

0 comments on commit ee9f78b

Please sign in to comment.