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 7 commits to 1219_rephrase_data_in_modules_server insightsengineering/teal
  • Simplify CI Pipelines (#1460) Tries to reduce some package versioning complexity in CI pipelines. More explanation ... 59ca691
  • [skip actions] Bump version to 0.15.2.9109 bee2126
  • vbump logger (#1462) As we are planning to release teal, at some point we should update all versions of development... 8c5d080
  • [skip actions] Bump version to 0.15.2.9110 ef2eb9b
  • add Remotes to DESCRIPTION (#1461) Part of https://github.com/insightsengineering/coredev-tasks/issues/609 ------... d9c1379
  • [skip actions] Bump version to 0.15.2.9111 72be1dc
  • Merge branch 'main' into 1219_rephrase_data_in_modules_server 478741a

View on GitHub

llrs-roche created a review on a pull request on insightsengineering/hermes
Test passed too! 🎉 This makes it easier to install and use the package! Thanks!

View on GitHub

llrs-roche pushed 1 commit to 1452_datanames@main insightsengineering/teal.modules.general
  • Modify the app driver to match the previous behavior on test. 8bebda0

View on GitHub

llrs-roche created a review comment on a pull request on insightsengineering/hermes
```suggestion lifecycle, ```

View on GitHub

llrs-roche created a review on a pull request on insightsengineering/hermes
All scheduled actions pass now: ![image](https://github.com/user-attachments/assets/ba36b785-23c9-43a1-b7cd-5b251612ae9a) The package will only work with current Bioconductor version or later. ...

View on GitHub

llrs-roche pushed 7 commits to 1452_datanames@main insightsengineering/teal.modules.general
  • add a check for non-unique decorator names (#828) The same as in tmc https://github.com/insightsengineering/teal.... d01a47f
  • [skip actions] Bump version to 0.3.0.9068 a5a000e
  • simplify builds dependencies of extra-deps (#830) Companion to that allows to use older MultiAssayExperiment and old... 399d0ac
  • [skip actions] Bump version to 0.3.0.9069 93eed46
  • vbump teal.logger (#831) As we are planning to release teal, at some point we should update all versions of develop... 4143178
  • [skip actions] Bump version to 0.3.0.9070 77b1813
  • Merged origin/main into 1452_datanames@main fe758fc

View on GitHub

llrs-roche created a comment on a pull request on insightsengineering/teal.modules.general
This branch fixes `tm_data_table`, `tm_variable_browser` and `tm_missing_data` modules to display the output on several cases. In addition, the `tm_front_page` module was changed. With this branch...

View on GitHub

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

View on GitHub

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

View on GitHub

llrs-roche created a comment on a pull request on insightsengineering/teal.modules.general
If I use ```r teal.modules.general::tm_data_table( datanames = NULL, variables_selected = list(IRIS = colnames(data$IRIS)[1:3], MTCARS = character(0)), ``` I get: ``` [INFO] 2025...

View on GitHub

llrs-roche created a comment on a pull request on insightsengineering/teal
Github actions are run only after they are approved (due to people abusing it for bitcoin mining and other bad purposes). I approved them now and will merge once they pass. Thanks again! About t...

View on GitHub

llrs-roche created a comment on an issue on pharmaR/pharmapkgs
For completeness, here is the official definition of [R repositories](https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Setting-up-a-package-repository). As I was re-reading it again,...

View on GitHub

llrs-roche created a review on a pull request on insightsengineering/teal.gallery
I'm surprised by this change. In the past I found several issues with renv and using Bioconductor. When adding the Bioconductor repositories using the standard BiocManager I see these names for...

View on GitHub

llrs-roche created a comment on an issue on insightsengineering/teal.modules.clinical
The module could check if the factors are within what we expect so that users like you have an easier time to uncover this. For instance in this case the conversion to detect the max value is with:...

View on GitHub

llrs-roche created a comment on a pull request on pharmaR/pharmapkgs
Now that I see you want to modify quarto, we might need to use quarto 1.7.13 as there are some bug fixes that make the template easier to use (I'm still checking this but wanted to give some heads ...

View on GitHub

llrs-roche created a comment on a pull request on insightsengineering/teal
It seems there are [two tests affected](https://github.com/insightsengineering/teal/actions/runs/12925526800/job/36046682249?pr=1459) by this change (The coverage is much higher than I expected). ...

View on GitHub

llrs-roche pushed 3 commits to 1089_use_title_case_in_default_module_label jimrothstein/teal
  • Simplify CI Pipelines (#1460) Tries to reduce some package versioning complexity in CI pipelines. More explanation ... 59ca691
  • [skip actions] Bump version to 0.15.2.9109 bee2126
  • Merge branch 'main' into 1089_use_title_case_in_default_module_label 6d2696d

View on GitHub

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

View on GitHub

llrs-roche created a comment on a pull request on insightsengineering/teal.reporter
I found this same problem on #299 , I explored it a bit and I think it is a problem with roxygen @examplesIf, see also #248. I don't think changing datasets will reduce computing time. We might be ...

View on GitHub

llrs-roche created a review comment on a pull request on insightsengineering/teal.goshawk
Following similar PR, can't it be replaced by: ```suggestion extra-deps: | matrixStats (>= 1.5.0);teal.slice (>= 0.5.1.9021) ```

View on GitHub

llrs-roche created a review on a pull request on insightsengineering/teal.goshawk
Looks good, just one comment regarding the Bioconductor dependencies. I am also surprised that testthat 3.20 works here instead of requiring 3.2.2 for the problems we had with rlang and withr i...

View on GitHub

llrs-roche created a review on a pull request on insightsengineering/teal.goshawk
Looks good, just one comment regarding the Bioconductor dependencies. I am also surprised that testthat 3.20 works here instead of requiring 3.2.2 for the problems we had with rlang and withr i...

View on GitHub

llrs-roche created a review on a pull request on insightsengineering/teal.slice
The change makes sense and a the checks remained with the same failure as [main](https://github.com/insightsengineering/teal.slice/actions/runs/12850106779/job/35829410339) on [this branch](https:/...

View on GitHub

llrs-roche created a comment on an issue on quarto-dev/quarto-cli
Apologies for the very brief message, I saw that the milestone was updated and the issue is not closed and I thought there were something to fix on quarto. I have read these related threads and I h...

View on GitHub

llrs-roche created a comment on an issue on quarto-dev/quarto-cli
Is there any update on this issue? I would really like to have this solved, as this also messes up when reports are generated in different file formats and they need to be moved & renamed manually...

View on GitHub

llrs-roche deleted a branch insightsengineering/teal.reporter

fix_docs@main

llrs-roche closed a pull request on insightsengineering/teal.reporter
Match code and documentation
While checking for other issues I noticed in the examples some mismatch between the text and the result. I also observed some differences between the options on the code and the documented option...
llrs-roche created a comment on an issue on pharmaverse/pharmaverse
I'd like to see how it works and how it compares with the R counterparts. Even if the license doesn't make it open source , is the package available somewhere we can check/review it?

View on GitHub

llrs-roche created a comment on a pull request on pharmaR/riskreports
@Gotfrid @Zhenglei-BCS I reorganized the report and added some more content. Let me know if you like it. Here is a screenshot of the first sections: ![image](https://github.com/user-attachments...

View on GitHub

llrs-roche pushed 1 commit to add_content pharmaR/riskreports
  • Simplify dependency table and reverse_dependencies list 9ae68da

View on GitHub

Load more