From 540456aac90690f9327edd7bbd2119d7473dbd70 Mon Sep 17 00:00:00 2001 From: cicdguy <26552821+cicdguy@users.noreply.github.com> Date: Thu, 8 Feb 2024 08:11:23 -0600 Subject: [PATCH 1/2] Set default landing page for pkgdown docs to `latest-tag` Currently the redirects go to `main` Signed-off-by: cicdguy <26552821+cicdguy@users.noreply.github.com> --- .github/workflows/docs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index fc923fd4e..7aac0d3d0 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -23,3 +23,4 @@ jobs: REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} with: sd-direction: upstream + default-landing-page: latest-tag From edef43b2a8282763857350f996c4f02ec72c7394 Mon Sep 17 00:00:00 2001 From: vedhav Date: Fri, 9 Feb 2024 14:14:39 +0530 Subject: [PATCH 2/2] chore: update docs based using the new roxygen version --- man/int_methods.Rd | 14 +++++++------- man/rheader.Rd | 2 +- man/rtable.Rd | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/man/int_methods.Rd b/man/int_methods.Rd index e5d1fd063..15928d246 100644 --- a/man/int_methods.Rd +++ b/man/int_methods.Rd @@ -357,7 +357,7 @@ split_rows(lyt = NULL, spl, pos, cmpnd_fun = AnalyzeMultiVars) -\S4method{split_rows}{`NULL`}(lyt = NULL, spl, pos, cmpnd_fun = AnalyzeMultiVars) +\S4method{split_rows}{NULL}(lyt = NULL, spl, pos, cmpnd_fun = AnalyzeMultiVars) \S4method{split_rows}{PreDataRowLayout}(lyt = NULL, spl, pos, cmpnd_fun = AnalyzeMultiVars) @@ -369,7 +369,7 @@ split_rows(lyt = NULL, spl, pos, cmpnd_fun = AnalyzeMultiVars) cmpnd_last_rowsplit(lyt, spl, constructor) -\S4method{cmpnd_last_rowsplit}{`NULL`}(lyt, spl, constructor) +\S4method{cmpnd_last_rowsplit}{NULL}(lyt, spl, constructor) \S4method{cmpnd_last_rowsplit}{PreDataRowLayout}(lyt, spl, constructor) @@ -381,7 +381,7 @@ cmpnd_last_rowsplit(lyt, spl, constructor) split_cols(lyt = NULL, spl, pos) -\S4method{split_cols}{`NULL`}(lyt = NULL, spl, pos) +\S4method{split_cols}{NULL}(lyt = NULL, spl, pos) \S4method{split_cols}{PreDataColLayout}(lyt = NULL, spl, pos) @@ -533,7 +533,7 @@ next_cpos(obj, nested = TRUE) last_rowsplit(obj) -\S4method{last_rowsplit}{`NULL`}(obj) +\S4method{last_rowsplit}{NULL}(obj) \S4method{last_rowsplit}{SplitVector}(obj) @@ -773,7 +773,7 @@ content_na_str(obj) <- value \S4method{collect_leaves}{VLeaf}(tt, incl.cont = TRUE, add.labrows = FALSE) -\S4method{collect_leaves}{`NULL`}(tt, incl.cont = TRUE, add.labrows = FALSE) +\S4method{collect_leaves}{NULL}(tt, incl.cont = TRUE, add.labrows = FALSE) \S4method{collect_leaves}{ANY}(tt, incl.cont = TRUE, add.labrows = FALSE) @@ -1049,7 +1049,7 @@ spl_varnames(object) <- value \S4method{fnotes_at_path}{VTableTree,character}(obj, rowpath = NULL, colpath = NULL, reset_idx = TRUE) <- value -\S4method{fnotes_at_path}{VTableTree,`NULL`}(obj, rowpath = NULL, colpath = NULL, reset_idx = TRUE) <- value +\S4method{fnotes_at_path}{VTableTree,NULL}(obj, rowpath = NULL, colpath = NULL, reset_idx = TRUE) <- value \S4method{rbind2}{VTableNodeInfo,missing}(x, y) @@ -1057,7 +1057,7 @@ spl_varnames(object) <- value \S4method{tt_at_path}{VTableTree,ANY,VTableTree}(tt, path, ...) <- value -\S4method{tt_at_path}{VTableTree,ANY,`NULL`}(tt, path, ...) <- value +\S4method{tt_at_path}{VTableTree,ANY,NULL}(tt, path, ...) <- value \S4method{tt_at_path}{VTableTree,ANY,TableRow}(tt, path, ...) <- value diff --git a/man/rheader.Rd b/man/rheader.Rd index fc7cb0d4b..c0372d1bc 100644 --- a/man/rheader.Rd +++ b/man/rheader.Rd @@ -42,8 +42,8 @@ h2 } \seealso{ Other compatibility: -\code{\link{rrowl}()}, \code{\link{rrow}()}, +\code{\link{rrowl}()}, \code{\link{rtable}()} } \concept{compatibility} diff --git a/man/rtable.Rd b/man/rtable.Rd index 5a8e402ab..531de8c72 100644 --- a/man/rtable.Rd +++ b/man/rtable.Rd @@ -124,7 +124,7 @@ tbl2 \seealso{ Other compatibility: \code{\link{rheader}()}, -\code{\link{rrowl}()}, -\code{\link{rrow}()} +\code{\link{rrow}()}, +\code{\link{rrowl}()} } \concept{compatibility}