v0.1.0
Pre-release
Pre-release
First early release (last update 20180405)
Rcompadre 0.1.0
- First pre-release version!
- Established S4 class
CompadreData
with definition and methods. - Established S4 class
CompadreM
with definition and methods. - Functions to
checkspecies
, check for matrix problems (cleanDatabase
), - Functions to manipulate the databases: merge databases (
mergeDB
), compare database versions (dbCompare
), subset the database (subsetDB
). - Functions to manipulate matrices: to collapse matrix to a smaller number of stages (
collapseMatrix
), convert matrix to a "flat" format (convert2flat
), calculate the mean F matrix (getMeanMatF
), segregate reproductive/non-reproductive stagesrearrangeMatrix
, split the matrix into submatrices (splitMatrix
) - Function to produce a matrix from a string representation
stringtomatrix
. - Added continuous integration.