From 1a45087cc8cea71bebd4612bb97f8c527cb862f6 Mon Sep 17 00:00:00 2001 From: mrustl Date: Wed, 20 Mar 2024 12:53:11 +0100 Subject: [PATCH] try to fix :book: and GH action --- DESCRIPTION | 2 +- R/plot_commits_github.R | 3 +-- man/plot_commits_github.Rd | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c8cf524..7072c77 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -57,4 +57,4 @@ Remotes: github::uptake/pkgnet@d1e974de299d46e71b082e027a71b8b254edc9b2 Encoding: UTF-8 LazyData: true -RoxygenNote: 7.1.2 +RoxygenNote: 7.3.1 diff --git a/R/plot_commits_github.R b/R/plot_commits_github.R index 933f324..9bb422b 100644 --- a/R/plot_commits_github.R +++ b/R/plot_commits_github.R @@ -1,7 +1,6 @@ #' Plot Commits GitHub #' -#' @param repos_commits tibble as retrieved by -#' \code{\link{github_commits_repos}} +#' @param repos_commits tibble as retrieved by \link{\code{get_github_commits_repos}} #' @return ggplot of temporal development of commits for KWB-R on Github #' @export #' @importFrom dplyr count rename left_join diff --git a/man/plot_commits_github.Rd b/man/plot_commits_github.Rd index ca30c8d..9d90db8 100644 --- a/man/plot_commits_github.Rd +++ b/man/plot_commits_github.Rd @@ -7,8 +7,7 @@ plot_commits_github(repos_commits) } \arguments{ -\item{repos_commits}{tibble as retrieved by -\code{\link{github_commits_repos}}} +\item{repos_commits}{tibble as retrieved by \link{\code{get_github_commits_repos}}} } \value{ ggplot of temporal development of commits for KWB-R on Github