Last data update: 2014.03.03

pryr

Package: pryr
Version: 0.1.2
Title: Tools for Computing on the Language
Description: Useful tools to pry back the covers of R and understand the
language at a deeper level.
Authors@R: c(
person("Hadley", "Wickham", ,"hadley@rstudio.com", c("aut", "cre")),
person("R Core team", role = "ctb",
comment = "Some code extracted from base R")
)
License: GPL-2
URL: https://github.com/hadley/pryr
BugReports: https://github.com/hadley/pryr/issues
LinkingTo: Rcpp
Depends: R (>= 3.1.0)
Imports: stringr, codetools, methods, Rcpp (>= 0.11.0)
Suggests: testthat (>= 0.8.0)
NeedsCompilation: yes
Packaged: 2015-06-19 11:38:23 UTC; hadley
Author: Hadley Wickham [aut, cre],
R Core team [ctb] (Some code extracted from base R)
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2015-06-20 00:35:21

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'pryr' ...
** package 'pryr' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c bytes.cpp -o bytes.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c inspect.cpp -o inspect.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c object_size.cpp -o object_size.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c promise.cpp -o promise.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c slice.cpp -o slice.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c typename.cpp -o typename.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o pryr.so RcppExports.o bytes.o inspect.o object_size.o promise.o slice.o typename.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/pryr/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'pryr'
    finding HTML links ... done
    as.envlist                              html  
    assign-active                           html  
    assign-constant                         html  
    assign-delayed                          html  
    bytes                                   html  
    call_tree                               html  
    compose                                 html  
    dots                                    html  
    enclosing_env                           html  
    explicit                                html  
    f                                       html  
    fget                                    html  
    find_funs                               html  
    find_uses                               html  
    ftype                                   html  
    inspect                                 html  
    is_active_binding                       html  
    is_promise                              html  
    is_s3_generic                           html  
    make_call                               html  
    make_function                           html  
    mem_change                              html  
    mem_used                                html  
    method_from_call                        html  
    modify_call                             html  
    modify_lang                             html  
    names_c                                 html  
    object_size                             html  
    otype                                   html  
    parent_promise                          html  
    parenv                                  html  
    parenvs                                 html  
    partial                                 html  
    print.envlist                           html  
    rebind                                  html  
    rls                                     html  
    show_c_source                           html  
    standardise_call                        html  
    subs                                    html  
    substitute_q                            html  
    track_copy                              html  
    unenclose                               html  
    uneval                                  html  
    where                                   html  
** building package indices
** testing if installed package can be loaded
* DONE (pryr)
Making 'packages.html' ... done