rbraries is a client for interacting with the Libraries.io API https://libraries.io/api
Package API:
lio_project_contribslio_subscriptionslio_platformslio_project_dependentslio_project_sourceranklio_repo_projectslio_user_repositorieslio_user_repo_contributionslio_user_pkg_contributionslio_user_dependencieslio_repo_dependencieslio_project_dependent_reposlio_user_pkgslio_subscribedlio_repolio_project_dependencieslio_subscription_deletelio_subscription_updatelio_project_searchlio_subscribelio_projectlio_userAs you can see all functions are prefixed with lio_ to avoid namespace conflicts with other R packages.
You need an API key to use this package. Get one by logging in to https://libraries.io (they have GitHub login and others), then go to your Settings page, then scroll down to API key section and grab your key.
You can pass the key into function calls, but that’s not recommended. Store your key by putting a LIBRARIES_IO_KEY entry in your .Renviron file or similar file like e.g. .zshrc or .bash_profile, etc. We’ll grab that key so that you don’t have to pass it into each function call.
CRAN version
Development version
lio_platforms()$name
#> [1] "Go" "NPM" "Packagist" "Pypi" "NuGet"
#> [6] "Maven" "Rubygems" "Bower" "CocoaPods" "Wordpress"
#> [11] "Cargo" "CPAN" "Clojars" "CRAN" "Hackage"
#> [16] "Meteor" "Atom" "Pub" "Hex" "PlatformIO"
#> [21] "Puppet" "Emacs" "Homebrew" "SwiftPM" "Carthage"
#> [26] "Julia" "Sublime" "Conda" "Dub" "Racket"
#> [31] "Elm" "Haxelib" "Nimble" "Alcatraz" "PureScript"rbraries in R doing citation(package = 'rbraries')