Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ ipkg Public

❗ This is a read-only mirror of the CRAN R package repository. ipkg — Install R Packages or Download File from GitHub via the Proxy Site. Homepage: https://github.com/chuxinyuan/ipkg Report bugs for this package: https://github.com/chuxinyuan/ipkg/issues

License

Notifications You must be signed in to change notification settings

cran/ipkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://gh-proxy.com/ or https://ghfast.top/, which is in real-time sync with GitHub.

Installation

# Install development version via GitHub
remotes::install_github("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.

About

❗ This is a read-only mirror of the CRAN R package repository. ipkg — Install R Packages or Download File from GitHub via the Proxy Site. Homepage: https://github.com/chuxinyuan/ipkg Report bugs for this package: https://github.com/chuxinyuan/ipkg/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages