Skip to content

Commit

Permalink
Prepare release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vwmaus committed May 24, 2018
1 parent 9445a46 commit 871a674
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
^twdtw_results/
^examples/
^.travis.yml$
_config.yml

# Other files
README.md
corinho.R
tardis.f
tardis.o
.git
^\.git/
.gitignore
^README\.Rmd$
^figure$
Expand Down
17 changes: 8 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
Package: dtwSat
Type: Package
Title: Time-Weighted Dynamic Time Warping for Satellite Image Time Series
Analysis
Version: 0.2.4.9999
Date: 2017-06-04
Authors@R: c(person('Victor', 'Maus', role = c('aut', 'cre'), email = '[email protected]'),
person('Marius', 'Appel', role = c('ctb')),
person('Toni', 'Giorgino', role = c('ctb')))
Title: Time-Weighted Dynamic Time Warping for Satellite Image Time Series Analysis
Version: 0.2.4
Date: 2018-05-24
Authors@R: c(person('Victor', 'Maus', role = c('aut', 'cre'), email = '[email protected]', comment = c(ORCID = "0000-0002-7385-4723")),
person('Marius', 'Appel', role = c('ctb')),
person('Toni', 'Giorgino', role = c('ctb')))
Description: Provides an implementation of the Time-Weighted Dynamic Time
Warping (TWDTW) method for land cover mapping using satellite image time series.
TWDTW is based on the Dynamic Time Warping technique and has achieved high
Expand Down Expand Up @@ -51,8 +50,8 @@ Suggests:
License: GPL (>= 2) | file LICENSE
URL: https://github.com/vwmaus/dtwSat/
BugReports: https://github.com/vwmaus/dtwSat/issues
Author: Victor Maus [aut, cre],
Marius Appel [ctb],
Author: Victor Maus [aut, cre] (<https://orcid.org/0000-0002-7385-4723>),
Marius Appel [ctb],
Toni Giorgino [ctb]
Maintainer: Victor Maus <[email protected]>
LazyData: true
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dtwSat v0.2.4.9999
# dtwSat v0.2.4

* New features

Expand All @@ -12,6 +12,8 @@

Improve memory usage and speed of twdtwClassify

Auto recognition of the argument "doy" to avoid naming the argument "doy = doy"

* Fixing bugs

Fix bug in twdtwAssess for class twdtwMatches
Expand Down
8 changes: 7 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
## Test environments
* local Fedora 23 (64-bit), R 3.3.2
* local Ubuntu 16.04 (64-bit), R 3.4.4
* win-builder R-devel and R-release
devtools::check(args = '--as-cran', build_args = '--compact-vignettes=gs+qpdf')
devtools::build_win(args = '--compact-vignettes=gs+qpdf')
devtools::submit_cran(args = '--compact-vignettes=gs+qpdf')


## REVIEWS

# v0.2.4

# v0.2.3

* Fix check error
Expand Down

0 comments on commit 871a674

Please sign in to comment.