From 9da9248ec066a804e4d72b6b0ef1bbcd973b18c1 Mon Sep 17 00:00:00 2001 From: Martin Chan Date: Wed, 18 Nov 2020 15:13:11 +0000 Subject: [PATCH] feat: re-insert _pkgdown.yml - Also adding in an omitted change to create_dist.Rd --- _pkgdown.yml | 36 ++++++++++++++++++++++++++++++++++++ man/create_dist.Rd | 3 ++- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 _pkgdown.yml diff --git a/_pkgdown.yml b/_pkgdown.yml new file mode 100644 index 00000000..c58ae86c --- /dev/null +++ b/_pkgdown.yml @@ -0,0 +1,36 @@ +template: + params: + bootswatch: cosmo + +navbar: + structure: + left: + - home + - intro + - guide + - reference + - articles + - tutorials + - news + right: github + components: + home: + icon: fas fa-home fa-lg + href: index.html + guide: + text: Analyst Guide + href: analyst_guide.html + reference: + text: Reference + href: reference/index.html + news: + text: Changelog + href: news/index.html + github: + icon: fab fa-github fa-lg + href: https://github.com/microsoft/wpa/ + articles: + text: Articles + menu: + - text: Introduction to {wpa} + href: articles/intro-to-wpa.html diff --git a/man/create_dist.Rd b/man/create_dist.Rd index eae5d917..e1ea16d6 100644 --- a/man/create_dist.Rd +++ b/man/create_dist.Rd @@ -11,7 +11,8 @@ create_dist( mingroup = 5, return = "plot", cut = c(15, 20, 25), - dist_colours = c("#facebc", "#fcf0eb", "#b4d5dd", "#bfe5ee") + dist_colours = c("#facebc", "#fcf0eb", "#b4d5dd", "#bfe5ee"), + unit = "hours" ) } \arguments{