README.md

github.observatory

R-CMD-check Codecov test
coverage

Overview

Investigate which R users on Github are similar to each other, and recommend them some R packages that they may like.

Installation

You can install github.observatory by using:

install.packages("remotes")
remotes::install_github("harell/github.observatory")

Set AWS credentials

Sys.setenv(
    AWS_ACCESS_KEY_ID = "<your-access-key-id>",
    AWS_SECRET_ACCESS_KEY= "<your-secret>",
    AWS_REGION = "ap-southeast-2"
)


harell/github.explorer documentation built on Aug. 21, 2022, 8:39 p.m.