Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FvD committed Oct 29, 2023
1 parent f4b3bb0 commit 91bdc55
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions R/gitear.R → R/gitear-package.R
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
#' \code{gitear} package
#'
#' 'Gitea' is a community managed, lightweight code hosting solution
#' were projects and their respective git repositories can be managed
# ' <https://gitea.io>. This package gives an interface to the 'Gitea' API to
#' access and manage repositories, issues and organizations directly in R.
#'
#' @docType package
#' @name gitear
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @importFrom dplyr %>%
## usethis namespace: end
NULL

## quiets concerns of R CMD check re: the .'s that appear in pipelines
utils::globalVariables(c(".",
utils::globalVariables(c(".",
"username",
"number",
"created_at",
Expand Down

0 comments on commit 91bdc55

Please sign in to comment.