diff --git a/R/use-poisson-pkgdown.R b/R/use-poisson-pkgdown.R index 9318e35..d8457dd 100644 --- a/R/use-poisson-pkgdown.R +++ b/R/use-poisson-pkgdown.R @@ -33,7 +33,7 @@ use_poisson_pkgdown <- function(pkg = getwd()) { config$template$params$bootswatch <- NULL config$template$includes$before_title <- NULL if (!is.null(config$template$bootstrap)) { - config$template$bootstrap <- 5 + config$template$bootstrap <- 5L } yaml::write_yaml(config, file.path(pkg, config_path)) }