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
Last synced: 10 months ago · JSON representation

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
Created over 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

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

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

  • Versions: 8
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 239 Last month
Rankings
Forks count: 28.8%
Dependent packages count: 29.8%
Stargazers count: 35.2%
Dependent repos count: 35.5%
Average: 40.8%
Downloads: 74.6%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.5.0 depends
  • httr * imports
  • remotes * imports
  • testthat >= 2.1.0 suggests