-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from lehmasve/dev
Dev
- Loading branch information
Showing
13 changed files
with
55 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ | |
^CRAN-SUBMISSION$ | ||
^\.github$ | ||
^codecov\.yml$ | ||
^cran-comments\.md$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,31 @@ | ||
Package: hdflex | ||
Type: Package | ||
Package: hdflex | ||
Title: High-Dimensional Density Forecast Combinations | ||
Version: 0.1.0 | ||
Date: 2023-02-06 | ||
Authors@R: c( | ||
person("Sven", "Lehmann", | ||
email = "sven.lehmann@uni-rostock.de", | ||
role = c("aut", "cre")), | ||
person("Philipp", "Adämmer", | ||
email = "philipp.adaemmer@uni-greifswald.de", | ||
role = "aut"), | ||
person("Rainer", "Schüssler", | ||
email = "Rainer.schüssler@uni-rostock.de", | ||
role = "aut")) | ||
person("Sven", "Lehmann", , "sven.lehmann@uni-rostock.de", role = c("aut", "cre")), | ||
person("Philipp", "Adämmer", , "philipp.adaemmer@uni-greifswald.de", role = "aut"), | ||
person("Rainer", "Schüssler", , "Rainer.schüssler@uni-rostock.de", role = "aut")) | ||
Maintainer: Sven Lehmann <sven.lehmann@uni-rostock.de> | ||
Description: Provides functions to estimate and evaluate density forecast combinations in a high-dimensional setting. The methods are explained in detail in Adämmer et al (2023) <http://dx.doi.org/10.2139/ssrn.4342487>. | ||
Description: Provides functions to estimate and evaluate density forecast | ||
combinations in a high-dimensional setting. The methods are explained | ||
in detail in Adaemmer et al. (2023) <doi:10.2139/ssrn.4342487>. | ||
License: GPL (>= 2) | ||
Depends: R (>= 4.1.0) | ||
NeedsCompilation: Yes | ||
Depends: | ||
R (>= 4.1.0) | ||
Imports: | ||
parallel (>= 4.1.0), | ||
dplyr (>= 1.1.0), | ||
Rcpp (>= 1.0.10), | ||
roll (>= 1.1.6), | ||
stringr (>= 1.5.0), | ||
checkmate (>= 2.1.0) | ||
LinkingTo: Rcpp, RcppArmadillo | ||
RoxygenNote: 7.2.3 | ||
Encoding: UTF-8 | ||
checkmate (>= 2.1.0), | ||
dplyr (>= 1.1.0), | ||
parallel (>= 4.1.0), | ||
Rcpp (>= 1.0.10), | ||
roll (>= 1.1.6), | ||
stats (>= 4.1.0), | ||
stringr (>= 1.5.0) | ||
Suggests: | ||
covr, | ||
testthat (>= 3.0.0) | ||
testthat (>= 3.0.0) | ||
LinkingTo: Rcpp, RcppArmadillo | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
NeedsCompilation: Yes | ||
RoxygenNote: 7.2.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# hdflex 0.1.0 | ||
|
||
* Added a `NEWS.md` file to track changes to the package. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 1 note | ||
|
||
* This is a new release. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters