All Projects → mpadge → stellar

mpadge / stellar

Licence: MIT license
Search your github stars in R

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to stellar

Projmgr
R-based project management tools
Stars: ✭ 78 (+225%)
Mutual labels:  github-api, r-package
github-interact-cli
🎩 Interact with GItHub right inside your terminal
Stars: ✭ 43 (+79.17%)
Mutual labels:  github-api, github-stars
Github-Stars-Predictor
It's a github repo star predictor that tries to predict the stars of any github repository having greater than 100 stars.
Stars: ✭ 34 (+41.67%)
Mutual labels:  github-api, github-stars
Track-Stargazers
Have fun tracking your project's stargazers
Stars: ✭ 38 (+58.33%)
Mutual labels:  github-api, github-stars
Gistr
Interact with GitHub gists from R
Stars: ✭ 90 (+275%)
Mutual labels:  github-api, r-package
Awesome Github
A curated list of awesome GitHub guides, articles, sites, tools, projects and resources. 收集这个列表,只是为了更好地使用GitHub,欢迎提交pr和issue。
Stars: ✭ 1,962 (+8075%)
Mutual labels:  github-api, github-stars
ghrecipes
⛔ ARCHIVED ⛔ Provides some helper functions for using the GitHub V4 API
Stars: ✭ 28 (+16.67%)
Mutual labels:  github-api, r-package
git-profiler-bot
Telegram bot which fetches GitHub Profiles.
Stars: ✭ 23 (-4.17%)
Mutual labels:  github-api
github-rater
📊 Check your GitHub rating, view results and enhance your profile quality.
Stars: ✭ 319 (+1229.17%)
Mutual labels:  github-api
prospectr
R package: Misc. Functions for Processing and Sample Selection of Spectroscopic Data
Stars: ✭ 26 (+8.33%)
Mutual labels:  r-package
qwraps2
An updated version of qwraps with a focus on flexibility and general purpose. These functions are helpful for extracting and formatting results from R into .Rnw or .Rmd files. Additional functions for routine work such as extracting results from regression models or finding sensitivity and specificity.
Stars: ✭ 33 (+37.5%)
Mutual labels:  r-package
EGRET
An R-package for the analysis of long-term changes in water quality and streamflow, including the water-quality method Weighted Regressions on Time, Discharge, and Season (WRTDS). http://usgs-r.github.io/EGRET/
Stars: ✭ 71 (+195.83%)
Mutual labels:  r-package
finch
⚠️ ARCHIVED ⚠️ Read Darwin Core Archive files
Stars: ✭ 17 (-29.17%)
Mutual labels:  r-package
good-first-issues
Find good first issues right from your CLI! 🚀
Stars: ✭ 64 (+166.67%)
Mutual labels:  github-api
vioplot
Development version of vioplot R package (CRAN maintainer)
Stars: ✭ 25 (+4.17%)
Mutual labels:  r-package
robotstxt
robots.txt file parsing and checking for R
Stars: ✭ 65 (+170.83%)
Mutual labels:  r-package
essurvey
Download data from the European Social Survey
Stars: ✭ 47 (+95.83%)
Mutual labels:  r-package
autumn
autumn: Fast, Modern, and Tidy-Friendly Iterative Raking in R.
Stars: ✭ 26 (+8.33%)
Mutual labels:  r-package
rcppmsgpack
MsgPack Headers for R / msgpack.org[R]
Stars: ✭ 17 (-29.17%)
Mutual labels:  r-package
ropsec
㊙️ Operations security for R developers
Stars: ✭ 27 (+12.5%)
Mutual labels:  r-package

Build Status Project Status: Concept. Coverage status

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:

  1. Go to your personal settings (under your profile pic, top right)
  2. 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.
  3. Save this as an R environmental variable called GITHUB_GRAPHQL_TOKEN with Sys.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 ~/.Rprofile file. (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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].