Skip to content

Commit a418fe2

Browse files
Merge pull request #9 from tidy-intelligence/fix-readme-badges
Fix badges in README
2 parents 6b1562d + 15c10d4 commit a418fe2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.Rmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ knitr::opts_chunk$set(
1717

1818
<!-- badges: start -->
1919
![CRAN
20-
status](https://www.r-pkg.org/badges/version/datacommons)](https://cran.r-project.org/package=datacommons)
20+
status](https://www.r-pkg.org/badges/version/datacommons)(https://cran.r-project.org/package=datacommons)
2121
[![CRAN
2222
downloads](https://cranlogs.r-pkg.org/badges/datacommons)](https://cran.r-project.org/package=datacommons)
2323
![R CMD Check](https://github.com/tidy-intelligence/r-datacommons/actions/workflows/R-CMD-check.yaml/badge.svg)
@@ -91,8 +91,6 @@ state_level <- dc_get_observations(
9191
head(state_level, 5)
9292
```
9393

94-
95-
9694
## Contributing
9795

9896
Contributions to `datacommons` are welcome! If you'd like to contribute, please follow these steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- badges: start -->
77

88
![CRAN
9-
status](https://www.r-pkg.org/badges/version/datacommons)\](<https://cran.r-project.org/package=datacommons>)
9+
status](https://www.r-pkg.org/badges/version/datacommons)(<https://cran.r-project.org/package=datacommons>)
1010
[![CRAN
1111
downloads](https://cranlogs.r-pkg.org/badges/datacommons)](https://cran.r-project.org/package=datacommons)
1212
![R CMD

0 commit comments

Comments
 (0)