Skip to content

Commit 04da622

Browse files
committed
Use pak::pak; add downloads badge
1 parent 251136f commit 04da622

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
YEAR: 2022
1+
YEAR: 2023
22
COPYRIGHT HOLDER: usedthese authors

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
Copyright (c) 2022 usedthese authors
3+
Copyright (c) 2023 usedthese authors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.Rmd

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ knitr::opts_chunk$set(
1717

1818
<!-- badges: start -->
1919

20-
[![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)
20+
[![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)
2121

2222
<!-- badges: end -->
2323

@@ -44,6 +44,6 @@ When the Tidyverse blog announced changes to [dplyr](https://www.tidyverse.org/b
4444
You can install the development version of usedthese from [GitHub](https://github.com/) with:
4545

4646
``` r
47-
# install.packages("devtools")
48-
devtools::install_github("cgoo4/usedthese")
47+
# install.packages("pak")
48+
pak::pak("cgoo4/usedthese")
4949
```

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
1212
coverage](https://codecov.io/gh/cgoo4/usedthese/branch/master/graph/badge.svg)](https://app.codecov.io/gh/cgoo4/usedthese?branch=master)
1313
[![CRAN
1414
status](https://www.r-pkg.org/badges/version/usedthese)](https://CRAN.R-project.org/package=usedthese)
15+
[![](http://cranlogs.r-pkg.org/badges/grand-total/usedthese?color=blue)](https://cran.r-project.org/package=usedthese)
1516

1617
<!-- badges: end -->
1718

@@ -61,6 +62,6 @@ You can install the development version of usedthese from
6162
[GitHub](https://github.com/) with:
6263

6364
``` r
64-
# install.packages("devtools")
65-
devtools::install_github("cgoo4/usedthese")
65+
# install.packages("pak")
66+
pak::pak("cgoo4/usedthese")
6667
```

0 commit comments

Comments
 (0)