Learn R Programming

gitlabr (version 2.0.1)

gitlabr-deprecated: Deprecated functions

Description

Many functions were renamed with version 0.7 to the gl_ naming scheme. Note that the old function names are deprecated and might be removed without further notice.

Usage

archive(...)

assign_issue(...)

close_issue(...)

comment_commit(...)

comment_issue(...)

create_branch(...)

create_merge_request(...)

delete_branch(...)

edit_commit_comment(...)

edit_issue(...)

edit_issue_comment(...)

file_exists(...)

get_comments(...)

get_commit_comments(...)

get_commits(...)

get_diff(...)

get_file(...)

get_issue(...)

get_issue_comments(...)

get_issues(...)

get_project_id(...)

gitlab_connection(...)

list_branches(...)

list_files(...)

list_projects(...)

new_issue(...)

project_connection(...)

proj_req(...)

push_file(...)

reopen_issue(...)

repository(...)

to_issue_id(...)

unassign_issue(...)

Value

Warning for deprecated functions and output depending on the superseeding function.

Arguments

...

Parameters to the new function

Details

archiveis now called gl_archive
assign_issueis now called gl_assign_issue
close_issueis now called gl_close_issue
comment_commitis now called gl_comment_commit
comment_issueis now called gl_comment_issue
create_branchis now called gl_create_branch
create_merge_requestis now called gl_create_merge_request
delete_branchis now called gl_delete_branch
edit_commit_commentis now called gl_edit_commit_comment
edit_issueis now called gl_edit_issue
edit_issue_commentis now called gl_edit_issue_comment
file_existsis now called gl_file_exists
get_commentsis now called gl_get_comments
get_commit_commentsis now called gl_get_commit_comments
get_commitsis now called gl_get_commits
get_diffis now called gl_get_diff
get_fileis now called gl_get_file
get_issueis now called gl_get_issue
get_issue_commentsis now called gl_get_issue_comments
get_issuesis now called gl_list_issues
get_project_idis now called gl_get_project_id
gitlab_connectionis now called gl_connection
list_branchesis now called gl_list_branches
list_filesis now called gl_list_files
list_projectsis now called gl_list_projects
new_issueis now called gl_new_issue
project_connectionis now called gl_project_connection
proj_reqis now called gl_proj_req
push_fileis now called gl_push_file
reopen_issueis now called gl_reopen_issue
repositoryis now called gl_repository
to_issue_idis now called gl_to_issue_id
unassign_issueis now called gl_unassign_issue