Last data update: 2014.03.03

jug

Package: jug
Type: Package
Title: Create a Simple Web API for your R Functions
Version: 0.1.2
Author: Bart Smeets
Maintainer: Bart Smeets <bartsmeets86@gmail.com>
Description: A set of convenience functions to build simple APIs.
License: MIT + file LICENSE
LazyData: TRUE
Depends: R (>= 3.1.0), magrittr
Imports: R6, mime, httpuv, stringi, infuser, jsonlite, base64enc
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-05-10 08:58:15 UTC; bart
Repository: CRAN
Date/Publication: 2016-05-10 11:13:24

● 0 images, 20 functions, 6 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'jug' ...
** package 'jug' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'jug'
    finding HTML links ... done
    Error                                   html  
    Jug                                     html  
    Middleware                              html  
    MiddlewareHandler                       html  
    RawTestRequest                          html  
    Request                                 html  
    Response                                html  
    add_middleware                          html  
    collector                               html  
    decorate                                html  
    delete                                  html  
    get                                     html  
    include                                 html  
    match_path                              html  
    new_error                               html  
    parse_post_data                         html  
    parse_query                             html  
    post                                    html  
    process_test_request                    html  
    put                                     html  
    serve_it                                html  
    serve_static_files                      html  
    simple_error_handler                    html  
    stop_daemon                             html  
    use                                     html  
    ws                                      html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (jug)
Making 'packages.html' ... done