Skip to content

Commit

Permalink
addressing CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thiyangt committed May 13, 2023
1 parent 837efef commit cfefb7b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 217 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: denguedatahub
Title: A Tidy Format Datasets of Dengue by Country
Version: 1.0.3
Version: 1.0.4
Authors@R:
person("Thiyanga S.", "Talagala", , "ttalagala@sjp.ac.lk", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0656-9789"))
Expand Down
11 changes: 0 additions & 11 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
# Generated by roxygen2: do not edit by hand

export(":=")
export(.data)
export(as_label)
export(as_name)
export(enquo)
export(enquos)
export(min_max)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
1 change: 1 addition & 0 deletions R/min_max.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#' @param variable.to.minmax the variable that we want to tranform using the min-max transformation
#' @param local TRUE if you need to apply local minmax transformation
#' @param group.var variables that you need to create group-wise
#' @return tibble with minmax transformed applied
#' @importFrom rlang enquo
#' @export
min_max <- function(data, variable.to.minmax, local=FALSE, group.var){
Expand Down
107 changes: 0 additions & 107 deletions R/utils-tidy-eval.R

This file was deleted.

3 changes: 3 additions & 0 deletions man/min_max.Rd

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

98 changes: 0 additions & 98 deletions man/tidyeval.Rd

This file was deleted.

0 comments on commit cfefb7b

Please sign in to comment.