Skip to content

Commit

Permalink
Spring clean
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoo4 committed May 27, 2024
1 parent ba4c8a7 commit 312e817
Show file tree
Hide file tree
Showing 17 changed files with 140 additions and 130 deletions.
53 changes: 27 additions & 26 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,28 +1,18 @@
Package: usedthese
Type: Package
Package: usedthese
Title: Summarises Package & Function Usage
Version: 0.3.3.9000
Authors@R: person("Carl", "Goodwin", email = "[email protected]",
role = c("aut", "cre"))
Description: Consistent with 'knitr' syntax highlighting, 'usedthese' adds a
summary table of R package & function usage to a Quarto document and
enables aggregation of usage across a Quarto website. Learn more about
'usedthese' at <https://cgoo4.github.io/usedthese/>.
Language: en-GB
Authors@R:
person("Carl", "Goodwin", , "[email protected]", role = c("aut", "cre", "cph"))
Description: Consistent with 'knitr' syntax highlighting, 'usedthese' adds
a summary table of package & function usage to a Quarto document and
enables aggregation of usage across a website.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
covr,
rmarkdown,
spelling,
testthat (>= 3.0.0),
tsibble,
rvest,
httr,
xts
Config/testthat/edition: 3
RoxygenNote: 7.2.3
URL: https://cgoo4.github.io/usedthese/,
https://github.com/cgoo4/usedthese
BugReports: https://github.com/cgoo4/usedthese/issues
Depends:
R (>= 4.1)
Imports:
conflicted (>= 1.2.0),
dplyr (>= 1.1.0),
Expand All @@ -37,9 +27,20 @@ Imports:
tidyr (>= 1.3.0),
tidyselect,
withr
Depends:
R (>= 4.1)
URL: https://cgoo4.github.io/usedthese/, https://github.com/cgoo4/usedthese
BugReports: https://github.com/cgoo4/usedthese/issues
VignetteBuilder: knitr
Suggests:
covr,
httr,
rmarkdown,
rvest,
spelling,
testthat (>= 3.0.0),
tsibble,
xts
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
10 changes: 8 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ knitr::opts_chunk$set(

<!-- badges: start -->

[![R-CMD-check](https://github.com/cgoo4/usedthese/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/cgoo4/usedthese/actions/workflows/R-CMD-check.yaml) [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![Codecov test coverage](https://codecov.io/gh/cgoo4/usedthese/branch/master/graph/badge.svg)](https://app.codecov.io/gh/cgoo4/usedthese?branch=master) [![CRAN status](https://www.r-pkg.org/badges/version/usedthese)](https://CRAN.R-project.org/package=usedthese) [![](http://cranlogs.r-pkg.org/badges/grand-total/usedthese?color=blue)](https://cran.r-project.org/package=usedthese)
[![R-CMD-check](https://github.com/cgoo4/usedthese/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/cgoo4/usedthese/actions/workflows/R-CMD-check.yaml) [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![Codecov test coverage](https://codecov.io/gh/cgoo4/usedthese/branch/main/graph/badge.svg)](https://app.codecov.io/gh/cgoo4/usedthese?branch=main) [![CRAN status](https://www.r-pkg.org/badges/version/usedthese)](https://CRAN.R-project.org/package=usedthese) [![](http://cranlogs.r-pkg.org/badges/grand-total/usedthese?color=blue)](https://cran.r-project.org/package=usedthese)

<!-- badges: end -->

Expand All @@ -41,7 +41,13 @@ When the Tidyverse blog announced changes to [dplyr](https://www.tidyverse.org/b

## Installation

You can install the development version of usedthese from [GitHub](https://github.com/) with:
``` r
install.packages("usedthese")
```

## Development version

To get a bug fix, or to use a feature from the development version, you can install usedthese from GitHub.

``` r
# install.packages("pak")
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![Codecov test
coverage](https://codecov.io/gh/cgoo4/usedthese/branch/master/graph/badge.svg)](https://app.codecov.io/gh/cgoo4/usedthese?branch=master)
coverage](https://codecov.io/gh/cgoo4/usedthese/branch/main/graph/badge.svg)](https://app.codecov.io/gh/cgoo4/usedthese?branch=main)
[![CRAN
status](https://www.r-pkg.org/badges/version/usedthese)](https://CRAN.R-project.org/package=usedthese)
[![](http://cranlogs.r-pkg.org/badges/grand-total/usedthese?color=blue)](https://cran.r-project.org/package=usedthese)
Expand Down Expand Up @@ -58,8 +58,14 @@ approach.

## Installation

You can install the development version of usedthese from
[GitHub](https://github.com/) with:
``` r
install.packages("usedthese")
```

## Development version

To get a bug fix, or to use a feature from the development version, you
can install usedthese from GitHub.

``` r
# install.packages("pak")
Expand Down
16 changes: 7 additions & 9 deletions docs/404.html

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

Loading

0 comments on commit 312e817

Please sign in to comment.