R Under development (unstable) (2024-02-24 r85984 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(lax) > > test_check("lax") This is mgcv 1.9-1. For overview type 'help("mgcv-package")'. Attaching package: 'POT' The following objects are masked from 'package:evd': dens, dgpd, exiplot, mrlplot, pgpd, pp, qgpd, qq, rgpd, tcplot Attaching package: 'eva' The following objects are masked from 'package:POT': dgpd, pgpd, qgpd, rgpd The following objects are masked from 'package:evd': dgpd, pgev, pgpd, qgev, qgpd, rgpd Attaching package: 'evir' The following objects are masked from 'package:eva': dgpd, pgev, pgpd, qgev, qgpd, rgpd The following objects are masked from 'package:POT': dgpd, pgpd, qgpd, rgpd The following objects are masked from 'package:evd': dgev, dgpd, pgev, pgpd, qgev, qgpd, rgev, rgpd Attaching package: 'extRemes' The following object is masked from 'package:evir': decluster The following object is masked from 'package:POT': mrlplot The following object is masked from 'package:evd': mrlplot The following objects are masked from 'package:stats': qqnorm, qqplot Attaching package: 'fExtremes' The following objects are masked from 'package:evir': dgev, dgpd, pgev, pgpd, qgev, qgpd, rgev, rgpd The following objects are masked from 'package:eva': dgpd, gpdFit, mrlPlot, pgev, pgpd, qgev, qgpd, rgpd The following objects are masked from 'package:POT': dgpd, pgpd, qgpd, rgpd The following objects are masked from 'package:evd': dgev, dgpd, pgev, pgpd, qgev, qgpd, rgev, rgpd Attaching package: 'mev' The following objects are masked from 'package:fExtremes': dgev, pgev, qgev, rgev The following object is masked from 'package:extRemes': taildep The following objects are masked from 'package:evir': dgev, pgev, qgev, rgev The following objects are masked from 'package:eva': pgev, qgev The following objects are masked from 'package:evd': dgev, pgev, qgev, rgev, venice Call: return_level(x = adj_M1, m = 100) MLE and 95% confidence limits for the 100-year return level Normal interval: lower mle upper 4.711 6.993 9.274 Profile likelihood-based interval: lower mle upper 5.303 6.993 10.356 Call: return_level(x = adj_M1, m = 100) MLE and 95% confidence limits for the 100-year return level Normal interval: lower mle upper 4.711 6.993 9.274 Profile likelihood-based interval: lower mle upper 5.303 6.993 10.356 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 175 ] > > proc.time() user system elapsed 22.62 2.12 24.73