Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
luciorq pushed 2 commits to cl-readme luciorq/condathis
luciorq closed a pull request on luciorq/condathis
feat: readme with some examples
Added a README with few examples and scope of the package.luciorq closed an issue on luciorq/condathis
`create_env` and message
Eveytime I run `create_env` even with `verbose = full`, i am expecting some sort of message that is confirming that everything went well. Something similar to running mircromamba in the terminal in...luciorq pushed 1 commit to main luciorq/condathis
- feat: add messages to create_env and remove_env #15 7471373
luciorq created a comment on an issue on luciorq/condathis
Thank you for the suggestion: Added better messaging for `verbose = "full"` and `verbose = "output"`. Additionally added messages to `remove_env()` <img width="688" alt="Screenshot 2024-11-0...
luciorq created a comment on an issue on luciorq/condathis
Just as a note in previous versions the function was called `list_env()` and was not exported, but it now stabilized as `condathis::list_envs()`.
luciorq pushed 2 commits to main luciorq/condathis
luciorq created a comment on an issue on tidyverse/style
In typical R interactive sessions, all variables declared by the user reside in the global environment, making it unnecessary to style them differently based on namespaces. The concept of constant...
luciorq created a comment on an issue on luciorq/condathis
Solved by [0b4f562](https://github.com/luciorq/condathis/commit/0b4f56211e0e0fb3cf80f5eb7824120692213e2f)
luciorq closed an issue on luciorq/condathis
Missing `bzip2` library for decompressing micromamba executable
## Problem `tar.bz2` compressed files should not be the standard For instance, the [`rocker/tidyverse`](https://hub.docker.com/r/rocker/tidyverse) container image does not contain the `bzip2`...luciorq closed an issue on luciorq/condathis
create_env lbzip2 missing
running `condathis` in a `rocker/tidyverse` container. ``` > condathis::create_env( + c("curl==7.78.0", "libcurl", "openssl"), + env_name = "openssl-linux-env", + verb...luciorq created a comment on an issue on luciorq/condathis
Failover method implemented in: 0b4f562 Thank you!
luciorq pushed 1 commit to main luciorq/condathis
- fix: failover download without bzip2 dependency 0b4f562
luciorq pushed 2 commits to main luciorq/shell-lib
luciorq pushed 1 commit to main luciorq/homebrew-rs-daily
- chore: version upgrade - 2024.11.0-daily+319 8ad2a2d
luciorq pushed 3 commits to main luciorq/condathis
luciorq created a tag on luciorq/condathis
v0.0.6 - Run any CLI tool on a Reproducible Isolated Environment ⚙️⚡