NEWS.md
Released on GitHub on 16th January 2019
CompadreDB
and CompadreM
.ClassUnionMethods
. e.g. functions matA
, matU
, matF
, and matC
output all A,U,F, or C matrices from a database.cdb_fetch
function to obtain the latest version of COMPADRE or COMADRE.dplyr
functions can be used with the database (e.g. filter).subset
, []
now work.magrittr
pipes.cdb_
prefix, followed by verb (e.g. dbCompare
becomes cdb_compare
and cleanDatabase
becomes cdb_flag
).cdb_unnest
unnests the DB by spreading the matrices into separate list columns.convert2flat
is replaced with cdb_flatten
, but works on an entire database rather than a single matrix. cdb_unflatten
reverses the procedure.collapseMatrix
, identifyReprodStages
, rearrangeMatrix
, splitMatrix
moved to the Rage
package.Released on GitHub on 30th August 2018
CompadreData
with definition and methods.CompadreM
with definition and methods.checkspecies
, check for matrix problems (cleanDatabase
),mergeDB
), compare database versions (dbCompare
), subset the database (subsetDB
).collapseMatrix
), convert matrix to a “flat” format (convert2flat
), calculate the mean F matrix (getMeanMatF
), segregate reproductive/non-reproductive stages rearrangeMatrix
, split the matrix into submatrices (splitMatrix
)stringtomatrix
.