ITADN
insightsengineering/teal.modules.hermes

版本发布 2

v0.2.0
? · 2025-04-03

### Enhancements * Added `teal.logger` functionality for logging changes in shiny inputs in all modules. * Introduce `transformators` parameter in modules. ## What's Changed * increase load time out x 10 by @danielinteractive in https://github.com/insightsengineering/teal.modules.hermes/pull/359 * 360 [Bug]: unexpected reinitialization by @BFalquet in https://github.com/insightsengineering/teal.modules.hermes/pull/362 * 361 `R CMD check` consumes a large amount of memory by @BFalquet in https://github.com/insightsengineering/teal.modules.hermes/pull/363 * add linux snapshots by @danielinteractive in https://github.com/insightsengineering/teal.modules.hermes/pull/366 * update snapshot, add wait_for_idle by @BFalquet in https://github.com/insightsengineering/teal.modules.hermes/pull/369 * 445 unify html tags by @kartikeyakirar in https://github.com/insightsengineering/teal.modules.hermes/pull/367 * register teal.logger handlers by @pawelru in https://github.com/insightsengineering/teal.modules.hermes/pull/354 * 370 again integration test failures because of snapshot changes by @BFalquet in https://github.com/insightsengineering/teal.modules.hermes/pull/371 * increase timeout by @BFalquet in https://github.com/insightsengineering/teal.modules.hermes/pull/373 * adapt timeout by @BFalquet in https://github.com/insightsengineering/teal.modules.hermes/pull/376 * error in pca snapshot by @BFalquet in https://github.com/insightsengineering/teal.modules.hermes/pull/377 * Workflow propagation by @walkowif in https://github.com/insightsengineering/teal.modules.hermes/pull/368 * Closes #374 remove all references to `scda` by @zdz2101 in https://github.com/insightsengineering/teal.modules.hermes/pull/380 * 379 [Bug]: integration test failure by @BFalquet in https://github.com/insightsengineering/teal.modules.hermes/pull/381 * 239 utilize `logger::log_shiny_input_change` by @m7pr in https://github.com/insightsengineering/teal.modules.hermes/pull/382 * add idling time by @BFalquet in https://github.com/insightsengineering/teal.modules.hermes/pull/384 * 553 change level in `log_shiny_input_changes` and exclude plot sizes in logging by @m7pr in https://github.com/insightsengineering/teal.modules.hermes/pull/386 * Fix integration test failures by @vedhav in https://github.com/insightsengineering/teal.modules.hermes/pull/387 * Workflow propagations by @walkowif in https://github.com/insightsengineering/teal.modules.hermes/pull/388 * add library by @BFalquet in https://github.com/insightsengineering/teal.modules.hermes/pull/389 * Workflow propagations by @walkowif in https://github.com/insightsengineering/teal.modules.hermes/pull/391 * update readme by @pawelru in https://github.com/insightsengineering/teal.modules.hermes/pull/390 * Update DESCRIPTION by @pawelru in https://github.com/insightsengineering/teal.modules.hermes/pull/392 * Fix integration test@main by @BFalquet in https://github.com/insightsengineering/teal.modules.hermes/pull/394 * add setup-r-dependencies by @vedhav in https://github.com/insightsengineering/teal.modules.hermes/pull/395 * 87 remove datasets - decrease package size by @m7pr in https://github.com/insightsengineering/teal.modules.hermes/pull/396 * Fix logger by @gogonzo in https://github.com/insightsengineering/teal.modules.hermes/pull/397 * remove datanames() by @gogonzo in https://github.com/insightsengineering/teal.modules.hermes/pull/401 * 1441 Introduce transformators parameter in modules by @m7pr in https://github.com/insightsengineering/teal.modules.hermes/pull/399 * WIP fix scheduled job by @m7pr in https://github.com/insightsengineering/teal.modules.hermes/pull/400 * relax DT version assumptions by @m7pr in https://github.com/insightsengineering/teal.modules.hermes/pull/402 * Add getting started to navbar so it can be accessed by @vedhav in https://github.com/insightsengineering/teal.modules.hermes/pull/404 * Remove lookup-refs, vbump dependencies + add Remotes by @m7pr in https://github.com/insightsengineering/teal.modules.hermes/pull/403 * [skip vbump] upversion to 0.2.0 by @donyunardi in https://github.com/insightsengineering/teal.modules.hermes/pull/407 ## New Contributors * @zdz2101 made their first contribution in https://github.com/insightsengineering/teal.modules.hermes/pull/380 **Full Changelog**: https://github.com/insightsengineering/teal.modules.hermes/compare/v0.1.6...v0.2.0

v0.1.6
? · 2024-02-13

### Miscellaneous * Added placeholders for `assaySpec`, `adtteSpec` and `geneSpec` inputs when no option is selected. * Disabled the select input for `assaySpec` and `adtteSpec` when there are no options available. * For module developers: The module gets `teal_data` object in the UI and `reactive(<teal_data>)` in the server ### Enhancements * Updated the documentation and vignettes with the new way of specifying data for `teal::init()`. The `data` argument accepts `teal_data` object. ## What's Changed * Workflow propagation by @walkowif in https://github.com/insightsengineering/teal.modules.hermes/pull/328 * Use token in spelling workflow by @walkowif in https://github.com/insightsengineering/teal.modules.hermes/pull/329 * Disable dropdown on encondings if no option is available by @averissimo in https://github.com/insightsengineering/teal.modules.hermes/pull/332 * Only retain hard dependencies from pre-commit hooks by @averissimo in https://github.com/insightsengineering/teal.modules.hermes/pull/333 * 330 Fix integration test (update adtteSpec snapshott) by @BFalquet in https://github.com/insightsengineering/teal.modules.hermes/pull/334 * 198 Include user's card labels when generating the report by @kartikeyakirar in https://github.com/insightsengineering/teal.modules.hermes/pull/336 * 339 migrate to teal data@main by @m7pr in https://github.com/insightsengineering/teal.modules.hermes/pull/342 * add teal.data in package imports by @donyunardi in https://github.com/insightsengineering/teal.modules.hermes/pull/347 * Using `teal_data` in the modules instead of `tdata` by @vedhav in https://github.com/insightsengineering/teal.modules.hermes/pull/344 * Workflow propagation by @walkowif in https://github.com/insightsengineering/teal.modules.hermes/pull/350 * silent logger in tests by @pawelru in https://github.com/insightsengineering/teal.modules.hermes/pull/353 * Fix pkgdown redirect by @vedhav in https://github.com/insightsengineering/teal.modules.hermes/pull/356 * Fix broken examples by @vedhav in https://github.com/insightsengineering/teal.modules.hermes/pull/351 * 355: Add `load_timeout = 30000` to `AppDriver::new()` calls by @danielinteractive in https://github.com/insightsengineering/teal.modules.hermes/pull/357 * new release by @danielinteractive in https://github.com/insightsengineering/teal.modules.hermes/pull/358 ## New Contributors * @averissimo made their first contribution in https://github.com/insightsengineering/teal.modules.hermes/pull/332 * @kartikeyakirar made their first contribution in https://github.com/insightsengineering/teal.modules.hermes/pull/336 **Full Changelog**: https://github.com/insightsengineering/teal.modules.hermes/compare/v0.1.5...v0.1.6