Work in progress
- Suitable for CRAN [both dsBase (Done) and dsBaseClient (Done)]
- issue with the ds.glm function that you might have if you include pre-processed factors as covariates (Not Known)
- Remove deprecated methods:
- ds.listOpals (Done)
- ds.setDefaultOpals (Done)
- ds.subsetByClass (Not Done)
- ds.subset (Not Done)
- ds.vectorCalc (Not Done)
- logical2int (Not Done)
- ds.listServersideFunctions (Not Known)
- ds.look (Not Known)
- ds.message (Not Known)
- ds.meanByClass (Not Known)
- ds.recodeLevels (Not Known)
- Means helper functions: meanByClassHelper0a (Not Known), meanByClassHelper0b (Not Known), meanByClassHelper1 (Not Known), meanByClassHelper2 (Not Known), meanByClassHelper3 (Not Known), meanByClassHelper4 (Not Known)
- Support coerce objects to a data frame [implemented using tidyverse] (Not Known)
- Support ceiling and floor methods (Not Known)
- New implementations (date, predict, round, scale), dsBase (Done) and dsBaseClient (In Process)
- Update glmSLMADS.assign in dsBase to include the actual input formula in the assigned output.
- Remove need for “tar” files in dsBaseClient distribution
- Able to deploy packages from GitHub to Armadillo
- Able to change privacy control settings remotely during testing via Armadillo
- Rework error message handle in tests and methods: 40-50 tests
- Incorporate mdPatternDS and ds.mdPattern: coding: Done, tests: Not Known, documentation: Not Known