Last data update: 2014.03.03

gitlabr

Package: gitlabr
Title: Access to the Gitlab API
Version: 0.6.4
Authors@R: person("Jirka", "Lewandowski", email = "jirka.lewandowski@wzb.eu", role = c("aut", "cre"))
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.
Depends: R (>= 3.1.2), magrittr
Imports: dplyr (>= 0.4.3), stringr, base64enc, httr (>= 1.1.0),
functional
Suggests: devtools (>= 1.8.0), roxygen2, testthat, R.rsp, knitr
URL: http://blog.points-of-interest.cc/post/gitlabr/
http://doc.gitlab.com/ce/ api/
BugReports:
http://gitlab.points-of-interest.cc/points-of-interest/gitlabr/
issues/
VignetteBuilder: R.rsp
License: GPL (>= 3)
LazyData: true
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-02-09 18:41:29 UTC; jlewando
Author: Jirka Lewandowski [aut, cre]
Maintainer: Jirka Lewandowski <jirka.lewandowski@wzb.eu>
Repository: CRAN
Date/Publication: 2016-02-09 20:53:59

● 0 images, 21 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'gitlabr' ...
** package 'gitlabr' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'gitlabr'
    finding HTML links ... done
    archive                                 html  
    branches                                html  
    comments                                html  
    create_merge_request                    html  
    edit_issue                              html  
    get_commits                             html  
    get_file                                html  
    get_issues                              html  
    get_project_id                          html  
    gitlab                                  html  
    gitlab_connection                       html  
    gitlabr                                 html  
    iff                                     html  
    list_projects                           html  
    pipe_into                               html  
    prefix                                  html  
    proj_req                                html  
    push_file                               html  
    repository                              html  
    set_gitlab_connection                   html  
    to_issue_id                             html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (gitlabr)
Making 'packages.html' ... done