Nothing
#' Get machine variant for snapshot tests
#'
#' @return [character] the variant
#'
#' @keywords internal
#' @export
prep_get_variant <- function() {
v <- paste0("R", getRversion()[, 1:2])
# if (v == "R4.4") { # current developer version
# return(NULL)
# } else {
return(v)
# }
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.