Skip to content

Commit

Permalink
added lintr to source in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinTh committed Jun 24, 2018
1 parent dacc874 commit 3a8fad9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Resubmission

As requested by Uwe Ligges changed link to other vignette in padr_custom.Rmd from

https://cran.r-project.org/web/packages/padr/vignettes/padr.html

to

https://CRAN.R-project.org/package=padr

so it is in CRAN URL canonical form.

################################################

# padr v0.4.0

## Test environments
Expand Down
Binary file modified src/symbols.rds
Binary file not shown.
1 change: 1 addition & 0 deletions tests/testthat/library.R
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
suppressMessages(library(lubridate))
suppressMessages(library(dplyr))
suppressMessages(library(lintr))
2 changes: 1 addition & 1 deletion vignettes/padr_custom.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ vignette: >
%\VignetteEncoding{UTF-8}
---

This vignette assumes the reader has read the [Introduction to `padr` vignette](https://cran.r-project.org/web/packages/padr/vignettes/padr.html). These functions are introduced in version 0.4.0 of the package and should be considered experimental for the moment.
This vignette assumes the reader has read the [Introduction to `padr` vignette](https://CRAN.R-project.org/package=padr). These functions are introduced in version 0.4.0 of the package and should be considered experimental for the moment.

`thicken` creates evenly spaced intervals to which observations can be aggregated. `pad` subsequently checks for missing observations and inserts records where needed. This procedure can be largely automated because of the assumption of an evenly spaced interval. However, the functions can't deliver when asymmetry between the datetime points is desired. This might occur when observations are frequent during some moments, and sparse during others. For instance daily hours vs night periods, or working days vs weekends. We might want to perform a single analysis where the datetime spaces between observations are of different lengths.

Expand Down

0 comments on commit 3a8fad9

Please sign in to comment.