-
-
Notifications
You must be signed in to change notification settings - Fork 3
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 #1 from Techtonique/vine-sim
Vine sim
- Loading branch information
Showing
47 changed files
with
504 additions
and
4,215 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 |
---|---|---|
|
@@ -3,3 +3,6 @@ | |
^ESGtoolkit\.Rcheck$ | ||
^ESGtoolkit.*\.tar\.gz$ | ||
^ESGtoolkit.*\.tgz$ | ||
^_pkgdown\.yml$ | ||
^docs$ | ||
^pkgdown$ |
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 |
---|---|---|
|
@@ -8,3 +8,4 @@ src/*.dll | |
ESGtoolkit.Rcheck/ | ||
ESGtoolkit*.tar.gz | ||
ESGtoolkit*.tgz | ||
docs |
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,26 @@ | ||
Package: ESGtoolkit | ||
Type: Package | ||
Title: Toolkit for Monte Carlo Simulations | ||
Version: 0.2.0 | ||
Date: 2020-01-12 | ||
Author: Thierry Moudiki | ||
Maintainer: Thierry Moudiki <thierry.moudiki@gmail.com> | ||
Version: 0.3.0 | ||
Date: 2020-10-07 | ||
Authors@R: c( | ||
person("T.", "Moudiki", , "thierry.moudiki@gmail.com", role = c("aut", "cre") | ||
) | ||
) | ||
URL: https://techtonique.github.io/ESGtoolkit/ | ||
BugReports: https://github.com/Techtonique/ESGtoolkit/issues | ||
Maintainer: T. Moudiki <thierry.moudiki@gmail.com> | ||
Description: A toolkit for Monte Carlo Simulations in Finance, Economics, Insurance, Physics. Multiple simulation models can be created by combining building blocks provided in the package. | ||
License: BSD_3_clause Clear + file LICENSE | ||
Depends: CDVine, ggplot2, gridExtra, reshape2, ycinterextra | ||
Depends: ggplot2, gridExtra, reshape2, ycinterextra, VineCopula, randtoolbox | ||
Imports: Rcpp(>= 0.11.0) | ||
Suggests: | ||
knitr, | ||
fOptions, | ||
devtools, | ||
testthat | ||
LinkingTo: Rcpp | ||
VignetteBuilder: knitr | ||
Collate: 'RcppExports.R' 'fwdrates.R' 'plots.R' 'simulations.R' 'tests.R' 'tools.R' | ||
Collate: 'RcppExports.R' 'fwdrates.R' 'plots.R' 'simulations_risks.R' 'simulations_shocks.R' 'tests.R' 'tools.R' 'zzz.R' | ||
Packaged: 2014-06-12 23:32:30 UTC; Thierry | ||
NeedsCompilation: yes | ||
Repository: CRAN | ||
Date/Publication: 2014-06-13 06:17:14 | ||
RoxygenNote: 7.0.2 | ||
RoxygenNote: 7.1.1 |
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,17 @@ | ||
# version 0.3.0 | ||
|
||
- Use [VineCopula](http://tnagler.github.io/VineCopula/) package instead of CDVine (archived) for dependency simulation (means there's also now VineCopula's R-Vine Copulas simulation) | ||
- Remove roxygen2 comments | ||
- Create website with pkgdown, including docs --> https://techtonique.github.io/ESGtoolkit/ | ||
|
||
|
||
# version 0.2.0 | ||
|
||
- refactor files | ||
- add reproductibility seeds | ||
- update vignette | ||
- update LICENSE | ||
|
||
# version 0.1.0 | ||
|
||
- Initial version |
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
Oops, something went wrong.