title: "Release notes for MWTools
"
output: html_document
Cite all releases with doi 10.5281/zenodo.7584858, which always resolves to the latest release.
tidy_pfu_data()
to manually split column names
after tidyr::pivot_longer()
.
Using the built-in names_sep
functionality of pivot_longer()
is not working for some data frames
(despite working for all tests).MWTools.Rmd
vignette failed because
.bib
file was named references.bib
but the vignette
looked for References.bib
.
This problem was fixed by changing the name of the file to References.bib
.tidy_fao_live_animals()
has been adjusted to accommodate this change.MWTools
occurred
in the 2023 release of the FAO data retrieved via FAOSTAT
. "Buffaloes" is
now incorporated in a combined "Cattle and Buffaloes" item. To fix this we
calculate "Buffaloes" by subtracting "Cattle" from "Cattle and Buffaloes".
The species "Mules" has been renamed "Mules and hinnies".test-calc_amw_functions.R
to ensure these name changes
are flowing through the functions.local::.. github::MatthewHeu/IEATools
, because
the GitHub Action will look for a DESCRIPTION file in the parent directory!
Instead, do local::., github::MatthewHeu/IEATools
.
Sigh! calc_amw_functions.R
to ensure 100% test coverage.output_unit
argument to prep_psut()
.
Default is TJ.matrix.class
argument to matrix_class
.Matrix
objects.prepareRawILOData()
to prepare this raw data.tidyselect
,
eliminating warnings from several dplyr::all_of()
invocations.prep_psut()
now returns a zero-row data frame
if the inputs are zero-row data frames.phi_vec_mw()
creates a phi vector
for use when converting energy to exergy.NA
values to 0
in specify_energy_type_method()
,
to defend against energy balance errors later in the prep_psut()
function.prep_psut()
and friends.NEWS.md
file to track changes to the package.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.