Skip to content

Commit

Permalink
More cran standard changes
Browse files Browse the repository at this point in the history
  • Loading branch information
azimov committed Jul 11, 2024
1 parent c50b7eb commit 264c405
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
^\.idea$
^renv$
^renv\.lock$
sql
extras
man-roxygen
license_header_stub.txt
Expand Down
3 changes: 1 addition & 2 deletions R/SchemaGenerator.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#' Schema generator
#' @description
#' Take a csv schema definition and create a basic sql script with it.
#'
#' returns string containing the sql for the table
#' @param csvFilepath Path to schema file. Csv file must have the columns:
#' "table_name", "column_name", "data_type", "is_required", "primary_key"
#' @param schemaDefinition A schemaDefintiion data.frame` with the columns:
Expand All @@ -38,7 +38,6 @@
#' @export
#'
#' @importFrom readr read_csv
#' @return string containing the sql for the table
generateSqlSchema <- function(csvFilepath = NULL,
schemaDefinition = NULL,
sqlOutputPath = NULL,
Expand Down
4 changes: 1 addition & 3 deletions man/generateSqlSchema.Rd

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

0 comments on commit 264c405

Please sign in to comment.