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 @@

README

Peter Meißner

2016-04-27 19:50:49

+ @@ -135,7 +136,7 @@

2016-04-27 19:50:49

-Downloads from CRAN.RStudio    +Downloads from CRAN.RStudio @@ -160,14 +161,14 @@

2016-04-27 19:50:49

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 @@

2016-04-27 19:50:49

rtxt <- robotstxt(domain = "wikipedia.org") rtxt$check(paths = c("/api/rest_v1/?doc", "/w/"), bot= "*") -
## /api/rest_v1/?doc               /w/ 
+
## /api/rest_v1/?doc               /w/
 ##              TRUE             FALSE

More information

vignette