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 (No 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)
- Support coerce objects to a data frame [implemented using tidyverse] (No Known)
- Support ceiling and floor methods (No 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: unknown, documentation: unknown