diff --git a/DESCRIPTION b/DESCRIPTION index c23642c..2c80ff5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: raadfiles Title: File Database Management for 'raadtools' -Version: 0.1.4.9010 +Version: 0.1.4.9011 Authors@R: c(person("Michael D.","Sumner", role = c("aut", "cre"), email = "michael.sumner@aad.gov.au"), person("Ben", "Raymond", role = "ctb"), person("Kimberlee", "Baldry", role = c("ctb"), comment = c(ORCID = "0000-0003-3286-8624"))) @@ -18,7 +18,7 @@ Imports: vroom License: GPL-3 Encoding: UTF-8 -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.2 Suggests: fastrls, testthat diff --git a/R/sst-files.R b/R/sst-files.R index 7247159..fa2af0c 100644 --- a/R/sst-files.R +++ b/R/sst-files.R @@ -63,7 +63,8 @@ oisst_monthly_files <- function() { #' @return tibble data frame of file names #' @importFrom dplyr arrange distinct filter mutate #' @importFrom rlang .data -#' @name ghrsst +#' @name ghrsst_files +#' @aliases ghrsst_daily_files_netcdf #' @export #' @importFrom stringr str_detect str_extract str_replace #' @examples diff --git a/man/ghrsst.Rd b/man/ghrsst_files.Rd similarity index 76% rename from man/ghrsst.Rd rename to man/ghrsst_files.Rd index b96cebb..0826f0f 100644 --- a/man/ghrsst.Rd +++ b/man/ghrsst_files.Rd @@ -1,11 +1,14 @@ % Generated by roxygen2: do not edit by hand % Please edit documentation in R/sst-files.R -\name{ghrsst} -\alias{ghrsst} +\name{ghrsst_files} +\alias{ghrsst_files} \alias{ghrsst_daily_files} +\alias{ghrsst_daily_files_netcdf} \title{GHRSST files} \usage{ ghrsst_daily_files() + +ghrsst_daily_files_netcdf() } \value{ tibble data frame of file names diff --git a/man/raadfiles-package.Rd b/man/raadfiles-package.Rd index 3857e18..293311e 100644 --- a/man/raadfiles-package.Rd +++ b/man/raadfiles-package.Rd @@ -3,7 +3,6 @@ \docType{package} \name{raadfiles-package} \alias{raadfiles-package} -\alias{_PACKAGE} \alias{raadfiles} \title{Manage files used provided by bowerbird/raadtools.} \description{