diff --git a/R/install.R b/R/install.R index 4934151..ca48ced 100644 --- a/R/install.R +++ b/R/install.R @@ -45,7 +45,8 @@ } # should blok at package install/lazy load if not connected: .github_repos <- gh::gh("/orgs/Funz/repos",.token=NA, per_page=100) -if (length(.github_repos)==0) .github_repos <- NA +#if (length(.github_repos)==0) + .github_repos <- NA ############################ Models #################################