webu
is an R
package with utility functions for working on the web. The main uses are:
- Searching Github repositories for topics.
- Seaching PyPi.org repositories for topics.
install.packages("remotes")
library("remotes")
install_github(repo = "bryanhanson/webu@master")
library("webu")
If you use @some_other_branch
you can download other branches that might be available. They may or may not pass CRAN checks and thus may not install automatically using the method above. Check the NEWS file to see what's up.
webu
is distributed under the GPL-3 license, as stated in the DESCRIPTION file. For more info, see the GPL site.
Questions? [email protected]