Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

llrs-roche

llrs-roche pushed 1 commit to main insightsengineering/teal.modules.general
  • Add ability to set `datanames` (#824) Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.git... 1572016

View on GitHub

llrs-roche closed an issue on insightsengineering/teal.modules.general
Ability to set `datanames` in module's constructor
### Summary Related to https://github.com/insightsengineering/teal/issues/1436. We need to review all modules to ensure there is a way for users to set `datanames` in the module. Upon revie...
llrs-roche deleted a branch insightsengineering/teal.modules.general

821_select_datanames@main

llrs-roche closed a pull request on insightsengineering/teal.modules.general
Add ability to set `datanames`
# Pull Request <!--- Replace `#nnn` with your issue link for reference. --> Fixes #821 This PR add a parameter (or uses existing ones) to use on `teal::module(datanames)` to select which ...
llrs-roche pushed 1 commit to 821_select_datanames@main insightsengineering/teal.modules.general

View on GitHub

llrs-roche created a review on a pull request on insightsengineering/teal

View on GitHub

llrs-roche created a review comment on a pull request on insightsengineering/teal
I understand that on this example there is only one object named `object`, but on the previous documentation it was documented generally: "tables or plots" that is something that is lost with this ...

View on GitHub

llrs-roche created a review on a pull request on insightsengineering/teal

View on GitHub

llrs-roche pushed 3 commits to 821_select_datanames@main insightsengineering/teal.modules.general
  • Ensures required packages are in Imports section (#774) # Pull Request <!--- Replace `#nnn` with your issue link ... 67692e3
  • [skip actions] Bump version to 0.3.0.9064 67e9d92
  • Merge branch 'main' into 821_select_datanames@main 25d872e

View on GitHub

llrs-roche created a review comment on a pull request on insightsengineering/teal.modules.general
Suggestion to make it clear the distinction between transformers and decorators ```suggestion #' decorator for tables or plots included in the module output reported. ```

View on GitHub

llrs-roche created a review on a pull request on insightsengineering/teal.modules.general
All the other changes since my previous feedback look good. I left a minor comment to help users. Not sure of the implications of the changes on `normalize_decorators` but I didn't notice any pr...

View on GitHub

llrs-roche created a review on a pull request on insightsengineering/teal.modules.general
All the other changes since my previous feedback look good. I left a minor comment to help users. Not sure of the implications of the changes on `normalize_decorators` but I didn't notice any pr...

View on GitHub

llrs-roche created a review comment on a pull request on insightsengineering/teal
```suggestion #' decorators for `object`s included in the module. ```

View on GitHub

llrs-roche created a review on a pull request on insightsengineering/teal
Looks good, just one minor comment, the current documentation is specific for this example module. Could it be made a bit more general? See suggestion (not sure how if it would render well)

View on GitHub

llrs-roche created a review on a pull request on insightsengineering/teal
Looks good, just one minor comment, the current documentation is specific for this example module. Could it be made a bit more general? See suggestion (not sure how if it would render well)

View on GitHub

llrs-roche created a comment on an issue on insightsengineering/teal.transform
Related to: https://github.com/insightsengineering/nestdevs-tasks/issues/57 It might not be the best time investment. Or documentation should be updated to point to the replacement appropriately.

View on GitHub

llrs-roche created a comment on an issue on insightsengineering/teal
I don't see any duplicated warning on the example code with the current devel versions: ![screenshot of pop up in show R code ](https://github.com/user-attachments/assets/f9b0d9e9-2159-4bd9-8486-0...

View on GitHub

llrs-roche created a comment on a pull request on insightsengineering/teal.modules.general
@gogonzo All checks pass now. If there is no more comments I'll merge the PR this afternoon. Thanks for helping with the ordering issue.

View on GitHub

llrs-roche pushed 2 commits to 821_select_datanames@main insightsengineering/teal.modules.general
  • Keep order or datanames cdfe6f7
  • Merge branch '821_select_datanames@main' of https://github.com/insightsengineering/teal.modules.general into 821_sele... 4f8e966

View on GitHub

llrs-roche starred Jfortin1/arbalist
llrs-roche created a comment on an issue on insightsengineering/teal.gallery
I was checking the apps, and realized this also happens in other tabs like the Volcanoplot: select SEX as grouping variable and should see a similar message. I think an issue on hermes should be o...

View on GitHub

llrs-roche created a review comment on a pull request on insightsengineering/teal.slice
We don't need to test for teal_slices as this is done in the other file. ```suggestion testthat::expect_identical(print(fs1), fs1) ```

View on GitHub

llrs-roche created a review comment on a pull request on insightsengineering/teal.slice
```suggestion testthat::test_that("print.teal_slice returns argument", { ```

View on GitHub

llrs-roche created a review on a pull request on insightsengineering/teal.slice
Yeah, each team have their preferences and methods. I'm sure I would also learn a lot if I contributed or used {admiral}. You are on a great start with {teal}! I left two suggestions to make a t...

View on GitHub

llrs-roche created a review on a pull request on insightsengineering/teal.slice
Yeah, each team have their preferences and methods. I'm sure I would also learn a lot if I contributed or used {admiral}. You are on a great start with {teal}! I left two suggestions to make a t...

View on GitHub

llrs-roche pushed 4 commits to add_content pharmaR/riskreports
  • Fix typo c9856a3
  • Remove newlines from dependencies 5eecfd5
  • Merged origin/main into add_content e57956e
  • Reorganize content to the top 85137b9

View on GitHub

llrs-roche created a comment on a pull request on insightsengineering/teal.modules.general
I can now reproduce the failing checks locally (both on Rstudio R terminal and on the check window pane). Running the tests manually, shows additional information. From this [failing test](https...

View on GitHub

llrs-roche pushed 2 commits to 821_select_datanames@main insightsengineering/teal.modules.general
  • Set parent_dataname that matches data available 4b2eba2
  • Documentation update d28c934

View on GitHub

llrs-roche created a comment on an issue on insightsengineering/teal.slice
<details> <summary>teal.code: qenv already works as intended</summary> ``` r library("teal.code") q1 <- qenv() q2 <- eval_code(q1, "a <- 1") q3 <- print(q2) #> <environment: 0x000001ece6...

View on GitHub

llrs-roche created a review on a pull request on insightsengineering/teal.slice
Hi! Many thanks for your contribution! This is a great start. Could you please update `print.teal_slices` with a similar change? Could you add tests for these changes on the corresponding `...

View on GitHub

Load more