Skip to content

Commit

Permalink
update example reference materials for examples
Browse files Browse the repository at this point in the history
gavinsimpson committed Mar 5, 2024

Verified

This commit was signed with the committer’s verified signature.
gavinsimpson Gavin Simpson
1 parent 175c069 commit 2670eb4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/Examples/gratia-Ex.Rout.save
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

R version 4.3.2 (2023-10-31) -- "Eye Holes"
Copyright (C) 2023 The R Foundation for Statistical Computing
R version 4.3.3 (2024-02-29) -- "Angel Food Cake"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
@@ -1507,11 +1507,11 @@ pmax(exp(eta), .Machine$double.eps)
> link(mod, parameter = "scale")
function (mu)
log(1/mu - 0.01)
<environment: 0x55de4644ee88>
<environment: 0x55fcfb64ed08>
> inv_link(mod, parameter = "scale")
function (eta)
1/(exp(eta) + 0.01)
<environment: 0x55de4644ee88>
<environment: 0x55fcfb64ed08>
>
> ## Works with `family` objects too
> link(shash(), parameter = "skewness")
@@ -1882,8 +1882,8 @@ detaching ‘package:mgcv’
>
> ### Name: penalty
> ### Title: Extract and tidy penalty matrices
> ### Aliases: penalty penalty.gam penalty.mgcv.smooth penalty.tensor.smooth
> ### penalty.t2.smooth penalty.re.smooth.spec
> ### Aliases: penalty penalty.default penalty.gam penalty.mgcv.smooth
> ### penalty.tensor.smooth penalty.t2.smooth penalty.re.smooth.spec
>
> ### ** Examples
>
@@ -2625,7 +2625,7 @@ detaching ‘package:mgcv’

> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 33.091 0.332 32.783 0 0
Time elapsed: 47.804 0.443 46.928 0 0
> grDevices::dev.off()
null device
1

0 comments on commit 2670eb4

Please sign in to comment.