Skip to content

Commit

Permalink
docs: put link to vignette above benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Aug 21, 2024
1 parent c29ea84 commit 1fbe70f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ knitr::opts_chunk$set(
performance gains. The only thing that needs to change is the way data is
imported in the R session.

See the["Getting started" vignette](https://tidypolars.etiennebacher.com/articles/tidypolars)
for a gentle introduction to `tidypolars`.

Since most of the work is rewriting `tidyverse` code into `polars` syntax,
`tidypolars` and `polars` have very similar performance.

Expand Down Expand Up @@ -122,10 +125,6 @@ bench::mark(
</details>


See the["Getting started" vignette](https://tidypolars.etiennebacher.com/articles/tidypolars)
for a gentle introduction to `tidypolars`.


## Installation

`tidypolars` is built on `polars`, which is not available on CRAN. This means
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ their existing `tidyverse` code while using `polars` in the background
to benefit from large performance gains. The only thing that needs to
change is the way data is imported in the R session.

See the[“Getting started”
vignette](https://tidypolars.etiennebacher.com/articles/tidypolars) for
a gentle introduction to `tidypolars`.

Since most of the work is rewriting `tidyverse` code into `polars`
syntax, `tidypolars` and `polars` have very similar performance.

Expand Down Expand Up @@ -128,10 +132,6 @@ bench::mark(

</details>

See the[“Getting started”
vignette](https://tidypolars.etiennebacher.com/articles/tidypolars) for
a gentle introduction to `tidypolars`.

## Installation

`tidypolars` is built on `polars`, which is not available on CRAN. This
Expand Down

0 comments on commit 1fbe70f

Please sign in to comment.