Skip to content

Commit

Permalink
Fix r cmd check warnings - add imports, missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Wright committed Apr 18, 2024
1 parent 354bb6e commit 596048e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
5 changes: 4 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ Imports:
jsonlite,
here,
tibble,
tidyselect
tidyselect,
glue,
sp,
withr
RoxygenNote: 7.3.1
Suggests:
knitr,
Expand Down
1 change: 1 addition & 0 deletions R/geography.R
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ fuzz_location <- function(lat,
#' @param ZoneCol - The column containing the UTM zone, with or without quotations.
#' @param DatumCol - The column containing the datum for your UTM coordinates,
#' with or without quotations.
#' @param latlong_datum - The datum to use for lat/long coordinates. Defaults to NAD83.
#'
#' @return The function returns your dataframe, mutated with an additional two
#' columns of decimalLongitude and decimalLatitude plus a column LatLong_CRS containing
Expand Down
6 changes: 5 additions & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ globalVariables(c("any_of",
"y",
"capture.output",
"title",
"% Accepted"))
"% Accepted",
"_UTMJOINCOL",
"decimalLatitude",
"decimalLongitude",
"LatLong_CRS"))
2 changes: 1 addition & 1 deletion man/QCkit-package.Rd

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

4 changes: 4 additions & 0 deletions man/generate_ll_from_utm.Rd

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

0 comments on commit 596048e

Please sign in to comment.