Changelog
Source:NEWS.md
Version 0.3-8 – Oct 6, 2021
CRAN release: 2021-10-06
Use DOI to JSS article instead of URL. # Version 0.3-7 – Feb 28, 2020
stringsAsFactors = TRUEadded todata.frame()calls to prepare for R-devel changes.
Version 0.3-5 – Mar 24, 2018
CRAN release: 2018-03-25
-
sum_byto sum a vector by grouping indices. -
Meltusesuniquecolnames to avoid duplicate factor levels warning. -
rBindandcBinddeprecated andrbind/cbindis used (https://stat.ethz.ch/pipermail/r-devel/2018-March/075737.html), package now depends on R (>= 3.2.0).
Version 0.3-4 – Oct 12, 2016
CRAN release: 2016-10-14
- New functions:
'%notin%', the negation of'%in%';reclassfor reclassifying factors;redistributefor redistributing values in a matrix. -
inst/CITATIONfile updated.
Version 0.3-3 – Feb 29, 2016
CRAN release: 2016-03-01
-
nonDuplicatednow usesdrop=FALSEto prevent 1-column inputs to loose their dimensions. - New function:
compare_setsto compare sets. - New function:
find_maxandfind_minto find max/min index and value for rows of a matrix. - pbapply is now a dependency.
Version 0.3-2 – Nov 21, 2015
CRAN release: 2015-11-22
- New function:
r2rmdto parse an ordinary R source file and return an Rmd file by trimming double hashes and wrapping code chunks. - Vignette removed from package, migrated to development site on GitHub.
Version 0.3-1 – Nov 7, 2013
CRAN release: 2014-05-16
- stack method for Mefa objects: column labels for
@taxatables fixed. - New functions:
pasteDate,paste0date,nameAlnum. These were added to facilitate common character operations (versioning files, cleaning up taxonomic names).
Version 0.3-0 – Sept 25, 2013
CRAN release: 2013-10-08
- Spell check completed using
utils:::aspell. - Import methods pkg in namespace to satisfy R 3.0.2 checks.
- Depends: R (>= 2.14.0) because vignette directory has moved.
Version 0.2-9 – July 11, 2013
CRAN release: 2013-07-11
-
Xtab: 1-row/col matrices dropped dimnames – now fixed. - Vignette moved to vignettes from
inst/doc.
Version 0.2-8 – July 6, 2012
CRAN release: 2012-07-07
-
mbind2: inner set is based on x+y instead of left join x. Methods for matrix and sparse matrix classes, but not for Mefa where the sum is not trivial. -
nonDuplicatedgainedna.rmargument to handle possible duplicates in row names.
Version 0.2-7 – May 2, 2012
CRAN release: 2012-05-14
-
inst/COPYINGremoved. -
stackmethod added to Mefa class. -
groupSums,groupMeans: failed when join was"inner"and both@sampand@taxaslots of the new object wereNULL. Check onNULLattribute table related join type is now relaxed for object class Mefa (reported by D. Stralberg). -
mbindusesdrop=TRUEto protect single column/row cases.
Version 0.2-6 – March 19, 2012
CRAN release: 2012-03-19
- Rd link to
Matrix:::xtabsremoved (sparse=TRUEis instats:::xtabs). Reported by Uwe Ligges.
Version 0.2-4 – August 23, 2011
CRAN release: 2011-10-17
-
groupMeans:NAhandling changed, mean is calculated as dividing by the non-NAvalues when collapsing.
Version 0.2-3 – July 9, 2011
CRAN release: 2011-08-23
-
packageStartupMessageused inzzz.R.onAttach. - Typos fixed in vignette and help pages.
- 1x1 dim issues fixed again using
drop=FALSEat many places (Mefa,<-,[,mbind). - typo corrected in
mbindfor Mefa objects that leftTAXAPARTtemp variable in result. -
@samp/@taxatable handling inmbindfor Mefa objects is revised, not using defaultmerge(..., all=TRUE). -
Xtab: lhs must be numeric.
Version 0.2-2 – May 13, 2011
CRAN release: 2011-07-23
- Allowing for 0 and 1 row/col Mefa objects (
'xtab<-'and'['). -
nonDuplicatedfinds y in data frame and patent frame first.
Version 0.2-1 – February 14, 2011
CRAN release: 2011-05-15
-
Meltfunction added to reverse side effects ofXtab. - Docs for
Meltadded (Rd, tests, vignette).
Version 0.1-2 – January 26, 2011
-
nonDuplicatedfunction added. - segmented
Xtaboutput implemented as list of sparse matrices.
Version 0.1-1 – January 25, 2011
- S4 classes working properly.
-
/testsdir added to pkg tree. - Xtab class is redundant, use dgCMatrix class instead.
- A vignette with design decisions added, it also has the performance comparison.
-
mbindmethod for binding matrices added with a ‘left join’ implementation. - Rd files added, needs proofreading.