From 51de1d2f0a65ce27d3778aea8e7d2a711d6f1196 Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Sat, 7 Dec 2024 13:44:37 +0800 Subject: [PATCH 1/8] try not skipping this test --- tests/testthat/test-get_estimates_by_size.R | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/testthat/test-get_estimates_by_size.R b/tests/testthat/test-get_estimates_by_size.R index 7ec27d5..d3ddd9c 100644 --- a/tests/testthat/test-get_estimates_by_size.R +++ b/tests/testthat/test-get_estimates_by_size.R @@ -1,7 +1,6 @@ test_that("get_estimates_by_size works", { skip_if_offline() - skip_on_ci() x <- get_estimates_by_size() expect_named(x, c("Variable", "Year", "Size", "Industry", "Value", "RSE")) expect_s3_class(x, c("data.table", "data.frame")) From 9599142632e62d16cfa4d155d4f5c612556b5121 Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Sat, 7 Dec 2024 14:01:57 +0800 Subject: [PATCH 2/8] Try setting user-agent for CI tests --- R/internal_functions.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/internal_functions.R b/R/internal_functions.R index 207ffd4..a5e44b3 100644 --- a/R/internal_functions.R +++ b/R/internal_functions.R @@ -52,6 +52,7 @@ .retry_download <- function(url, .f, .max_tries = 3L) { httr2::request(base_url = url) |> httr2::req_options(http_version = 2, timeout = 2000L) |> + httr2::req_user_agent("Mozilla/5.0") |> httr2::req_retry(max_tries = .max_tries) |> httr2::req_cache(path = tempdir()) |> httr2::req_progress() |> From 1240578ff65a98594ea2e605efe11a68cf16bb07 Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Sat, 7 Dec 2024 14:12:31 +0800 Subject: [PATCH 3/8] Revert "Try setting user-agent for CI tests" This reverts commit 9599142632e62d16cfa4d155d4f5c612556b5121. --- R/internal_functions.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/internal_functions.R b/R/internal_functions.R index a5e44b3..207ffd4 100644 --- a/R/internal_functions.R +++ b/R/internal_functions.R @@ -52,7 +52,6 @@ .retry_download <- function(url, .f, .max_tries = 3L) { httr2::request(base_url = url) |> httr2::req_options(http_version = 2, timeout = 2000L) |> - httr2::req_user_agent("Mozilla/5.0") |> httr2::req_retry(max_tries = .max_tries) |> httr2::req_cache(path = tempdir()) |> httr2::req_progress() |> From 170652eb78a4ecfc4a1a40f98ce8afdfc26a099a Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Sat, 7 Dec 2024 14:12:54 +0800 Subject: [PATCH 4/8] Revert "try not skipping this test" This reverts commit 51de1d2f0a65ce27d3778aea8e7d2a711d6f1196. --- tests/testthat/test-get_estimates_by_size.R | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testthat/test-get_estimates_by_size.R b/tests/testthat/test-get_estimates_by_size.R index d3ddd9c..7ec27d5 100644 --- a/tests/testthat/test-get_estimates_by_size.R +++ b/tests/testthat/test-get_estimates_by_size.R @@ -1,6 +1,7 @@ test_that("get_estimates_by_size works", { skip_if_offline() + skip_on_ci() x <- get_estimates_by_size() expect_named(x, c("Variable", "Year", "Size", "Industry", "Value", "RSE")) expect_s3_class(x, c("data.table", "data.frame")) From 589384eadfe7a353e7dff5813e8e55a431b1783b Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Sat, 7 Dec 2024 16:43:08 +0800 Subject: [PATCH 5/8] Fix display of '<' & '>' in Roxgyen2 md thanks to @assignUser --- DESCRIPTION | 2 ++ R/get_agfd.R | 10 +++++----- codemeta.json | 10 +++++++++- man/get_agfd.Rd | 10 +++++----- man/read.abares-package.Rd | 1 + man/read_agfd_dt.Rd | 10 +++++----- man/read_agfd_stars.Rd | 10 +++++----- man/read_agfd_terra.Rd | 10 +++++----- man/read_agfd_tidync.Rd | 10 +++++----- 9 files changed, 42 insertions(+), 31 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c59aa5a..6144c31 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,6 +7,8 @@ Version: 0.1.0 Authors@R: c( person("Adam H.", "Sparks", , "adamhsparks@gmail.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-0061-8359")), + person("Jacob", , , "jacob@wujciak.de", role = "ctb", + comment = c("Assisted with troubleshooting formatting in documentation to display '<' and '>' properly", ORCID = "0000-0002-7281-3989")), person("Curtin University of Technology", role = "cph", comment = "Provided support through Adam Sparks's time."), person("Grains Research and Development Corporation", role = c("fnd", "cph"), diff --git a/R/get_agfd.R b/R/get_agfd.R index 3612cb4..aea4fce 100644 --- a/R/get_agfd.R +++ b/R/get_agfd.R @@ -87,13 +87,13 @@ #' Simulation output data are saved as multilayer NetCDF files, which are named #' using following convention: #' -#' *f< farm year >.c< climate year >.p< price year >.t< technology year >.nc* +#' \code{\emph{f.c.p.t.nc}} #' #' where: -#' * *< farm year >* = Financial year of farm business data is used in simulations. -#' * *< climate year >* = Financial year of climate data is used in simulations. -#' * *< price year >* = Financial year of output and input prices used in simulations. -#' * *< technology year >* = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) +#' * \code{\emph{}} = Financial year of farm business data is used in simulations. +#' * \code{\emph{}} = Financial year of climate data is used in simulations. +#' * \code{\emph{}} = Financial year of output and input prices used in simulations. +#' * \code{\emph{}} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) #' Here financial years are referred to by the closing calendar year #' (*e.g.*, 2022 = 1 July 2021 to 30 June 2022)." #' diff --git a/codemeta.json b/codemeta.json index 867cd16..c44be20 100644 --- a/codemeta.json +++ b/codemeta.json @@ -24,6 +24,14 @@ "@id": "https://orcid.org/0000-0002-0061-8359" } ], + "contributor": [ + { + "@type": "Organization", + "name": "Jacob", + "email": "jacob@wujciak.de", + "@id": "https://orcid.org/0000-0002-7281-3989" + } + ], "copyrightHolder": [ { "@type": "Organization", @@ -325,7 +333,7 @@ }, "SystemRequirements": null }, - "fileSize": "386.072KB", + "fileSize": "386.628KB", "citation": [ { "@type": "SoftwareSourceCode", diff --git a/man/get_agfd.Rd b/man/get_agfd.Rd index c5ef6b8..743e496 100644 --- a/man/get_agfd.Rd +++ b/man/get_agfd.Rd @@ -107,14 +107,14 @@ Sciences (2024) Simulation output data are saved as multilayer NetCDF files, which are named using following convention: -\emph{f< farm year >.c< climate year >.p< price year >.t< technology year >.nc} +\code{\emph{f.c.p.t.nc}} where: \itemize{ -\item \emph{< farm year >} = Financial year of farm business data is used in simulations. -\item \emph{< climate year >} = Financial year of climate data is used in simulations. -\item \emph{< price year >} = Financial year of output and input prices used in simulations. -\item \emph{< technology year >} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) +\item \code{\emph{}} = Financial year of farm business data is used in simulations. +\item \code{\emph{}} = Financial year of climate data is used in simulations. +\item \code{\emph{}} = Financial year of output and input prices used in simulations. +\item \code{\emph{}} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) Here financial years are referred to by the closing calendar year (\emph{e.g.}, 2022 = 1 July 2021 to 30 June 2022)." } diff --git a/man/read.abares-package.Rd b/man/read.abares-package.Rd index a86abc7..b8c2f3f 100644 --- a/man/read.abares-package.Rd +++ b/man/read.abares-package.Rd @@ -24,6 +24,7 @@ Useful links: Other contributors: \itemize{ + \item Jacob \email{jacob@wujciak.de} (\href{https://orcid.org/0000-0002-7281-3989}{ORCID}) (Assisted with troubleshooting formatting in documentation to display '<' and '>' properly) [contributor] \item Curtin University of Technology (Provided support through Adam Sparks's time.) [copyright holder] \item Grains Research and Development Corporation (GRDC Project CUR2210-005OPX (AAGI-CU)) [funder, copyright holder] } diff --git a/man/read_agfd_dt.Rd b/man/read_agfd_dt.Rd index 1bf8dd3..f8c5842 100644 --- a/man/read_agfd_dt.Rd +++ b/man/read_agfd_dt.Rd @@ -87,14 +87,14 @@ Sciences (2024) Simulation output data are saved as multilayer NetCDF files, which are named using following convention: -\emph{f< farm year >.c< climate year >.p< price year >.t< technology year >.nc} +\code{\emph{f.c.p.t.nc}} where: \itemize{ -\item \emph{< farm year >} = Financial year of farm business data is used in simulations. -\item \emph{< climate year >} = Financial year of climate data is used in simulations. -\item \emph{< price year >} = Financial year of output and input prices used in simulations. -\item \emph{< technology year >} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) +\item \code{\emph{}} = Financial year of farm business data is used in simulations. +\item \code{\emph{}} = Financial year of climate data is used in simulations. +\item \code{\emph{}} = Financial year of output and input prices used in simulations. +\item \code{\emph{}} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) Here financial years are referred to by the closing calendar year (\emph{e.g.}, 2022 = 1 July 2021 to 30 June 2022)." } diff --git a/man/read_agfd_stars.Rd b/man/read_agfd_stars.Rd index 6ae59cc..af4abdf 100644 --- a/man/read_agfd_stars.Rd +++ b/man/read_agfd_stars.Rd @@ -89,14 +89,14 @@ Sciences (2024) Simulation output data are saved as multilayer NetCDF files, which are named using following convention: -\emph{f< farm year >.c< climate year >.p< price year >.t< technology year >.nc} +\code{\emph{f.c.p.t.nc}} where: \itemize{ -\item \emph{< farm year >} = Financial year of farm business data is used in simulations. -\item \emph{< climate year >} = Financial year of climate data is used in simulations. -\item \emph{< price year >} = Financial year of output and input prices used in simulations. -\item \emph{< technology year >} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) +\item \code{\emph{}} = Financial year of farm business data is used in simulations. +\item \code{\emph{}} = Financial year of climate data is used in simulations. +\item \code{\emph{}} = Financial year of output and input prices used in simulations. +\item \code{\emph{}} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) Here financial years are referred to by the closing calendar year (\emph{e.g.}, 2022 = 1 July 2021 to 30 June 2022)." } diff --git a/man/read_agfd_terra.Rd b/man/read_agfd_terra.Rd index 74fba57..8a38072 100644 --- a/man/read_agfd_terra.Rd +++ b/man/read_agfd_terra.Rd @@ -89,14 +89,14 @@ Sciences (2024) Simulation output data are saved as multilayer NetCDF files, which are named using following convention: -\emph{f< farm year >.c< climate year >.p< price year >.t< technology year >.nc} +\code{\emph{f.c.p.t.nc}} where: \itemize{ -\item \emph{< farm year >} = Financial year of farm business data is used in simulations. -\item \emph{< climate year >} = Financial year of climate data is used in simulations. -\item \emph{< price year >} = Financial year of output and input prices used in simulations. -\item \emph{< technology year >} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) +\item \code{\emph{}} = Financial year of farm business data is used in simulations. +\item \code{\emph{}} = Financial year of climate data is used in simulations. +\item \code{\emph{}} = Financial year of output and input prices used in simulations. +\item \code{\emph{}} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) Here financial years are referred to by the closing calendar year (\emph{e.g.}, 2022 = 1 July 2021 to 30 June 2022)." } diff --git a/man/read_agfd_tidync.Rd b/man/read_agfd_tidync.Rd index a008339..3fe3d66 100644 --- a/man/read_agfd_tidync.Rd +++ b/man/read_agfd_tidync.Rd @@ -90,14 +90,14 @@ Sciences (2024) Simulation output data are saved as multilayer NetCDF files, which are named using following convention: -\emph{f< farm year >.c< climate year >.p< price year >.t< technology year >.nc} +\code{\emph{f.c.p.t.nc}} where: \itemize{ -\item \emph{< farm year >} = Financial year of farm business data is used in simulations. -\item \emph{< climate year >} = Financial year of climate data is used in simulations. -\item \emph{< price year >} = Financial year of output and input prices used in simulations. -\item \emph{< technology year >} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) +\item \code{\emph{}} = Financial year of farm business data is used in simulations. +\item \code{\emph{}} = Financial year of climate data is used in simulations. +\item \code{\emph{}} = Financial year of output and input prices used in simulations. +\item \code{\emph{}} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) Here financial years are referred to by the closing calendar year (\emph{e.g.}, 2022 = 1 July 2021 to 30 June 2022)." } From 2d8d88011620eeb08c0f204271653ef8d35219b1 Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Sat, 7 Dec 2024 16:49:17 +0800 Subject: [PATCH 6/8] fix invalid \emph{} in \code{} block --- R/get_agfd.R | 12 ++++++------ man/get_agfd.Rd | 12 ++++++------ man/read_agfd_dt.Rd | 12 ++++++------ man/read_agfd_stars.Rd | 12 ++++++------ man/read_agfd_terra.Rd | 12 ++++++------ man/read_agfd_tidync.Rd | 12 ++++++------ 6 files changed, 36 insertions(+), 36 deletions(-) diff --git a/R/get_agfd.R b/R/get_agfd.R index aea4fce..9b7c2f9 100644 --- a/R/get_agfd.R +++ b/R/get_agfd.R @@ -87,15 +87,15 @@ #' Simulation output data are saved as multilayer NetCDF files, which are named #' using following convention: #' -#' \code{\emph{f.c.p.t.nc}} +#' \code{f.c.p.t.nc} #' #' where: -#' * \code{\emph{}} = Financial year of farm business data is used in simulations. -#' * \code{\emph{}} = Financial year of climate data is used in simulations. -#' * \code{\emph{}} = Financial year of output and input prices used in simulations. -#' * \code{\emph{}} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) +#' * \code{} = Financial year of farm business data is used in simulations. +#' * \code{} = Financial year of climate data is used in simulations. +#' * \code{} = Financial year of output and input prices used in simulations. +#' * \code{} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) #' Here financial years are referred to by the closing calendar year -#' (*e.g.*, 2022 = 1 July 2021 to 30 June 2022)." +#' (*e.g.*, 2022 = 1 July 2021 to 30 June 2022). #' #' -- Taken from Australian Bureau of Agricultural and Resource Economics and #' Sciences (2024) diff --git a/man/get_agfd.Rd b/man/get_agfd.Rd index 743e496..b6d3e11 100644 --- a/man/get_agfd.Rd +++ b/man/get_agfd.Rd @@ -107,16 +107,16 @@ Sciences (2024) Simulation output data are saved as multilayer NetCDF files, which are named using following convention: -\code{\emph{f.c.p.t.nc}} +\code{f.c.p.t.nc} where: \itemize{ -\item \code{\emph{}} = Financial year of farm business data is used in simulations. -\item \code{\emph{}} = Financial year of climate data is used in simulations. -\item \code{\emph{}} = Financial year of output and input prices used in simulations. -\item \code{\emph{}} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) +\item \code{} = Financial year of farm business data is used in simulations. +\item \code{} = Financial year of climate data is used in simulations. +\item \code{} = Financial year of output and input prices used in simulations. +\item \code{} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) Here financial years are referred to by the closing calendar year -(\emph{e.g.}, 2022 = 1 July 2021 to 30 June 2022)." +(\emph{e.g.}, 2022 = 1 July 2021 to 30 June 2022). } -- Taken from Australian Bureau of Agricultural and Resource Economics and diff --git a/man/read_agfd_dt.Rd b/man/read_agfd_dt.Rd index f8c5842..94db4dd 100644 --- a/man/read_agfd_dt.Rd +++ b/man/read_agfd_dt.Rd @@ -87,16 +87,16 @@ Sciences (2024) Simulation output data are saved as multilayer NetCDF files, which are named using following convention: -\code{\emph{f.c.p.t.nc}} +\code{f.c.p.t.nc} where: \itemize{ -\item \code{\emph{}} = Financial year of farm business data is used in simulations. -\item \code{\emph{}} = Financial year of climate data is used in simulations. -\item \code{\emph{}} = Financial year of output and input prices used in simulations. -\item \code{\emph{}} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) +\item \code{} = Financial year of farm business data is used in simulations. +\item \code{} = Financial year of climate data is used in simulations. +\item \code{} = Financial year of output and input prices used in simulations. +\item \code{} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) Here financial years are referred to by the closing calendar year -(\emph{e.g.}, 2022 = 1 July 2021 to 30 June 2022)." +(\emph{e.g.}, 2022 = 1 July 2021 to 30 June 2022). } -- Taken from Australian Bureau of Agricultural and Resource Economics and diff --git a/man/read_agfd_stars.Rd b/man/read_agfd_stars.Rd index af4abdf..5a1d312 100644 --- a/man/read_agfd_stars.Rd +++ b/man/read_agfd_stars.Rd @@ -89,16 +89,16 @@ Sciences (2024) Simulation output data are saved as multilayer NetCDF files, which are named using following convention: -\code{\emph{f.c.p.t.nc}} +\code{f.c.p.t.nc} where: \itemize{ -\item \code{\emph{}} = Financial year of farm business data is used in simulations. -\item \code{\emph{}} = Financial year of climate data is used in simulations. -\item \code{\emph{}} = Financial year of output and input prices used in simulations. -\item \code{\emph{}} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) +\item \code{} = Financial year of farm business data is used in simulations. +\item \code{} = Financial year of climate data is used in simulations. +\item \code{} = Financial year of output and input prices used in simulations. +\item \code{} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) Here financial years are referred to by the closing calendar year -(\emph{e.g.}, 2022 = 1 July 2021 to 30 June 2022)." +(\emph{e.g.}, 2022 = 1 July 2021 to 30 June 2022). } -- Taken from Australian Bureau of Agricultural and Resource Economics and diff --git a/man/read_agfd_terra.Rd b/man/read_agfd_terra.Rd index 8a38072..7c1c39f 100644 --- a/man/read_agfd_terra.Rd +++ b/man/read_agfd_terra.Rd @@ -89,16 +89,16 @@ Sciences (2024) Simulation output data are saved as multilayer NetCDF files, which are named using following convention: -\code{\emph{f.c.p.t.nc}} +\code{f.c.p.t.nc} where: \itemize{ -\item \code{\emph{}} = Financial year of farm business data is used in simulations. -\item \code{\emph{}} = Financial year of climate data is used in simulations. -\item \code{\emph{}} = Financial year of output and input prices used in simulations. -\item \code{\emph{}} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) +\item \code{} = Financial year of farm business data is used in simulations. +\item \code{} = Financial year of climate data is used in simulations. +\item \code{} = Financial year of output and input prices used in simulations. +\item \code{} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) Here financial years are referred to by the closing calendar year -(\emph{e.g.}, 2022 = 1 July 2021 to 30 June 2022)." +(\emph{e.g.}, 2022 = 1 July 2021 to 30 June 2022). } -- Taken from Australian Bureau of Agricultural and Resource Economics and diff --git a/man/read_agfd_tidync.Rd b/man/read_agfd_tidync.Rd index 3fe3d66..5399fe9 100644 --- a/man/read_agfd_tidync.Rd +++ b/man/read_agfd_tidync.Rd @@ -90,16 +90,16 @@ Sciences (2024) Simulation output data are saved as multilayer NetCDF files, which are named using following convention: -\code{\emph{f.c.p.t.nc}} +\code{f.c.p.t.nc} where: \itemize{ -\item \code{\emph{}} = Financial year of farm business data is used in simulations. -\item \code{\emph{}} = Financial year of climate data is used in simulations. -\item \code{\emph{}} = Financial year of output and input prices used in simulations. -\item \code{\emph{}} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) +\item \code{} = Financial year of farm business data is used in simulations. +\item \code{} = Financial year of climate data is used in simulations. +\item \code{} = Financial year of output and input prices used in simulations. +\item \code{} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) Here financial years are referred to by the closing calendar year -(\emph{e.g.}, 2022 = 1 July 2021 to 30 June 2022)." +(\emph{e.g.}, 2022 = 1 July 2021 to 30 June 2022). } -- Taken from Australian Bureau of Agricultural and Resource Economics and From f69e56d6af2d0ea64a83bc2a4cb2802317b61bd7 Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Sat, 7 Dec 2024 17:26:53 +0800 Subject: [PATCH 7/8] Use \var and \cite --- R/get_agfd.R | 22 +++++++++++----------- man/get_agfd.Rd | 22 +++++++++++----------- man/read_agfd_dt.Rd | 22 +++++++++++----------- man/read_agfd_stars.Rd | 22 +++++++++++----------- man/read_agfd_terra.Rd | 22 +++++++++++----------- man/read_agfd_tidync.Rd | 22 +++++++++++----------- 6 files changed, 66 insertions(+), 66 deletions(-) diff --git a/R/get_agfd.R b/R/get_agfd.R index 9b7c2f9..a70462f 100644 --- a/R/get_agfd.R +++ b/R/get_agfd.R @@ -79,32 +79,32 @@ #' reflect the combined impacts of annual climate and commodity price #' variability." #' -#' -- Taken from Australian Bureau of Agricultural and Resource Economics and -#' Sciences (2024) +#' -- Taken from \cite{Australian Bureau of Agricultural and Resource +#' Economics and Sciences (2024)} #' #' @section Data files: #' #' Simulation output data are saved as multilayer NetCDF files, which are named #' using following convention: #' -#' \code{f.c.p.t.nc} +#' \var{f.c.p.t.nc} #' #' where: -#' * \code{} = Financial year of farm business data is used in simulations. -#' * \code{} = Financial year of climate data is used in simulations. -#' * \code{} = Financial year of output and input prices used in simulations. -#' * \code{} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) +#' * \var{} = Financial year of farm business data is used in simulations. +#' * \var{} = Financial year of climate data is used in simulations. +#' * \var{} = Financial year of output and input prices used in simulations. +#' * \var{} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) #' Here financial years are referred to by the closing calendar year #' (*e.g.*, 2022 = 1 July 2021 to 30 June 2022). #' -#' -- Taken from Australian Bureau of Agricultural and Resource Economics and -#' Sciences (2024) +#' -- Taken from \cite{Australian Bureau of Agricultural and Resource +#' Economics and Sciences (2024)} #' #' @section Data layers: #' #' The data layers from the downloaded NetCDF files are described in Table 2 -#' as seen in Australian Bureau of Agricultural and Resource Economics and -#' Sciences (2024). +#' as seen in \cite{Australian Bureau of Agricultural and Resource Economics +#' and Sciences (2024)}. #' #' Following is a copy of Table 2 for your convenience, please refer to the full #' document for all methods and metadata. diff --git a/man/get_agfd.Rd b/man/get_agfd.Rd index b6d3e11..d09d051 100644 --- a/man/get_agfd.Rd +++ b/man/get_agfd.Rd @@ -96,8 +96,8 @@ resulting simulation results and percentile indicators are intended to reflect the combined impacts of annual climate and commodity price variability." --- Taken from Australian Bureau of Agricultural and Resource Economics and -Sciences (2024) +-- Taken from \cite{Australian Bureau of Agricultural and Resource +Economics and Sciences (2024)} } } @@ -107,28 +107,28 @@ Sciences (2024) Simulation output data are saved as multilayer NetCDF files, which are named using following convention: -\code{f.c.p.t.nc} +\var{f.c.p.t.nc} where: \itemize{ -\item \code{} = Financial year of farm business data is used in simulations. -\item \code{} = Financial year of climate data is used in simulations. -\item \code{} = Financial year of output and input prices used in simulations. -\item \code{} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) +\item \var{} = Financial year of farm business data is used in simulations. +\item \var{} = Financial year of climate data is used in simulations. +\item \var{} = Financial year of output and input prices used in simulations. +\item \var{} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) Here financial years are referred to by the closing calendar year (\emph{e.g.}, 2022 = 1 July 2021 to 30 June 2022). } --- Taken from Australian Bureau of Agricultural and Resource Economics and -Sciences (2024) +-- Taken from \cite{Australian Bureau of Agricultural and Resource +Economics and Sciences (2024)} } \section{Data layers}{ The data layers from the downloaded NetCDF files are described in Table 2 -as seen in Australian Bureau of Agricultural and Resource Economics and -Sciences (2024). +as seen in \cite{Australian Bureau of Agricultural and Resource Economics +and Sciences (2024)}. Following is a copy of Table 2 for your convenience, please refer to the full document for all methods and metadata. diff --git a/man/read_agfd_dt.Rd b/man/read_agfd_dt.Rd index 94db4dd..938958e 100644 --- a/man/read_agfd_dt.Rd +++ b/man/read_agfd_dt.Rd @@ -76,8 +76,8 @@ resulting simulation results and percentile indicators are intended to reflect the combined impacts of annual climate and commodity price variability." --- Taken from Australian Bureau of Agricultural and Resource Economics and -Sciences (2024) +-- Taken from \cite{Australian Bureau of Agricultural and Resource +Economics and Sciences (2024)} } } @@ -87,28 +87,28 @@ Sciences (2024) Simulation output data are saved as multilayer NetCDF files, which are named using following convention: -\code{f.c.p.t.nc} +\var{f.c.p.t.nc} where: \itemize{ -\item \code{} = Financial year of farm business data is used in simulations. -\item \code{} = Financial year of climate data is used in simulations. -\item \code{} = Financial year of output and input prices used in simulations. -\item \code{} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) +\item \var{} = Financial year of farm business data is used in simulations. +\item \var{} = Financial year of climate data is used in simulations. +\item \var{} = Financial year of output and input prices used in simulations. +\item \var{} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) Here financial years are referred to by the closing calendar year (\emph{e.g.}, 2022 = 1 July 2021 to 30 June 2022). } --- Taken from Australian Bureau of Agricultural and Resource Economics and -Sciences (2024) +-- Taken from \cite{Australian Bureau of Agricultural and Resource +Economics and Sciences (2024)} } \section{Data layers}{ The data layers from the downloaded NetCDF files are described in Table 2 -as seen in Australian Bureau of Agricultural and Resource Economics and -Sciences (2024). +as seen in \cite{Australian Bureau of Agricultural and Resource Economics +and Sciences (2024)}. Following is a copy of Table 2 for your convenience, please refer to the full document for all methods and metadata. diff --git a/man/read_agfd_stars.Rd b/man/read_agfd_stars.Rd index 5a1d312..caeabd8 100644 --- a/man/read_agfd_stars.Rd +++ b/man/read_agfd_stars.Rd @@ -78,8 +78,8 @@ resulting simulation results and percentile indicators are intended to reflect the combined impacts of annual climate and commodity price variability." --- Taken from Australian Bureau of Agricultural and Resource Economics and -Sciences (2024) +-- Taken from \cite{Australian Bureau of Agricultural and Resource +Economics and Sciences (2024)} } } @@ -89,28 +89,28 @@ Sciences (2024) Simulation output data are saved as multilayer NetCDF files, which are named using following convention: -\code{f.c.p.t.nc} +\var{f.c.p.t.nc} where: \itemize{ -\item \code{} = Financial year of farm business data is used in simulations. -\item \code{} = Financial year of climate data is used in simulations. -\item \code{} = Financial year of output and input prices used in simulations. -\item \code{} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) +\item \var{} = Financial year of farm business data is used in simulations. +\item \var{} = Financial year of climate data is used in simulations. +\item \var{} = Financial year of output and input prices used in simulations. +\item \var{} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) Here financial years are referred to by the closing calendar year (\emph{e.g.}, 2022 = 1 July 2021 to 30 June 2022). } --- Taken from Australian Bureau of Agricultural and Resource Economics and -Sciences (2024) +-- Taken from \cite{Australian Bureau of Agricultural and Resource +Economics and Sciences (2024)} } \section{Data layers}{ The data layers from the downloaded NetCDF files are described in Table 2 -as seen in Australian Bureau of Agricultural and Resource Economics and -Sciences (2024). +as seen in \cite{Australian Bureau of Agricultural and Resource Economics +and Sciences (2024)}. Following is a copy of Table 2 for your convenience, please refer to the full document for all methods and metadata. diff --git a/man/read_agfd_terra.Rd b/man/read_agfd_terra.Rd index 7c1c39f..3bf9f03 100644 --- a/man/read_agfd_terra.Rd +++ b/man/read_agfd_terra.Rd @@ -78,8 +78,8 @@ resulting simulation results and percentile indicators are intended to reflect the combined impacts of annual climate and commodity price variability." --- Taken from Australian Bureau of Agricultural and Resource Economics and -Sciences (2024) +-- Taken from \cite{Australian Bureau of Agricultural and Resource +Economics and Sciences (2024)} } } @@ -89,28 +89,28 @@ Sciences (2024) Simulation output data are saved as multilayer NetCDF files, which are named using following convention: -\code{f.c.p.t.nc} +\var{f.c.p.t.nc} where: \itemize{ -\item \code{} = Financial year of farm business data is used in simulations. -\item \code{} = Financial year of climate data is used in simulations. -\item \code{} = Financial year of output and input prices used in simulations. -\item \code{} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) +\item \var{} = Financial year of farm business data is used in simulations. +\item \var{} = Financial year of climate data is used in simulations. +\item \var{} = Financial year of output and input prices used in simulations. +\item \var{} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) Here financial years are referred to by the closing calendar year (\emph{e.g.}, 2022 = 1 July 2021 to 30 June 2022). } --- Taken from Australian Bureau of Agricultural and Resource Economics and -Sciences (2024) +-- Taken from \cite{Australian Bureau of Agricultural and Resource +Economics and Sciences (2024)} } \section{Data layers}{ The data layers from the downloaded NetCDF files are described in Table 2 -as seen in Australian Bureau of Agricultural and Resource Economics and -Sciences (2024). +as seen in \cite{Australian Bureau of Agricultural and Resource Economics +and Sciences (2024)}. Following is a copy of Table 2 for your convenience, please refer to the full document for all methods and metadata. diff --git a/man/read_agfd_tidync.Rd b/man/read_agfd_tidync.Rd index 5399fe9..047e083 100644 --- a/man/read_agfd_tidync.Rd +++ b/man/read_agfd_tidync.Rd @@ -79,8 +79,8 @@ resulting simulation results and percentile indicators are intended to reflect the combined impacts of annual climate and commodity price variability." --- Taken from Australian Bureau of Agricultural and Resource Economics and -Sciences (2024) +-- Taken from \cite{Australian Bureau of Agricultural and Resource +Economics and Sciences (2024)} } } @@ -90,28 +90,28 @@ Sciences (2024) Simulation output data are saved as multilayer NetCDF files, which are named using following convention: -\code{f.c.p.t.nc} +\var{f.c.p.t.nc} where: \itemize{ -\item \code{} = Financial year of farm business data is used in simulations. -\item \code{} = Financial year of climate data is used in simulations. -\item \code{} = Financial year of output and input prices used in simulations. -\item \code{} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) +\item \var{} = Financial year of farm business data is used in simulations. +\item \var{} = Financial year of climate data is used in simulations. +\item \var{} = Financial year of output and input prices used in simulations. +\item \var{} = Financial year of farm \sQuote{technology} (equal to farm year in all simulations) Here financial years are referred to by the closing calendar year (\emph{e.g.}, 2022 = 1 July 2021 to 30 June 2022). } --- Taken from Australian Bureau of Agricultural and Resource Economics and -Sciences (2024) +-- Taken from \cite{Australian Bureau of Agricultural and Resource +Economics and Sciences (2024)} } \section{Data layers}{ The data layers from the downloaded NetCDF files are described in Table 2 -as seen in Australian Bureau of Agricultural and Resource Economics and -Sciences (2024). +as seen in \cite{Australian Bureau of Agricultural and Resource Economics +and Sciences (2024)}. Following is a copy of Table 2 for your convenience, please refer to the full document for all methods and metadata. From d46e6c9f9c52404878ee114338466f9a716330f8 Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Sat, 7 Dec 2024 17:27:20 +0800 Subject: [PATCH 8/8] Update codemeta.json --- codemeta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codemeta.json b/codemeta.json index c44be20..80888a0 100644 --- a/codemeta.json +++ b/codemeta.json @@ -333,7 +333,7 @@ }, "SystemRequirements": null }, - "fileSize": "386.628KB", + "fileSize": "386.504KB", "citation": [ { "@type": "SoftwareSourceCode",