Skip to content

Commit

Permalink
Update README output and badges (tidyverse#254)
Browse files Browse the repository at this point in the history
Use github_document as output and update badges to match dplyr
  • Loading branch information
joakimlinde committed Aug 28, 2024
1 parent 129ff92 commit 803c140
Show file tree
Hide file tree
Showing 2 changed files with 501 additions and 446 deletions.
5 changes: 3 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
output: downlit::readme_document
output: github_document
---

<!-- README.md is generated from README.Rmd. Please edit that file -->
Expand Down Expand Up @@ -34,8 +34,9 @@ Sys.setenv(DUCKPLYR_OUTPUT_ORDER = TRUE)
# duckplyr

<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/duckplyr)](https://cran.r-project.org/package=duckplyr)
[![R-CMD-check](https://github.com/tidyverse/duckplyr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tidyverse/duckplyr/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/tidyverse/duckplyr/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidyverse/duckplyr?branch=main)
<!-- badges: end -->

The goal of the duckplyr R package is to provide a drop-in replacement for [dplyr](https://dplyr.tidyverse.org/) that uses [DuckDB](https://duckdb.org/) as a backend for fast operation.
Expand Down
Loading

0 comments on commit 803c140

Please sign in to comment.