Skip to content

Commit

Permalink
feedback from CRAN, round 1
Browse files Browse the repository at this point in the history
  • Loading branch information
daranzolin committed Apr 23, 2024
1 parent 8959bff commit 85bb477
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: sqltargets
Type: Package
Title: Targets Extension for SQL Queries
Title: Targets Extension for 'SQL' Queries
Version: 0.0.1
Authors@R: c(
person("David", "Ranzolin", email = "[email protected]", role=c("aut", "cre", "cph"))
)
Maintainer: David Ranzolin <[email protected]>
Description: Provides an extension for SQL queries as separate file
within targets pipelines. The shorthand creates two 'targets',
Description: Provides an extension for 'SQL' queries as separate file
within targets pipelines. The shorthand creates two targets,
the query file and the query result.
License: MIT + file LICENSE
Encoding: UTF-8
Expand Down
4 changes: 3 additions & 1 deletion R/sqltargets-option.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#' Get or Set sqltargets Options
#'
#' @param option_name Character. Option name. See Details.
#' @param option_value Value to assign to option `x`.
#'
#' @return No return value, called for side effects
#'
#' @details
#'
Expand All @@ -14,7 +17,6 @@ sqltargets_option_get <- function(option_name) {
getOption(option_name, default = option_value)
}

#' @param option_value Value to assign to option `x`.
#' @rdname sqltargets-options
#' @export
sqltargets_option_set <- function(option_name, option_value) {
Expand Down
3 changes: 3 additions & 0 deletions man/sqltargets-options.Rd

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

0 comments on commit 85bb477

Please sign in to comment.