Skip to content

Commit

Permalink
Update pkgdown config
Browse files Browse the repository at this point in the history
  • Loading branch information
chartgerink committed Nov 13, 2024
1 parent aa41295 commit 4494240
Show file tree
Hide file tree
Showing 10 changed files with 843 additions and 10 deletions.
2 changes: 2 additions & 0 deletions R/defaults.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#'
#' @return vector
#'
#' @keywords internal
#'
update_or_append <- function(x, ...) {
lst <- rlang::dots_list(..., .named = TRUE)

Expand Down
1 change: 1 addition & 0 deletions man/update_or_append.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 18 additions & 10 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,28 @@ development:
reference:
- title: Package Overview
contents:
- linelist
- linelist
- title: Make and Validate `linelist`
contents:
- make_linelist
- validate_linelist
- validate_types
- make_linelist
- validate_linelist
- validate_types
- title: S3 Methods for `linelist` Objects
contents:
- ends_with("\\.linelist")
- -has_keyword("deprecated")
- title: Manipulate `linelist` Tags
- ends_with("\\.linelist")
- -has_keyword("deprecated")
- title: Manipulate `linelist` Labels
contents:
- contains("tag")
- -has_keyword("deprecated")
- contains("label")
- -has_keyword("deprecated")
- title: Default values for `linelist`
contents:
- contains("default")
- -has_keyword("deprecated")
- title: Handling types in `linelist`
contents:
- contains("types")
- -has_keyword("deprecated")
- title: Deprecated Functions
contents:
- has_keyword("deprecated")
- has_keyword("deprecated")
Binary file added pkgdown/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon.ico
Binary file not shown.
801 changes: 801 additions & 0 deletions pkgdown/favicon/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions pkgdown/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Binary file added pkgdown/favicon/web-app-manifest-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/web-app-manifest-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4494240

Please sign in to comment.