Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
richetyann authored Oct 23, 2023
1 parent 5910fc8 commit a8e9041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ installed.Models <- function() {
#' }
available.Models <- function(refresh_repo = F) {
if (refresh_repo | any(is.na(.github_repos)))
.env$.github_repos <- gh::gh("/orgs/Funz/repos",.token=NA, per_page=100)
.github_repos <- gh::gh("/orgs/Funz/repos",.token=NA, per_page=100)

gsub("plugin-","",
unlist(lapply(.github_repos,
Expand Down Expand Up @@ -270,7 +270,7 @@ installed.Designs <- function() {
#' }
available.Designs <- function(refresh_repo = F) {
if (refresh_repo | any(is.na(.github_repos)))
.env$.github_repos <- gh::gh("/orgs/Funz/repos",.token=NA, per_page=100)
.github_repos <- gh::gh("/orgs/Funz/repos",.token=NA, per_page=100)

gsub("algorithm-","",
unlist(lapply(.github_repos,
Expand Down

0 comments on commit a8e9041

Please sign in to comment.