The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Introduction

When you want to install an R package on GitHub, but you can’t access GitHub, this function helps you download and install the package on GitHub via the proxy website https://mirror.ghproxy.com/ or https://gh-proxy.com/, which is in real-time sync with GitHub.

Installation

# Install development version from GitLab
remotes::install_gitlab("chuxinyuan/ipkg")
# Install from CRAN
install.packages("ipkg")

Usage

Install the development version of the R package on GitHub. Take the ‘xfun’ package as an example.

install_github("yihui/xfun")

Download file from GitHub via the proxy website. for example:

download_file(
 url = "https://github.com/hadley/mastering-shiny/raw/main/neiss/products.tsv",
 destfile = "products.tsv",
 quiet = TRUE
)

License

ecce is free and open source software, licensed under MIT + file LICENSE.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.