stellar
stellar copied to clipboard
Search your github stars in R
stellar
Search your github stars in R

Installation
stellar can be installed directly from GitHub via any of the following methods
# install.packages("devtools")
devtools::install_packages("ropenscilabs/stellar")
or
# install.packages("remotes")
remotes::install_packages("ropenscilabs/stellar")
How?
The only thing you need is a Personal Access Token from github. If you don't know how:
- Go to your personal settings (under your profile pic, top right)
- On the left, under the main "Personal Settings" box, click "Developer Settings" -> "Personal Access Tokens" and generate a new one. You'll need to check the box for accessing repository data via the github API v4.
- Save this as an R environmental variable called
GITHUB_GRAPHQL_TOKENwithSys.setenv("GITHUB_GRAPHQL_TOKEN" = <your token>). This can either be done within a single session, or automatically for all sessions by pasting this command within your~/.Rprofilefile. (Simply create this file if it doesn't already exist.)
Code of Conduct
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.