Learn R Programming

⚠️There's a newer version (2.0.1) of this package.Take me there.

gitlabr (version 0.5.1)

Access to the Gitlab API

Description

Provides R functions to access the API of the project and repository management web application gitlab. For many common tasks (repository file access, issue assignment and status, commenting) convenience wrappers are provided, and in addition the full API can be used by specifying request locations. Gitlab is open-source software and can be self-hosted or used on gitlab.com.

Copy Link

Version

Install

install.packages('gitlabr')

Monthly Downloads

848

Version

0.5.1

License

GPL (>= 3)

Maintainer

Jirka Lewandowski

Last Published

October 27th, 2015

Functions in gitlabr (0.5.1)

get_commits

Get commits and diff from a project repository
gitlab_connection

Connect to a specific gitlab instance API
new_issue

Post a new issue or edit one
to_issue_id

Translate projectwide issue id to global gitlab API issue id
gitlabr

Interface to gitlab API on high and low levels
prefix

Prefix a string of text
set_gitlab_connection

Get/set a gitlab connection for all calls
get_comments

Get the comments of a commit or issue
get_project_id

Get a project id by name
gitlab

Request Gitlab API
get_issues

Get issues of a project or user
proj_req

Create a project specific request
list_projects

List projects in Gitlab
get_file

Get a file from a gitlab repository
iff

Apply a function if and only if test is TRUE
repository

Access to repository functions in Gitlab API
archive

Get zip archive of a specific repository