diff --git a/packages.qmd b/packages.qmd index 65e46fa..ebfa3f6 100644 --- a/packages.qmd +++ b/packages.qmd @@ -40,13 +40,17 @@ repo <- function(pkg, org) { glue::glue() } open_issue <- function(pkg, org) { - ' Report an issue' |> + # ' Report an issue' |> + # glue::glue() + 'report_issue' |> glue::glue() } website <- function(pkg, org) { - web <- "https://{org}.github.io/{pkg}/" |> - glue::glue() - ' Documentation website' |> + # web <- "https://{org}.github.io/{pkg}/" |> + # glue::glue() + # ' Documentation website' |> + # glue::glue() + 'documentation' |> glue::glue() } readme <- function(repo) {