Attempts to install a package directly from gitee.

install_gitee(repo)

Arguments

Repository

address in the format username/repo[/subdir][@ref|#pull]. Alternatively, you can specify subdir and/or ref using the respective parameters (see below); if both is specified, the values in repo take precedence.

Examples

if (FALSE) { # \dontrun{
install_gitee("adv-r/Ipaper")
} # }