FEATURES / CHANGES
- Simplified
ddply_getFeatures()by calling the newly createdSmisc::pddply() - Minor edits to vignette
FEATURES / CHANGES
- Removed
genDemoData(). These data can be obtained usingdata(demoData, package = "qFeature") - Removed call to
make.response.mat()in its example
BUG FIXES
- Found a workaround to
R CMD CHECKnot running the tests. See this issue
FEATURES / CHANGES
- Edits to implement travisCI for testing package. Added
.travis.ymland.Rbuildignore
FEATURES / CHANGES
-
Added
genDemoData(), which can be called from other packages via theqFeaturenamespace. -
Added README.md
BUG FIXES
- Corrected passing of
fitQarguments from higher-level arguments
FEATURES / CHANGES
- Edits to make ready package for deployment to github and CRAN
BUG FIXES
ddply_getFeatures()was failing due to incorrect input toSmisc::selectElements()
BUG FIXES
plyr::ddply()produces a bogus warning when run in parallel (see hadley/plyr#203). Corrected the handling of these warnings so that they do not appear when usingddply_getFeatures()in parallel.
FEATURES / CHANGES
- Added
check_getFeatures_args()andcheck_fitQ_args()to minimize redundancy in the argument checking - Added
centerScaleargument toddply_getFeatures()andgetFeatures()to easily center and scale continuous variables prior to extracting features - Removed
inst/validation_functions/calcIVTslow()because it was a legacy function fromcalcIVTthat no longer has any relevance for the package
FEATURES / CHANGES
- Initial version of
qFeature, a revision of thecalcIVTpackage