Other packages > Find by keyword >

gert  

Simple Git Client for R
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("gert", "2.1.4")



Attach the package and use:
library("gert")
Maintained by
Jeroen Ooms
[Scholar Profile | Author Map]
First Published: 2019-06-19
Latest Update: 2023-12-04
Description:
Simple git client for R based on 'libgit2' with support for SSH and HTTPS remotes. All functions in 'gert' use basic R data types (such as vectors and data-frames) for their arguments and return values. User credentials are shared with command line 'git' through the git-credential store and ssh keys stored on disk or ssh-agent.
How to cite:
Jeroen Ooms (2019). gert: Simple Git Client for R. R package version 2.1.4, https://cran.r-project.org/web/packages/gert. Accessed 29 Mar. 2025.
Previous versions and publish date:
0.1 (2019-06-19 11:00), 0.2 (2019-07-22 23:30), 0.3 (2019-10-29 14:00), 1.0.0 (2020-10-08 00:50), 1.0.1 (2020-10-14 07:30), 1.0.2 (2020-11-12 12:30), 1.1.0 (2021-01-25 22:50), 1.2.0 (2021-02-14 23:40), 1.3.0 (2021-03-29 14:30), 1.3.1 (2021-06-23 22:50), 1.3.2 (2021-08-16 17:30), 1.4.0 (2021-09-15 16:30), 1.4.1 (2021-09-16 17:00), 1.4.2 (2021-11-03 11:30), 1.4.3 (2021-11-11 00:00), 1.5.0 (2022-01-03 11:40), 1.6.0 (2022-03-29 23:10), 1.7.0 (2022-08-07 14:30), 1.7.1 (2022-08-18 10:50), 1.8.0 (2022-09-06 18:10), 1.9.0 (2022-09-15 10:00), 1.9.1 (2022-10-05 18:40), 1.9.2 (2022-12-06 00:50), 1.9.3 (2023-08-07 15:20), 2.0.0 (2023-09-26 14:40), 2.0.1 (2023-12-04 14:10), 2.1.0 (2024-07-19 11:10), 2.1.1 (2024-08-16 12:20), 2.1.2 (2024-09-20 06:20), 2.1.3 (2024-10-13 23:00), 2.1.4 (2024-10-14 14:11)
Other packages that cited gert R package
View gert citation profile
Other R packages that gert depends, imports, suggests or enhances
Complete documentation for gert
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/2703/28Downloads for gert3000400050006000700080009000100001100012000130001400015000TrendBars

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  
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  
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  

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