From 97f6bfd9cb0c84587ea7d87c4ab5f89016cff75d Mon Sep 17 00:00:00 2001 From: hsonne Date: Thu, 2 May 2024 05:30:00 +0200 Subject: [PATCH] Fix link to doc page --- R/plot_commits_github.R | 3 ++- man/plot_commits_github.Rd | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/R/plot_commits_github.R b/R/plot_commits_github.R index 273e80f..afd843b 100644 --- a/R/plot_commits_github.R +++ b/R/plot_commits_github.R @@ -1,6 +1,7 @@ #' Plot Commits GitHub #' -#' @param repos_commits tibble as retrieved by \link{\code{get_github_commits_repos}} +#' @param repos_commits tibble as retrieved by +#' \code{\link{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 9d90db8..e89b271 100644 --- a/man/plot_commits_github.Rd +++ b/man/plot_commits_github.Rd @@ -7,7 +7,8 @@ plot_commits_github(repos_commits) } \arguments{ -\item{repos_commits}{tibble as retrieved by \link{\code{get_github_commits_repos}}} +\item{repos_commits}{tibble as retrieved by +\code{\link{get_github_commits_repos}}} } \value{ ggplot of temporal development of commits for KWB-R on Github