From f8a7c1824fdedbb809acd8a0e23400a7a1288cb5 Mon Sep 17 00:00:00 2001 From: njtierney Date: Thu, 2 Feb 2023 11:56:52 +1100 Subject: [PATCH] Add all functions to pkgdown --- .Rbuildignore | 1 + CRAN-SUBMISSION | 3 +++ _pkgdown.yml | 3 +++ 3 files changed, 7 insertions(+) create mode 100644 CRAN-SUBMISSION diff --git a/.Rbuildignore b/.Rbuildignore index 71ab6f4..a05c58a 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -19,3 +19,4 @@ ^\.github$ ^CODE_OF_CONDUCT\.md$ ^codecov\.yml$ +^CRAN-SUBMISSION$ diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION new file mode 100644 index 0000000..938dfb5 --- /dev/null +++ b/CRAN-SUBMISSION @@ -0,0 +1,3 @@ +Version: 0.6.0 +Date: 2023-02-02 00:53:34 UTC +SHA: dc500195b9072e55b9884b4f9eb84070650606ac diff --git a/_pkgdown.yml b/_pkgdown.yml index 19ccf8c..878da22 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -14,11 +14,13 @@ reference: Tools for creating preliminary visualisations to "get a look at the data" contents: - vis_dat + - data-vis-dat - title: "Focus on the missing data" desc: > Specifically display information about the missingness contents: - vis_miss + - data-vis-miss - title: "Compare two dataframes" desc: > Only takes dataframes of the same dimensions @@ -34,6 +36,7 @@ reference: Show the correlation amongst variables in simple function contents: - vis_cor + - data-vis-cor - title: "Display the best guess of what each cell contains" desc: > Potentially reveal other classes in your dataset