Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.0%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: chuxinyuan
- License: other
- Language: R
- Default Branch: main
- Size: 24.4 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
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
``` r
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.
r
install_github("yihui/xfun")
Download file from GitHub via the proxy website. for example:
r
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.
Owner
- Name: Xinyuan Chu
- Login: chuxinyuan
- Kind: user
- Website: https://cxy.rbind.io/
- Repositories: 1
- Profile: https://github.com/chuxinyuan
GitHub Events
Total
- Push event: 1
- Create event: 2
Last Year
- Push event: 1
- Create event: 2
Packages
- Total packages: 1
-
Total downloads:
- cran 239 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 8
- Total maintainers: 1
cran.r-project.org: ipkg
Install R Packages or Download File from GitHub via the Proxy Site
- Homepage: https://github.com/chuxinyuan/ipkg
- Documentation: http://cran.r-project.org/web/packages/ipkg/ipkg.pdf
- License: MIT + file LICENSE
-
Latest release: 1.1.3
published about 1 year ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.5.0 depends
- httr * imports
- remotes * imports
- testthat >= 2.1.0 suggests