From 87521dafd273ce3d0a86c4d9e2a42b579e0db471 Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Sat, 7 Dec 2024 23:50:41 +0800 Subject: [PATCH] add .Rd file for print_agfd_nc_file_format() --- R/get_agfd.R | 2 +- codemeta.json | 2 +- man/print_agfd_nc_file_format.Rd | 24 ++++++++++++++++++++++++ 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 man/print_agfd_nc_file_format.Rd diff --git a/R/get_agfd.R b/R/get_agfd.R index a95bc43..d200299 100644 --- a/R/get_agfd.R +++ b/R/get_agfd.R @@ -257,7 +257,7 @@ print.read.abares.agfd.nc.files <- function(x, ...) { #' #' @export #' @autoglobal -#' @noRd + print_agfd_nc_file_format <- function() { cli::cat_rule() cli::cli_text("Each of the layers in simulation output data is represented as diff --git a/codemeta.json b/codemeta.json index 72dfdb2..e3e10a9 100644 --- a/codemeta.json +++ b/codemeta.json @@ -333,7 +333,7 @@ }, "SystemRequirements": null }, - "fileSize": "390.077KB", + "fileSize": "390.78KB", "citation": [ { "@type": "SoftwareSourceCode", diff --git a/man/print_agfd_nc_file_format.Rd b/man/print_agfd_nc_file_format.Rd new file mode 100644 index 0000000..827b068 --- /dev/null +++ b/man/print_agfd_nc_file_format.Rd @@ -0,0 +1,24 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/get_agfd.R +\name{print_agfd_nc_file_format} +\alias{print_agfd_nc_file_format} +\title{Prints File Format Information for the AGFD NetCDF Files} +\source{ +\url{https://daff.ent.sirsidynix.net.au/client/en_AU/search/asset/1036161/0} +} +\usage{ +print_agfd_nc_file_format() +} +\description{ +Print the file format from section 3.2 in \cite{Australian Bureau of +Agricultural and Resource Economics and Sciences}. +} +\examples{ +print_agfd_nc_file_format() + +} +\references{ +Australian gridded farm data, Australian Bureau of Agricultural +and Resource Economics and Sciences, Canberra, July, DOI: + +}