You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change qenv as environment "type" -- adds names(qenv/qenv.error), get() and $ S3 methods (#218)
# Pull Request
- Part of insightsengineering/teal.data#333
- Fixes#221
- closes#164
- Companion of insightsengineering/teal.data#347
#### Changes description
- `qenv` S4 class inherits from `environment` data class
- Removes `@env` slot in favor of `qenv`
- Replace all instances of `@env` with `@.xData` (slot created by parent
class)
- All functions/methods that work for `environment` class are supported
natively in `qenv`
---------
Signed-off-by: André Veríssimo <[email protected]>
Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Dawid Kałędkowski <[email protected]>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments