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



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: 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.33.0, https://cran.r-project.org/web/packages/git2r
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)
Other packages that cited git2r R package
View git2r citation profile
Other R packages that git2r depends, imports, suggests or enhances
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

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  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns