List the online git repositories of the current user
Source:R/list_git_repositories.R
list_github_repositories.Rd
List the online git repositories of the current user
Arguments
- username
string. The git username to list the repositories. Default is the current git username.
Examples
list_github_repositories("cran")
#> GitHub repositories for user cran :
#> - https://github.com/cran/A3
#> - https://github.com/cran/AalenJohansen
#> - https://github.com/cran/aaMI
#> - https://github.com/cran/aaSEA
#> - https://github.com/cran/AATtools
#> - https://github.com/cran/aba
#> - https://github.com/cran/ABACUS
#> - https://github.com/cran/abasequence
#> - https://github.com/cran/abbreviate
#> - https://github.com/cran/abbyyR
#> - https://github.com/cran/abc
#> - https://github.com/cran/abc.data
#> - https://github.com/cran/ABC.RAP
#> - https://github.com/cran/abcADM
#> - https://github.com/cran/ABCanalysis
#> - https://github.com/cran/abcdeFBA
#> - https://github.com/cran/ABCExtremes
#> - https://github.com/cran/abclass
#> - https://github.com/cran/ABCoptim
#> - https://github.com/cran/ABCp2
#> - https://github.com/cran/abcrf
#> - https://github.com/cran/abcrlda
#> - https://github.com/cran/abctools
#> - https://github.com/cran/abd
#> - https://github.com/cran/abdiv
#> - https://github.com/cran/abe
#> - https://github.com/cran/abemus
#> - https://github.com/cran/aberrance
#> - https://github.com/cran/abess
#> - https://github.com/cran/abf2
if (FALSE) {
list_github_repositories()
}