diff --git a/README.Rmd b/README.Rmd index 461fc1a..5ca1d5b 100644 --- a/README.Rmd +++ b/README.Rmd @@ -26,8 +26,10 @@ output: + **Status:** Feature complete and part of the [ROpenSci](https://github.com/ropenscilabs) network. + **Author:** Peter Meißner **Contributer:** Oliver Keys (code review and improvements), Rich FitzJohn (code review and improvements) diff --git a/README.html b/README.html index c8aa65d..f4d810b 100644 --- a/README.html +++ b/README.html @@ -112,6 +112,7 @@
library(robotstxt)
paths_allowed(
- paths = c("/api/rest_v1/?doc", "/w/"),
- domain = "wikipedia.org",
+ paths = c("/api/rest_v1/?doc", "/w/"),
+ domain = "wikipedia.org",
bot = "*"
)
## [1] TRUE FALSE
paths_allowed(
paths = c(
- "https://wikipedia.org/api/rest_v1/?doc",
+ "https://wikipedia.org/api/rest_v1/?doc",
"https://wikipedia.org/w/"
)
)
@@ -177,7 +178,7 @@ ## /api/rest_v1/?doc /w/
+## /api/rest_v1/?doc /w/
## TRUE FALSE
More information