Deploying to gh-pages from @ agdamsbo/FreesearchR@7408227788 🚀

This commit is contained in:
agdamsbo 2026-03-24 13:15:50 +00:00
commit 5520c71d86
6 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ articles:
missingness: missingness.html missingness: missingness.html
session: session.html session: session.html
visuals: visuals.html visuals: visuals.html
last_built: 2026-03-24T12:24Z last_built: 2026-03-24T13:14Z
urls: urls:
reference: https://agdamsbo.github.io/FreesearchR/reference reference: https://agdamsbo.github.io/FreesearchR/reference
article: https://agdamsbo.github.io/FreesearchR/articles article: https://agdamsbo.github.io/FreesearchR/articles

View file

@ -750,7 +750,7 @@ One of c("stack", "dodge", "fill")</p></dd>
<span class="r-out co"><span class="r-pr">#&gt;</span> list()</span> <span class="r-out co"><span class="r-pr">#&gt;</span> list()</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> </span> <span class="r-out co"><span class="r-pr">#&gt;</span> </span>
<span class="r-out co"><span class="r-pr">#&gt;</span> $plot_env</span> <span class="r-out co"><span class="r-pr">#&gt;</span> $plot_env</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;environment: 0x563f6fcd4f60&gt;</span> <span class="r-out co"><span class="r-pr">#&gt;</span> &lt;environment: 0x5578ebf42900&gt;</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> </span> <span class="r-out co"><span class="r-pr">#&gt;</span> </span>
<span class="r-out co"><span class="r-pr">#&gt;</span> $code</span> <span class="r-out co"><span class="r-pr">#&gt;</span> $code</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> FreesearchR::plot_violin(pri = "mpg", sec = "cyl", ter = NULL, </span> <span class="r-out co"><span class="r-pr">#&gt;</span> FreesearchR::plot_violin(pri = "mpg", sec = "cyl", ter = NULL, </span>

View file

@ -706,7 +706,7 @@ create_plot(mtcars, "plot_violin", "mpg", "cyl") |> attributes()
#> list() #> list()
#> #>
#> $plot_env #> $plot_env
#> <environment: 0x563f6fcd4f60> #> <environment: 0x5578ebf42900>
#> #>
#> $code #> $code
#> FreesearchR::plot_violin(pri = "mpg", sec = "cyl", ter = NULL, #> FreesearchR::plot_violin(pri = "mpg", sec = "cyl", ter = NULL,

View file

@ -139,7 +139,7 @@
<span class="r-out co"><span class="r-pr">#&gt;</span> z$qr &lt;- NULL</span> <span class="r-out co"><span class="r-pr">#&gt;</span> z$qr &lt;- NULL</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> z</span> <span class="r-out co"><span class="r-pr">#&gt;</span> z</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> }</span> <span class="r-out co"><span class="r-pr">#&gt;</span> }</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;bytecode: 0x563f6dbfbdf0&gt;</span> <span class="r-out co"><span class="r-pr">#&gt;</span> &lt;bytecode: 0x5578eeb73698&gt;</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;environment: namespace:stats&gt;</span> <span class="r-out co"><span class="r-pr">#&gt;</span> &lt;environment: namespace:stats&gt;</span>
</code></pre></div> </code></pre></div>
</div> </div>

View file

@ -95,6 +95,6 @@ getfun("stats::lm")
#> z$qr <- NULL #> z$qr <- NULL
#> z #> z
#> } #> }
#> <bytecode: 0x563f6dbfbdf0> #> <bytecode: 0x5578eeb73698>
#> <environment: namespace:stats> #> <environment: namespace:stats>
``` ```

File diff suppressed because one or more lines are too long