projects
/
talweg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c74a8e
)
rename pkg --> talweg
author
Benjamin Auder
<benjamin.auder@somewhere>
Mon, 13 Mar 2017 18:20:28 +0000
(19:20 +0100)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Mon, 13 Mar 2017 18:20:28 +0000
(19:20 +0100)
28 files changed:
talweg/DESCRIPTION
[moved from
pkg/DESCRIPTION
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/LICENSE
[moved from
pkg/LICENSE
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/R/Data.R
[moved from
pkg/R/Data.R
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/R/F_Average.R
[moved from
pkg/R/F_Average.R
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/R/F_Neighbors.R
[moved from
pkg/R/F_Neighbors.R
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/R/F_Persistence.R
[moved from
pkg/R/F_Persistence.R
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/R/F_Zero.R
[moved from
pkg/R/F_Zero.R
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/R/Forecast.R
[moved from
pkg/R/Forecast.R
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/R/Forecaster.R
[moved from
pkg/R/Forecaster.R
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/R/J_Neighbors.R
[moved from
pkg/R/J_Neighbors.R
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/R/J_Persistence.R
[moved from
pkg/R/J_Persistence.R
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/R/J_Zero.R
[moved from
pkg/R/J_Zero.R
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/R/computeError.R
[moved from
pkg/R/computeError.R
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/R/computeForecast.R
[moved from
pkg/R/computeForecast.R
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/R/getData.R
[moved from
pkg/R/getData.R
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/R/plot.R
[moved from
pkg/R/plot.R
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/R/utils.R
[moved from
pkg/R/utils.R
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/inst/extdata/meteo_extra_noNAs.csv
[moved from
pkg/inst/extdata/meteo_extra_noNAs.csv
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/inst/extdata/pm10_mesures_H_loc.csv
[moved from
pkg/inst/extdata/pm10_mesures_H_loc.csv
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/inst/extdata/pm10_mesures_H_loc_report.csv
[moved from
pkg/inst/extdata/pm10_mesures_H_loc_report.csv
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/inst/testdata/exo_test.csv
[moved from
pkg/inst/testdata/exo_test.csv
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/inst/testdata/ts_test.csv
[moved from
pkg/inst/testdata/ts_test.csv
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/man/talweg-package.Rd
[moved from
pkg/man/talweg-package.Rd
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/tests/testthat.R
[moved from
pkg/tests/testthat.R
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/tests/testthat/test.Forecaster.R
[moved from
pkg/tests/testthat/test.Forecaster.R
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/tests/testthat/test.computeFilaments.R
[moved from
pkg/tests/testthat/test.computeFilaments.R
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/tests/testthat/test.dateIndexToInteger.R
[moved from
pkg/tests/testthat/test.dateIndexToInteger.R
with 100% similarity]
patch
|
blob
|
blame
|
history
talweg/vignettes/talweg.Rmd
[moved from
pkg/vignettes/talweg.Rmd
with 100% similarity]
patch
|
blob
|
blame
|
history
diff --git
a/pkg/DESCRIPTION
b/talweg/DESCRIPTION
similarity index 100%
rename from
pkg/DESCRIPTION
rename to
talweg/DESCRIPTION
diff --git
a/pkg/LICENSE
b/talweg/LICENSE
similarity index 100%
rename from
pkg/LICENSE
rename to
talweg/LICENSE
diff --git
a/pkg/R/Data.R
b/talweg/R/Data.R
similarity index 100%
rename from
pkg/R/Data.R
rename to
talweg/R/Data.R
diff --git
a/pkg/R/F_Average.R
b/talweg/R/F_Average.R
similarity index 100%
rename from
pkg/R/F_Average.R
rename to
talweg/R/F_Average.R
diff --git
a/pkg/R/F_Neighbors.R
b/talweg/R/F_Neighbors.R
similarity index 100%
rename from
pkg/R/F_Neighbors.R
rename to
talweg/R/F_Neighbors.R
diff --git
a/pkg/R/F_Persistence.R
b/talweg/R/F_Persistence.R
similarity index 100%
rename from
pkg/R/F_Persistence.R
rename to
talweg/R/F_Persistence.R
diff --git
a/pkg/R/F_Zero.R
b/talweg/R/F_Zero.R
similarity index 100%
rename from
pkg/R/F_Zero.R
rename to
talweg/R/F_Zero.R
diff --git
a/pkg/R/Forecast.R
b/talweg/R/Forecast.R
similarity index 100%
rename from
pkg/R/Forecast.R
rename to
talweg/R/Forecast.R
diff --git
a/pkg/R/Forecaster.R
b/talweg/R/Forecaster.R
similarity index 100%
rename from
pkg/R/Forecaster.R
rename to
talweg/R/Forecaster.R
diff --git
a/pkg/R/J_Neighbors.R
b/talweg/R/J_Neighbors.R
similarity index 100%
rename from
pkg/R/J_Neighbors.R
rename to
talweg/R/J_Neighbors.R
diff --git
a/pkg/R/J_Persistence.R
b/talweg/R/J_Persistence.R
similarity index 100%
rename from
pkg/R/J_Persistence.R
rename to
talweg/R/J_Persistence.R
diff --git
a/pkg/R/J_Zero.R
b/talweg/R/J_Zero.R
similarity index 100%
rename from
pkg/R/J_Zero.R
rename to
talweg/R/J_Zero.R
diff --git
a/pkg/R/computeError.R
b/talweg/R/computeError.R
similarity index 100%
rename from
pkg/R/computeError.R
rename to
talweg/R/computeError.R
diff --git
a/pkg/R/computeForecast.R
b/talweg/R/computeForecast.R
similarity index 100%
rename from
pkg/R/computeForecast.R
rename to
talweg/R/computeForecast.R
diff --git
a/pkg/R/getData.R
b/talweg/R/getData.R
similarity index 100%
rename from
pkg/R/getData.R
rename to
talweg/R/getData.R
diff --git
a/pkg/R/plot.R
b/talweg/R/plot.R
similarity index 100%
rename from
pkg/R/plot.R
rename to
talweg/R/plot.R
diff --git
a/pkg/R/utils.R
b/talweg/R/utils.R
similarity index 100%
rename from
pkg/R/utils.R
rename to
talweg/R/utils.R
diff --git
a/pkg/inst/extdata/meteo_extra_noNAs.csv
b/talweg/inst/extdata/meteo_extra_noNAs.csv
similarity index 100%
rename from
pkg/inst/extdata/meteo_extra_noNAs.csv
rename to
talweg/inst/extdata/meteo_extra_noNAs.csv
diff --git
a/pkg/inst/extdata/pm10_mesures_H_loc.csv
b/talweg/inst/extdata/pm10_mesures_H_loc.csv
similarity index 100%
rename from
pkg/inst/extdata/pm10_mesures_H_loc.csv
rename to
talweg/inst/extdata/pm10_mesures_H_loc.csv
diff --git
a/pkg/inst/extdata/pm10_mesures_H_loc_report.csv
b/talweg/inst/extdata/pm10_mesures_H_loc_report.csv
similarity index 100%
rename from
pkg/inst/extdata/pm10_mesures_H_loc_report.csv
rename to
talweg/inst/extdata/pm10_mesures_H_loc_report.csv
diff --git
a/pkg/inst/testdata/exo_test.csv
b/talweg/inst/testdata/exo_test.csv
similarity index 100%
rename from
pkg/inst/testdata/exo_test.csv
rename to
talweg/inst/testdata/exo_test.csv
diff --git
a/pkg/inst/testdata/ts_test.csv
b/talweg/inst/testdata/ts_test.csv
similarity index 100%
rename from
pkg/inst/testdata/ts_test.csv
rename to
talweg/inst/testdata/ts_test.csv
diff --git
a/pkg/man/talweg-package.Rd
b/talweg/man/talweg-package.Rd
similarity index 100%
rename from
pkg/man/talweg-package.Rd
rename to
talweg/man/talweg-package.Rd
diff --git
a/pkg/tests/testthat.R
b/talweg/tests/testthat.R
similarity index 100%
rename from
pkg/tests/testthat.R
rename to
talweg/tests/testthat.R
diff --git
a/pkg/tests/testthat/test.Forecaster.R
b/talweg/tests/testthat/test.Forecaster.R
similarity index 100%
rename from
pkg/tests/testthat/test.Forecaster.R
rename to
talweg/tests/testthat/test.Forecaster.R
diff --git
a/pkg/tests/testthat/test.computeFilaments.R
b/talweg/tests/testthat/test.computeFilaments.R
similarity index 100%
rename from
pkg/tests/testthat/test.computeFilaments.R
rename to
talweg/tests/testthat/test.computeFilaments.R
diff --git
a/pkg/tests/testthat/test.dateIndexToInteger.R
b/talweg/tests/testthat/test.dateIndexToInteger.R
similarity index 100%
rename from
pkg/tests/testthat/test.dateIndexToInteger.R
rename to
talweg/tests/testthat/test.dateIndexToInteger.R
diff --git
a/pkg/vignettes/talweg.Rmd
b/talweg/vignettes/talweg.Rmd
similarity index 100%
rename from
pkg/vignettes/talweg.Rmd
rename to
talweg/vignettes/talweg.Rmd