Skip to content

Commit fb6e5f2

Browse files
committed
fix doc strings -- check() now passes with zero warnings
1 parent 1b5e6b7 commit fb6e5f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

R/register.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ register_clear_cache <- function() {
1515
#' - `.html`
1616
#' - `.md``
1717
#'
18-
#' @param register_table A `data.frame` with all required information for the register's view
18+
#' @param register A `data.frame` with all required information for the register's view
1919
#' @param outputs The output formats to create
2020
#'
2121
#' @return A `data.frame` of the register enriched with information from the configuration files of respective CODECHECKs from the online repositories
@@ -24,6 +24,7 @@ register_clear_cache <- function() {
2424
#' @importFrom rmarkdown render
2525
#' @importFrom knitr kable
2626
#' @importFrom utils capture.output read.csv
27+
#' @import jsonlite
2728
#'
2829
#' @export
2930
register_render <- function(register = read.csv("register.csv", as.is = TRUE),
@@ -144,7 +145,7 @@ register_render <- function(register = read.csv("register.csv", as.is = TRUE),
144145
#'
145146
#' - Does the repo have a LICENSE?
146147
#'
147-
#' @param register_table A `data.frame` with all required information for the register's view
148+
#' @param register A `data.frame` with all required information for the register's view
148149
#'
149150
#' @importFrom gh gh
150151
#' @export

0 commit comments

Comments
 (0)