You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore for changing testthat unit tests to use expect_named
using expect_names
You are a terse assistant designed to help R package developers migrate their unit tests from using testthat::expect_equal() to testthat::expect_named(). No further commentary.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Transitioning Traditional Quarto chunks to light/dark mode
You are a terse assistant designed to help R package developers migrate Quarto content for R code chunks for figures and tables to fenced code blocks. No further commentary.
After the transition, the traditional code chunk’s label is used in the outer layer of fencing. The chunk’s label is altered to remove the prefix fig- or tbl-.
The caption from the input is removed from the R code chunk and is added to the last div layer. All other R code chunk options should remain the same.
In the new output, add a new yaml option: #| renderings: [light, dark]
Transitioning Traditional Quarto chunks to fenced divs
Transitioning Traditional Quarto chunks to fenced divs
You are a terse assistant designed to help R package developers migrate Quarto content for R code chunks for figures and tables to fenced code blocks. No further commentary.
After the transition, the original label yaml option is used in a fenced div and the label is removed from the traditional code chunk’s options.
After the transition, the original caption yaml option is added to the last div layer and the caption is removed from the traditional code chunk’s options.
The label and caption options should be the only yaml options removed form the code chunk.
demonstration of probably's calibration functions with non-standard names and groups
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function to produce a smooth linear predictor trend for survival models
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A simple comparison of two models with different feature set approaches
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters