Skip to content

Commit

Permalink
cran submit
Browse files Browse the repository at this point in the history
  • Loading branch information
franzbischoff committed Feb 28, 2020
1 parent 6a49dff commit 6fbbb71
Show file tree
Hide file tree
Showing 87 changed files with 143 additions and 142 deletions.
74 changes: 37 additions & 37 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
^.*\.Rproj$
^\.Rproj\.user$
^README\.Rmd$
^cran-comments\.md$
^NEWS\.md$
^\.travis\.yml$
^.*\.Rout$
^.whitesource
^\.circleci$
^\.circleci/config\.yml$
^\.covrignore$
^\.docker.*$
^\.github$
^\.github/
^\.gitpod.*$
^\.httr-oauth$
^\.lintr$
^\.Rprofile$
^\.theia$
^_pkgdown\.yml$
^API$
^CRAN-RELEASE$
^API.*$
^appveyor\.yml$
^revdep$
^cran-comments\.md$
^packrat/
^docs/
^dev/
^\.Rprofile$
^\.travis\.yml$
^LICENSE\.md$
^NEWS\.Rmd$
^NEWS-.*\.png$
^m106\.rda$
^carsub\.rda$
^carfull\.rda$
^finger3500\.rda$
^tests\.R$
^README\.Rmd$
^README-.*\.png$
^\.httr-oauth$
^make\.R$
^carsub\.rda$
^CODE_OF_CONDUCT\.md$
^codecov\.yml$
^CONTRIBUTING\.md$
^CONTRIBUTING\.Rmd$
^\.github/
^CRAN-RELEASE$
^dev/
^docs/
^examples_*/$
^finger3500\.rda$
^LICENSE\.md$
^LOCAL_APPDATA_FONTCONFIG_CACHE/
^.whitesource
^tsmp\.Rcheck$
^tsmp.*\.tar\.gz$
^tsmp.*\.tgz$
^codecov\.yml$
^m106\.rda$
^make\.R$
^NEWS\.Rmd$
^packrat/
^pkgdown/
^examples_*/$
^tests_*/$
^.*\.Rout$
^\.circleci/config\.yml$
^\.github$
^_pkgdown\.yml$
^README-.*\.png$
^README_cache/
^\.circleci$
^tsmp-Ex_x64\.Rout$
^revdep$
^tests\.R$
^tests_*/$
^tsmp-Ex_i386\.Rout$
^\.theia$
^\.lintr$
^\.gitpod.*$
^\.docker.*$
^tsmp-Ex_x64\.Rout$
^tsmp.*\.tar\.gz$
^tsmp.*\.tgz$
^tsmp\.Rcheck$
File renamed without changes.
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2020-02-27.
Once it is accepted, delete this file and tag the release (commit 93ef82108a).
This package was submitted to CRAN on 2020-02-28.
Once it is accepted, delete this file and tag the release (commit 6a49dffeb6).
29 changes: 15 additions & 14 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: tsmp
Title: Time Series with Matrix Profile
Version: 0.4.5
Version: 0.4.8
Authors@R:
c(person(given = "Francisco",
family = "Bischoff",
Expand Down Expand Up @@ -44,24 +44,25 @@ BugReports:
Depends:
R (>= 3.2)
Imports:
audio (>= 0.1-6),
audio,
checkmate,
doSNOW (>= 1.0.18),
doSNOW,
foreach,
magrittr (>= 1.5),
magrittr,
parallel,
progress (>= 1.2.2),
Rcpp (>= 1.0.3),
RcppParallel (>= 4.4.4),
progress,
Rcpp,
RcppParallel,
RJSONIO
Suggests:
covr (>= 3.4.0),
gdtools (>= 0.2.1),
knitr (>= 1.28),
raster (>= 3.0-12),
spelling (>= 2.1),
testthat (>= 2.3.1),
vdiffr (>= 0.3.1)
covr,
gdtools,
knitr,
rmarkdown,
raster,
spelling,
testthat,
vdiffr
LinkingTo:
Rcpp (>= 1.0.3),
RcppParallel (>= 4.4.4)
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->

tsmp 0.4.5
tsmp 0.4.8
==========

- Added MPdist algorithm to compare two time series.
Expand Down
2 changes: 1 addition & 1 deletion NEWS.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ knitr::opts_chunk$set(
)
```

# tsmp 0.4.5
# tsmp 0.4.8
* Added MPdist algorithm to compare two time series.
* Added `find_snippet()` that uses MPdist to show representative data.
* Added `mpx()` algorithm that doesn't depends on FFT.
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
NEWS
================
Francisco Bischoff
\- 27 Feb 2020
\- 28 Feb 2020

<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->

# tsmp 0.4.5
# tsmp 0.4.8

- Added MPdist algorithm to compare two time series.
- Added `find_snippet()` that uses MPdist to show representative data.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
README
================
Francisco Bischoff
\- 27 Feb 2020
\- 28 Feb 2020

<!-- README.md is generated from README.Rmd. Please edit that file -->

Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

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

2 changes: 1 addition & 1 deletion docs/CODE_OF_CONDUCT.html

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

2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.html

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

2 changes: 1 addition & 1 deletion docs/ISSUE_TEMPLATE.html

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

2 changes: 1 addition & 1 deletion docs/LICENSE.html

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

2 changes: 1 addition & 1 deletion docs/SUPPORT.html

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

2 changes: 1 addition & 1 deletion docs/articles/index.html

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

4 changes: 2 additions & 2 deletions docs/articles/press.html

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

2 changes: 1 addition & 1 deletion docs/authors.html

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

4 changes: 2 additions & 2 deletions docs/index.html

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

8 changes: 4 additions & 4 deletions docs/news/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 docs/reference/analyze.html

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

2 changes: 1 addition & 1 deletion docs/reference/as.matrixprofile.html

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

2 changes: 1 addition & 1 deletion docs/reference/av_apply.html

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

2 changes: 1 addition & 1 deletion docs/reference/av_complexity.html

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

2 changes: 1 addition & 1 deletion docs/reference/av_hardlimit_artifact.html

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

2 changes: 1 addition & 1 deletion docs/reference/av_motion_artifact.html

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

2 changes: 1 addition & 1 deletion docs/reference/av_stop_word.html

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

2 changes: 1 addition & 1 deletion docs/reference/av_zerocrossing.html

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

Loading

0 comments on commit 6fbbb71

Please sign in to comment.