Skip to content

Commit

Permalink
Remove packages not used
Browse files Browse the repository at this point in the history
  • Loading branch information
vwmaus committed Oct 20, 2019
1 parent a75b74e commit 6307ca2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: dtwSat
Type: Package
Title: Time-Weighted Dynamic Time Warping for Satellite Image Time Series Analysis
Version: 0.2.6.9999
Date: 2019-03-17
Date: 2019-10-20
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('Nikolas', 'Kuschnig', role = c('ctb')),
Expand Down Expand Up @@ -43,12 +43,10 @@ Imports:
Suggests:
knitr,
rmarkdown,
rticles,
gridExtra,
grid,
png,
Hmisc,
tikzDevice
Hmisc
License: GPL (>= 2) | file LICENSE
URL: https://github.com/vwmaus/dtwSat/
BugReports: https://github.com/vwmaus/dtwSat/issues
Expand Down Expand Up @@ -100,5 +98,6 @@ Collate:
'twdtwCrossValidate.R'
'twdtwDist.R'
'twdtwXtable.R'
'twdtw_reduce_time.R'
'zzz.R'
RdMacros: Rdpack
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by roxygen2: do not edit by hand

export(.twdtw_reduce_time)
export(asymmetric)
export(createPatterns)
export(getDatesFromDOY)
Expand Down

0 comments on commit 6307ca2

Please sign in to comment.