Skip to content

Commit

Permalink
went passed the check
Browse files Browse the repository at this point in the history
  • Loading branch information
sammo3182 committed May 23, 2024
1 parent 0e71021 commit 6269ff3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .Rhistory
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
prov_data <- unique(region_data[, c("prov_code", paste0("199", 8:9, "_nickname"), "area")])
# Because province nicknames changed in 1999
year_num <- ifelse(as.numeric(year_from) < 1999, 1998, 1999)
year_from <- ifelse (is.numeric(data_input[1]), "prov_code", "prov_name")
Expand Down Expand Up @@ -510,3 +509,4 @@ pkgbuild::check_build_tools(debug = TRUE)
library(devtools)
detach("package:devtools", unload = TRUE)
install.packages("devtools")
pkgbuild::check_build_tools(debug = TRUE)
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ Depends:
Imports:
pinyin
Suggests:
rmarkdown,
knitr
dplyr,
knitr,
rmarkdown
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Generated by roxygen2: do not edit by hand

export(regioncode)
import(dplyr)
import(pinyin)
1 change: 0 additions & 1 deletion R/regioncode.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#' @returns The function returns a character or numeric vector depending on what method is specified.
#'
#' @import pinyin
#' @import dplyr
#'
#' @examples
#'
Expand Down

0 comments on commit 6269ff3

Please sign in to comment.