Skip to content

Commit

Permalink
remove comment on runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
schochastics committed Sep 26, 2023
1 parent 4b663f1 commit d8a0c21
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vignettes/adaR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,3 @@ public_suffix(urls)
```

If you are wondering about the last url. The list also contains wildcard suffixes such as `*.kawasaki.jp` which need to be matched.

The function is implemented in base R (to avoid extra (system) dependencies) and is reasonably fast. If you prefer/need
a more speedy implementation, check out the [psl](https://github.com/hrbrmstr/psl) package which wraps
a C library.

0 comments on commit d8a0c21

Please sign in to comment.