From 79163271f4bfc22f370758976eb2e613b4d98a6a Mon Sep 17 00:00:00 2001 From: chainsawriot Date: Wed, 14 Dec 2022 17:07:48 +0100 Subject: [PATCH] Fix the clashing documentation between `rtoot` and `rtoot-package` ref tidymodels/hardhat#130 --- R/rtoot-package.R | 1 + man/rtoot-package.Rd | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/R/rtoot-package.R b/R/rtoot-package.R index 0a0238c..e34233f 100644 --- a/R/rtoot-package.R +++ b/R/rtoot-package.R @@ -17,4 +17,5 @@ #' Get started by reading `vignette("rtoot")`. and browse all vignettes with `browseVignettes(package = "rtoot")` #' #' @keywords internal +#' @aliases rtoot-package "_PACKAGE" diff --git a/man/rtoot-package.Rd b/man/rtoot-package.Rd index c76cbc6..bfa8ba1 100644 --- a/man/rtoot-package.Rd +++ b/man/rtoot-package.Rd @@ -2,8 +2,8 @@ % Please edit documentation in R/rtoot-package.R \docType{package} \name{rtoot-package} -\alias{rtoot} \alias{rtoot-package} +\alias{_PACKAGE} \title{rtoot: Collect Mastodon data from R} \description{ rtoots provides a range of functions to interact with the Mastodon API.