Skip to content

Commit

Permalink
Fix download descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdnbradford committed Aug 19, 2024
1 parent 7679e95 commit 6de2118
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ length.cpp <- length(grep("(^\\s*$)|(^\\s*#)|(^\\s*//)", lines.cpp, value = T
<!-- badges: start -->
[![R-CMD-check](https://github.com/ropensci/robotstxt/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/robotstxt/actions/workflows/R-CMD-check.yaml)
[![Peer Reviewed](https://badges.ropensci.org/25_status.svg)](https://github.com/ropensci/software-review/issues/25)
[![Total Downloads](https://cranlogs.r-pkg.org/badges/robotstxt)](https://cran.r-project.org/web/packages/robotstxt/index.html)
[![Monthly Downloads](https://cranlogs.r-pkg.org/badges/grand-total/robotstxt)](https://cran.r-project.org/web/packages/robotstxt/index.html)
[![Monthly Downloads](https://cranlogs.r-pkg.org/badges/robotstxt)](https://cran.r-project.org/web/packages/robotstxt/index.html)
[![Total Downloads](https://cranlogs.r-pkg.org/badges/grand-total/robotstxt)](https://cran.r-project.org/web/packages/robotstxt/index.html)
[![Cran Checks](https://badges.cranchecks.info/summary/robotstxt.svg)](https://cran.r-project.org/web/checks/check_results_robotstxt.html)
[![Lifecycle: Stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
<!-- badges: end -->
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Permissions Checker
[![R-CMD-check](https://github.com/ropensci/robotstxt/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/robotstxt/actions/workflows/R-CMD-check.yaml)
[![Peer
Reviewed](https://badges.ropensci.org/25_status.svg)](https://github.com/ropensci/software-review/issues/25)
[![Total
Downloads](https://cranlogs.r-pkg.org/badges/robotstxt)](https://cran.r-project.org/web/packages/robotstxt/index.html)
[![Monthly
Downloads](https://cranlogs.r-pkg.org/badges/robotstxt)](https://cran.r-project.org/web/packages/robotstxt/index.html)
[![Total
Downloads](https://cranlogs.r-pkg.org/badges/grand-total/robotstxt)](https://cran.r-project.org/web/packages/robotstxt/index.html)
[![Cran
Checks](https://badges.cranchecks.info/summary/robotstxt.svg)](https://cran.r-project.org/web/checks/check_results_robotstxt.html)
Expand Down Expand Up @@ -525,7 +525,7 @@ The last HTTP request is stored in an object
``` r
rt_last_http$request
## Response [https://petermeissner.de/robots.txt]
## Date: 2024-08-19 23:31
## Date: 2024-08-19 23:48
## Status: 200
## Content-Type: text/plain
## Size: 20 B
Expand Down Expand Up @@ -567,7 +567,7 @@ was going on in the client-server exchange.
``` r
attr(rt, "request")
## Response [https://petermeissner.de/robots.txt]
## Date: 2024-08-19 23:31
## Date: 2024-08-19 23:48
## Status: 200
## Content-Type: text/plain
## Size: 20 B
Expand Down Expand Up @@ -623,7 +623,7 @@ rt_req$all_headers
## [1] "nginx/1.10.3 (Ubuntu)"
##
## $date
## [1] "Mon, 19 Aug 2024 23:31:18 GMT"
## [1] "Mon, 19 Aug 2024 23:48:37 GMT"
##
## $`content-type`
## [1] "text/html"
Expand Down Expand Up @@ -653,7 +653,7 @@ rt_req$all_headers
## [1] "nginx/1.10.3 (Ubuntu)"
##
## $date
## [1] "Mon, 19 Aug 2024 23:31:18 GMT"
## [1] "Mon, 19 Aug 2024 23:48:38 GMT"
##
## $`content-type`
## [1] "text/plain"
Expand Down Expand Up @@ -712,7 +712,7 @@ as.list(rt)
##
## $request
## Response [https://petermeissner.de/robots.txt]
## Date: 2024-08-19 23:31
## Date: 2024-08-19 23:48
## Status: 200
## Content-Type: text/plain
## Size: 20 B
Expand Down

0 comments on commit 6de2118

Please sign in to comment.