Skip to content

Commit

Permalink
Use roxygen2 version 7.0.2 to build the documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Widgren <stefan.widgren@gmail.com>
  • Loading branch information
stewid committed Dec 16, 2019
1 parent a84579c commit 0b30ed1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -67,4 +67,4 @@ Collate:
'tree.R'
'when.R'
Encoding: UTF-8
RoxygenNote: 7.0.0
RoxygenNote: 7.0.2
4 changes: 2 additions & 2 deletions man/bundle_r_package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions man/git_time.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 0b30ed1

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/checkout.R:160:1: style: functions should have cyclomatic complexity of less than 15, this has 21.

checkout <- function(object = NULL,
^

R/config.R:56:1: style: functions should have cyclomatic complexity of less than 15, this has 18.

config <- function(repo = NULL, global = FALSE, user.name, user.email, ...) {
^

Please sign in to comment.