Other packages > Find by keyword >

git2r  

Provides Access to Git Repositories
View on CRAN: Click here


Download and install git2r package within the R console
Install from CRAN:
install.packages("git2r")

Install from Github:
library("remotes")
install_github("cran/git2r")

Install by package version:
library("remotes")
install_version("git2r", "0.36.2")



Attach the package and use:
library("git2r")
Maintained by
Stefan Widgren
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-02-19
Latest Update: 2025-03-29
Description:
Interface to the 'libgit2' library, which is a pure C implementation of the 'Git' core methods. Provides access to 'Git' repositories to extract data and running some basic 'Git' commands.
How to cite:
Stefan Widgren (2015). git2r: Provides Access to Git Repositories. R package version 0.36.2, https://cran.r-project.org/web/packages/git2r. Accessed 06 Mar. 2026.
Previous versions and publish date:
0.6 (2015-02-19 00:11), 0.7 (2015-02-23 11:07), 0.10.1 (2015-05-07 23:10), 0.11.0 (2015-08-12 22:59), 0.12.1 (2015-12-05 15:29), 0.13.1 (2015-12-10 23:43), 0.14.0 (2016-03-13 20:06), 0.15.0 (2016-05-11 12:06), 0.16.0 (2016-11-20 17:30), 0.17.0 (2016-12-29 00:38), 0.18.0 (2017-01-01 13:13), 0.19.0 (2017-07-19 23:48), 0.20.0 (2017-12-17 23:56), 0.21.0 (2018-01-04 17:50), 0.22.1 (2018-07-10 17:00), 0.23.0 (2018-07-17 22:40), 0.24.0 (2019-01-07 19:10), 0.25.1 (2019-03-17 20:00), 0.25.2 (2019-03-20 00:10), 0.26.0 (2019-06-29 13:00), 0.26.1 (2019-06-30 00:51), 0.27.1 (2020-05-03 13:30), 0.28.0 (2021-01-10 18:50), 0.29.0 (2021-11-22 08:30), 0.30.1 (2022-03-16 08:50), 0.31.0 (2023-01-26 13:40), 0.32.0 (2023-04-12 23:00), 0.33.0 (2023-11-26 17:50), 0.35.0 (2024-10-21 01:00)
Other packages that cited git2r R package
View git2r citation profile
Other R packages that git2r depends, imports, suggests or enhances
Complete documentation for git2r
Functions, R codes and Examples using the git2r R package
Some associated functions: add . ahead_behind . as.data.frame.git_repository . as.data.frame.git_tree . as.list.git_tree . blame . blob_create . branch_create . branch_delete . branch_get_upstream . branch_remote_name . branch_remote_url . branch_rename . branch_set_upstream . branch_target . branches . bundle_r_package . checkout . clone . commit . commits . config . content . contributions . cred_env . cred_ssh_key . cred_token . cred_user_pass . default_signature . descendant_of . diff-methods . discover_repository . fetch . fetch_heads . git2r . git_config_files . git_time . hash . hashfile . head.git_repository . in_repository . index_remove_bypath . init . is_bare . is_binary . is_blob . is_branch . is_commit . is_detached . is_empty . is_head . is_local . is_merge . is_shallow . is_tag . is_tree . last_commit . length.git_blob . length.git_diff . length.git_tree . libgit2_features . libgit2_version . lookup . lookup_commit . ls_tree . merge . merge_base . note_create . note_default_ref . note_remove . notes . odb_blobs . odb_objects . parents . plot.git_repository . print.git_reflog_entry . pull . punch_card . push . reexports . references . reflog . remote_add . remote_ls . remote_remove . remote_rename . remote_set_url . remote_url . remotes . repository . repository_head . reset . revparse_single . rm_file . sha . ssh_path . ssl_cert_locations . stash . stash_apply . stash_drop . stash_list . stash_pop . status . sub-.git_tree . summary.git_repository . summary.git_stash . summary.git_tree . tag . tag_delete . tags . tree . when . workdir . 
Some associated R codes: blame.R . blob.R . branch.R . bundle_r_package.R . checkout.R . commit.R . config.R . contributions.R . credential.R . diff.R . fetch.R . git2r.R . index.R . libgit2.R . merge.R . note.R . odb.R . plot.R . pull.R . punch_card.R . push.R . reference.R . reflog.R . refspec.R . remote.R . repository.R . reset.R . revparse.R . sha.R . signature.R . stash.R . status.R . tag.R . time.R . tree.R . when.R .  Full git2r package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA