Brian Vancil
Brian Vancil
I noticed some discussion in issue #44 that functions in the package grDevices didn't have `grDevices::` prefixes, which caused problems in checks for downstream package (mine included) that use extrafont....
I am new to pull requests, so please let me know if this doesn't meet your standards or you have any questions. This addresses the issue #1 by swapping out...
``` r library("ggplot2") # Installed using: # remotes::install_github("edwinth/paletti", INSTALL_opts = c("--no-multiarch")) library("paletti") # Based off the README.md example but using a list-based palette my_comp_col Error in pal_object(palette = palette, palette_list...
Hello, I was blithely trying to construct JointOrderStatistics for a discrete univariate distribution, ignoring the very clear documentation that only continuous univariate distributions are supported, and found that it hadn't...