Skip to content

Commit

Permalink
Switching references to personal GH to mlverse
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Dec 9, 2024
1 parent 20aa2fa commit 3c5c118
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ knitr::opts_chunk$set(
# lang

<!-- badges: start -->
[![R-CMD-check](https://github.com/edgararuiz/lang/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/edgararuiz/lang/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/edgararuiz/lang/branch/main/graph/badge.svg)](https://app.codecov.io/gh/edgararuiz/lang?branch=main)
[![R-CMD-check](https://github.com/mlverse/lang/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/mlverse/lang/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/mlverse/lang/branch/main/graph/badge.svg)](https://app.codecov.io/gh/mlverse/lang?branch=main)
<!-- badges: end -->

Use an **LLM to translate a function's help documentation on-the-fly**. `lang`
Expand All @@ -35,7 +35,7 @@ To install the GitHub version of `lang`, use:

```r
install.packages("pak")
pak::pak("edgararuiz/lang")
pak::pak("mlverse/lang")
```

## Using `lang`
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

<!-- badges: start -->

[![R-CMD-check](https://github.com/edgararuiz/lang/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/edgararuiz/lang/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/mlverse/lang/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/mlverse/lang/actions/workflows/R-CMD-check.yaml)
[![Codecov test
coverage](https://codecov.io/gh/edgararuiz/lang/branch/main/graph/badge.svg)](https://app.codecov.io/gh/edgararuiz/lang?branch=main)
coverage](https://codecov.io/gh/mlverse/lang/branch/main/graph/badge.svg)](https://app.codecov.io/gh/mlverse/lang?branch=main)
<!-- badges: end -->

Use an **LLM to translate a function’s help documentation on-the-fly**.
Expand All @@ -25,7 +25,7 @@ To install the GitHub version of `lang`, use:

``` r
install.packages("pak")
pak::pak("edgararuiz/lang")
pak::pak("mlverse/lang")
```

## Using `lang`
Expand Down
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ website:
text: Reference
right:
- icon: github
href: https://github.com/edgararuiz/lang
href: https://github.com/mlverse/lang

format:
html:
Expand Down

0 comments on commit 3c5c118

Please sign in to comment.