R Under development (unstable) (2024-12-15 r87442 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(creditr) IF YOU USE THIS creditr PACKAGE, YOUR USE WILL SIGNIFY YOUR UNDERSTANDING AND IRREVOCABLE ACCEPTANCE OF THIS LICENSE AND ITS TERMS, WHICH INCORPORATE BY REFERENCE THE INTERNATIONAL SWAPS AND DERIVATIVES ASSOCIATION, INC.'S CDS STANDARD MODEL PUBLIC LICENSE, WHICH IS AVAILABLE AT http://www.cdsmodel.com/cdsmodel/cds-disclaimer.page before using the package. NOTHING IN THIS LICENSE RESTRICTS YOUR ABILITY TO USE THE ISDA(R) CDS STANDARD MODEL. DISCLAIMER: ISDA HAS NEITHER REVIEWED, APPROVED NOR ENDORSED THE USE OF THE creditr PACKAGE. THOSE PERSONS USING THIS CDS PACKAGE ARE ENCOURAGED TO SEEK THE ADVICE OF A LEGAL PROFESSIONAL TO EVALUATE ITS SUITABILITY FOR THEIR USE. ISDA(R) is a registered mark of the International Swaps and Derivatives Association, Inc. > > test_check("creditr") [ FAIL 0 | WARN 0 | SKIP 8 | PASS 111 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • empty test (8): 'test_CS10.R:3:1', 'test_IR_DV01.R:3:1', 'test_add_conventions.R:11:1', 'test_get_rates.R:3:1', 'test_rec_risk_01.R:3:1', 'test_spread_DV01.R:5:1', 'test_spread_to_pd.R:3:1', 'test_upfront_to_spread.R:5:1' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 111 ] > > proc.time() user system elapsed 4.73 0.78 6.12