Skip to content

Commit

Permalink
docs: regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
luciorq committed Nov 30, 2024
1 parent 30a80fc commit 9bbd902
Show file tree
Hide file tree
Showing 21 changed files with 149 additions and 61 deletions.
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Package: condathis
Title: Run Any CLI Tool on a Conda Environment
Version: 0.0.7.9002
Version: 0.0.7.9003
Authors@R: c(
person("Lucio", "Queiroz", , "luciorqueiroz@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-6090-1834")),
person("Claudio", "Zanettini", , "claudio.zanettini@gmail.com", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0001-5043-8033"))
)
Description: Simplifies the execution of command line tools within
isolated and reproducible environments. It enables users to
effortlessly manage Conda environments, execute command line tools,
handle dependencies, and ensure reproducibility in their data analysis
workflows.
Description: Simplifies the execution of command line interface (CLI)
tools within isolated and reproducible environments. It enables users
to effortlessly manage 'Conda' environments, execute command line
tools, handle dependencies, and ensure reproducibility in their data
analysis workflows.
License: MIT + file LICENSE
URL: https://github.com/luciorq/condathis
BugReports: https://github.com/luciorq/condathis/issues
Expand Down
7 changes: 7 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ Run system command line interface (CLI) tools in a **reproducible** and **isolat

## Get started

Install package from [CRAN](https://cran.r-project.org):

```{r eval=FALSE}
install.packages("condathis")
```


Install package from [R-Universe](https://luciorq.r-universe.dev/condathis):

```r
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Run system command line interface (CLI) tools in a **reproducible** and

## Get started

Install package from [CRAN](https://cran.r-project.org):

``` r
install.packages("condathis")
```

Install package from
[R-Universe](https://luciorq.r-universe.dev/condathis):

Expand Down
2 changes: 1 addition & 1 deletion man/condathis-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion man/create_env.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/define_platform.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions man/env_exists.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/get_condathis_path.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions man/get_env_dir.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions man/get_install_dir.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions man/get_sys_arch.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions man/list_envs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions man/list_packages.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 19 additions & 2 deletions man/micromamba_bin_path.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/native_cmd.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/packages_search_native.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 26 additions & 4 deletions man/parse_output.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions man/remove_env.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions man/run.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/run_internal_native.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9bbd902

Please sign in to comment.