From b50dd2c2de8045d8308996c1a456dfc88f486ac1 Mon Sep 17 00:00:00 2001 From: Jerid Francom Date: Thu, 4 Jul 2024 09:48:42 -0400 Subject: [PATCH] Updates pkgdown site structure and news --- NEWS.md | 1 + _pkgdown.yml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 7395843..41c3ff9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,7 @@ * `write_gg()` writes a ggplot object to a file. * `write_kbl()` writes a knitr::kable object to a file. * `write_obj()` writes an R object to a file. +* `find_outliers()` identify observations in a data frame that have outliers for a given variable. # qtkit 0.10.0 diff --git a/_pkgdown.yml b/_pkgdown.yml index 1525923..eafe5fd 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -4,7 +4,6 @@ template: bootswatch: flatly bslib: pkgdown-nav-height: 75px - navbar: bg: secondary structure: @@ -31,8 +30,11 @@ navbar: icon: fas fa-newspaper fa-lg href: news/index.html aria-label: news - reference: + - title: "Inspection functions" + desc: "Functions to inspect data" + contents: + - find_outliers - title: "Data functions" desc: "Functions to manage and manipulate data" contents: @@ -45,14 +47,12 @@ reference: - write_gg - write_kbl - write_obj - articles: - title: "Apply `qtkit` to your workflow" navbar: ~ contents: - document - reports - footer: structure: left: developed_by