Skip to content

Commit

Permalink
Install from CRAN instead
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Oct 24, 2023
1 parent cde9b61 commit 0d97f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/find_issue.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ if (!is.character(repo)) {
repo <- as.character(repo)
}

# install.packages('githubr', repos='http://cran.us.r-project.org')
devtools::install_github("fhdsl/githubr", auth_token = opt$git_pat, dependencies = TRUE)
install.packages('githubr', repos='http://cran.us.r-project.org')
# devtools::install_github("fhdsl/githubr", auth_token = opt$git_pat, dependencies = TRUE)

issue_titles <- githubr::get_issues(opt$repo, git_pat = opt$git_pat)$title

Expand Down

0 comments on commit 0d97f4a

Please sign in to comment.