Skip to content

Commit

Permalink
minor document updates, require dplyr >= 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarslaw committed Jun 17, 2020
1 parent cba8566 commit 60a9173
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -12,7 +12,7 @@ Depends:
Imports:
grid,
rlang,
dplyr,
dplyr (>= 1.0),
purrr,
tidyr,
readr,
Expand Down
1 change: 1 addition & 0 deletions R/getMeta.R
Expand Up @@ -22,6 +22,7 @@
##'
##' \item \dQuote{europe}, Import hourly European data (Airbase/e-reporting)
##' based on a simplified version of the \code{saqgetr} package.
##' }
##'
##' By default, the function will return the site latitude, longitude and site
##' type. If the option \code{all = TRUE} is used, much more detailed
Expand Down
3 changes: 2 additions & 1 deletion R/importAURN.R
Expand Up @@ -76,7 +76,8 @@
##' @param hc A few sites have hydrocarbon measurements available and setting
##' \code{hc = TRUE} will ensure hydrocarbon data are imported. The default is
##' however not to as most users will not be interested in using hydrocarbon
##' data and the resulting data frames are considerably larger.
##' data and the resulting data frames are considerably larger. This option is
##' only available for \code{importAURN}.
##' @param meta Should meta data be returned? If \code{TRUE} the site type,
##' latitude and longitude are returned.
##' @param ratified If \code{TRUE} columns are returned indicating when each
Expand Down
3 changes: 2 additions & 1 deletion man/importAURN.Rd

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

27 changes: 27 additions & 0 deletions man/importMeta.Rd

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

0 comments on commit 60a9173

Please sign in to comment.