Package: finRiskPractical Type: Package Title: Teaching Scripts for Financial Risk Analytics Practicals Version: 0.1.0 Authors@R: person("Phanthomx", email = "you@example.com", role = c("aut", "cre")) Description: A collection of ten worked practical scripts covering R fundamentals, term structure modelling, market risk (VaR), credit risk (Markov chains), operational risk (frequency-severity models), volatility (GARCH), portfolio optimisation, Monte Carlo risk simulation, and a Shiny risk dashboard. Each Practical*() function prints the annotated R code for that topic so it can be copied, run, and studied interactively. This package intentionally ships the material as printable teaching code rather than as executed computations, so it has no hard dependency on the packages used inside the printed examples (minpack.lm, evd, rugarch, quadprog, shiny); install those separately if you want to run the printed code yourself. License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.2 URL: https://github.com/phanthomx/finRiskPractical BugReports: https://github.com/phanthomx/finRiskPractical/issues Repository: https://phanthomx.r-universe.dev Date/Publication: 2026-07-03 20:20:49 UTC RemoteUrl: https://github.com/phanthomx/finRiskPractical RemoteRef: HEAD RemoteSha: deedd4552a7349b9413a1a30472d6a12995c38ee NeedsCompilation: no Packaged: 2026-07-03 21:00:18 UTC; root Author: Phanthomx [aut, cre] Maintainer: Phanthomx