First Post Apr 25, 2023 This is a test post. # R code highlight test library(dplyr) iris %>% summarize(Mean.Sepal.Length = mean(Sepal.Length), .by = Species) f <- function(x) sum(dbinom(x, size = 10, prob = 0.5, log = TRUE)) // Rust code highlight test fn main() { println!("Hello world!"); }