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.35.0")



Attach the package and use:
library("git2r")
Maintained by
Stefan Widgren
[Scholar Profile | Author Map]
First Published: 2015-02-19
Latest Update: 2023-11-26
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.35.0, https://cran.r-project.org/web/packages/git2r. Accessed 29 Mar. 2025.
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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/27Downloads for git2r1600180020002200240026002800300032003400360038004000TrendBars

Today's Hot Picks in Authors and Packages

gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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