Skip to content

Commit 82847c0

Browse files
fix some R cmd checks
1 parent 409a7fa commit 82847c0

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

DESCRIPTION

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Package: precommit
2-
Title: Pre-Commit Hooks for R
2+
Title: Pre-Commit Hooks
33
Version: 0.1.0
44
Author: Lorenz Walthert
55
Maintainer: Lorenz Walthert <[email protected]>
66
Description: Useful git hooks for R building on top of the
7-
multi-language framework 'pre-commit' for hook management.
7+
multi-language framework 'pre-commit' for hook management. This
8+
package provides git hooks for common tasks like styling files with
9+
styler or spell checking as well as wrapper functions to
810
License: GPL-3
911
URL: https://lorenzwalthert.github.io/precommit/,
1012
https://github.com/lorenzwalthert/precommit

R/exec.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#'
66
#' @param check_if_exists Whether or not to make sure the returned path also
77
#' exists.
8-
#' @return
8+
#' @return
99
#' A character vector of length one with the path to the pre-commit executable.
1010
#' @export
1111
path_precommit_exec <- function(check_if_exists = TRUE) {

man/path_precommit_exec.Rd

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/precommit-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)