Skip to content

Commit

Permalink
Merge pull request #18 from business-science/fix/CRAN-timeSeries
Browse files Browse the repository at this point in the history
Fix/cran time series
  • Loading branch information
Davis Vaughan committed May 14, 2018
2 parents 3dd4ecc + 382fd50 commit 3cde451
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.RData
.Ruserdata
inst/doc
.DS_Store
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
language: r
warnings_are_errors: true
sudo: required
cache: packages

r_github_packages:
- jimhester/covr
Expand Down
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: timetk
Type: Package
Title: A Tool Kit for Working with Time Series in R
Version: 0.1.0
Date: 2017-07-25
Version: 0.1.1
Date: 2018-05-14
Authors@R: c(
person("Matt", "Dancho", email = "mdancho@business-science.io", role = c("aut", "cre")),
person("Davis", "Vaughan", email = "dvaughan@business-science.io", role = c("aut"))
Expand Down Expand Up @@ -43,7 +43,8 @@ Suggests:
stringr,
testthat,
tidyverse,
tidyquant
tidyquant,
timeSeries
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# timetk 0.1.1

* Added `timeSeries` to Suggests to satisfy a CRAN issue.

# timetk 0.1.0
* Renamed package `timetk`. Was formerly `timekit`.
Expand Down
7 changes: 4 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## Release Summary
This is the first release of `timetk` for CRAN review. The package was formerly called `timekit`, and the major change is the name.
This is a bug fix release of timetk. It now includes the 'timeSeries' package in
Suggests since we removed it from 'tidyquant'.


## Test environments
* local Windows install, R 3.4.0
* ubuntu 12.04 (on travis-ci), R 3.4.0
* local Mac install, R 3.4.4
* ubuntu 12.04 (on travis-ci), R 3.5.0
* win-builder (devel and release)


Expand Down

0 comments on commit 3cde451

Please sign in to comment.