Changelog
Source:NEWS.md
hagis 3.1.11
CRAN release: 2023-09-06
hagis 3.1.7
hagis 3.1.3
CRAN release: 2021-10-14
Minor changes
Sample names in
calculate_diversities()
are not required to be numeric values. Previously, this column was converted tonumeric
so ifcharacter
values were present, these values becameNA
. This allows for greater flexibility when analysing the data as sample names are often more descriptive than just a numerical value.Spelling corrections in code comments
Clean up CITATION file
README is now more complete with information and links to the MPMI paper
hagis 3.1.2
CRAN release: 2021-09-30
Minor changes
Improved documentation formatting
Update ROxygen details
Fixes incomplete end of line in test-create_binary_matrix.R
Add wordlist of allowed words for spellchecking
More consistent code styling in vignettes
Prefer “_” to “*” for italics
More verbose handling of importing {data.table} as a whole package using “R/utils-data.table.R” in place of “R/zzz.R”
hagis 3.1.0
CRAN release: 2020-10-07
Major Changes
Add new function,
create_binary_matrix()
to format data for exporting beta diversity matrices representing the pathotype of each isolate. Users can export a binary pathotype data matrix which could then be used to visualize beta-diversity of pathotypes using {vegan} or {ape} in RAdd new vignette, “Beta-diversity Analyses”, to illustrate the use of the new functionality
hagis 3.0.0
CRAN release: 2019-08-26
Defunct functions
-
plot()
is now defunct. Useautoplot()
to plot {hagis} objects in place ofplot()
. This is to avoid the side-effect of generating and displaying a plot every timeplot()
is called, which can be troublesome when using {ggplot2} themes since it created two plots, the original with the base theme and the new themed plot
Minor Changes
Rename output column
N_susc
toN_virulent_isolates
Don’t round results from
summarize_gene()
orcalculate_complexities()
before returning values to userImplement fix suggested by @zkamvar to ensure that the user-input data is not changed from a
data.frame
ortibble
object to adata.table
object in the R sessionAdd ability to sort graph x-axis in ascending or descending order based on the y-axis values rather than only by gene or complexity.
Move example data set into internal data and provide documentation for them
Provide documentation for how diversity indices are calculated along with mathematical notation where possible to display
Calculate Shannon and Simpson indices internally rather than rely on {vegan} to reduce number of Dependencies
Replace the term
field
withcolumn
in documentationTest coverage now 100 %
Add funding agencies to DESCRIPTION Authors@R field