{"id":31790755,"url":"https://github.com/fastgitorg/fgitr","last_synced_at":"2026-03-08T00:31:30.048Z","repository":{"id":56934025,"uuid":"413909970","full_name":"FastGitORG/fgitR","owner":"FastGitORG","description":"Using FastGit to accelerate the access to GitHub","archived":false,"fork":false,"pushed_at":"2022-03-01T05:02:23.000Z","size":472,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-08T15:47:20.292Z","etag":null,"topics":["r","r-package"],"latest_commit_sha":null,"homepage":"https://fastgitorg.github.io/fgitR/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FastGitORG.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-05T17:09:33.000Z","updated_at":"2023-12-09T16:53:41.000Z","dependencies_parsed_at":"2022-08-21T06:50:36.043Z","dependency_job_id":null,"html_url":"https://github.com/FastGitORG/fgitR","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FastGitORG/fgitR","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FastGitORG%2FfgitR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FastGitORG%2FfgitR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FastGitORG%2FfgitR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FastGitORG%2FfgitR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FastGitORG","download_url":"https://codeload.github.com/FastGitORG/fgitR/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FastGitORG%2FfgitR/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004707,"owners_count":26083750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["r","r-package"],"created_at":"2025-10-10T16:29:36.805Z","updated_at":"2025-10-10T16:29:37.888Z","avatar_url":"https://github.com/FastGitORG.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# fgitR\n\n\u003c!-- badges: start --\u003e\n[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)\n[![Codecov test coverage](https://codecov.io/gh/FastGitORG/fgitR/branch/main/graph/badge.svg)](https://app.codecov.io/gh/FastGitORG/fgitR?branch=main)\n\u003c!-- badges: end --\u003e\n\n[`FastGit`](https://doc.fastgit.org/) works as a mirror of `GitHub` to make significant accelerations.\n\n`fgitR` is a package to do git operation with `FastGit` automatically.\n\n## Installation\n\n`figtR` has been released in [CRAN](https://CRAN.R-project.org/package=fgitR). You can install the released version of fgitR from [CRAN](https://CRAN.R-project.org) with:\n\n``` r\n# Install from CRAN\ninstall.packages(\"fgitR\")\n\n# Compiling from Source\nremotes::install_github(\"FastGitORG/fgitR\")\n\n# For upgrade installed `fgitR`\nfgitR::fgit_install(\"FastGitORG/fgitR\")\n```\n\n## Install package from Source\n\n```{r install_package_from_source, cache=TRUE}\nlibrary(fgitR)\n\n# fgitR can install package by Repository's Name\n# fgitR_install(\"https://github.com/r-lib/diffviewer\")\n\n# fgitR can install package by Repository's URL\nfgit_install(\"r-lib/diffviewer\")\n```\n\n## List all branch from Remote\n\n```{r list_branch, cache=TRUE}\nbranch_ls \u003c-\n  fgit_branch(\"FastGitORG/fgitR\")\n\nbranch_ls\n```\n\n### Reinventing the wheel?\n\nFor the initially consideration, we believe it is necessary to add following functions:\n\n-   Commit\n-   Pull\n-   Push\n\nDue to `git` is not only clone to local, but also contribute back. But in the `git clone` or `fgit clone` procedure, the remote will be set as `fastgit.org` or other mirror domain. Hence, there is nothing special to make further operations.\n\n## Bug report\n\nFeel free to [let me know](mailto://chenhan28@gmail.com) once it's broken or just open an \u003ca class=\"github-button\" href=\"https://github.com/FastGitORG/fgitR/issues\" data-color-scheme=\"no-preference: light; light: light; dark: dark;\" data-size=\"large\" aria-label=\"Issue FastGitORG/fgitR on GitHub\"\u003eIssue\u003c/a\u003e.\n\n## Code of Conduct\n\nPlease note that the fgitR project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastgitorg%2Ffgitr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastgitorg%2Ffgitr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastgitorg%2Ffgitr/lists"}