Last data update: 2014.03.03

metafolio

Package: metafolio
Type: Package
Title: Metapopulation simulations for conserving salmon through
portfolio optimization
Version: 0.1.0
Date: 2014-07-09
Authors@R: c(person(c("Sean", "C."), "Anderson", email =
"sean@seananderson.ca", role = c("aut", "cre")),
person(c("Jonathan", "W."), "Moore", role = "ctb"),
person(c("Michelle", "M."), "McClure", role = "ctb"),
person(c("Nicholas", "K."), "Dulvy", role = "ctb"),
person(c("Andrew", "B."), "Cooper", role = "ctb"))
Description: The metafolio R package is a tool to simulate salmon
metapopulations and apply financial portfolio optimization concepts. The
package accompanies the paper 'Portfolio conservation of metapopulations
under climate change'. See citation("metafolio").
Maintainer: Sean C. Anderson <sean@seananderson.ca>
License: GPL-2
URL: http://github.com/seananderson/metafolio
BugReports: http://github.com/seananderson/metafolio/issues
VignetteBuilder: knitr
Depends: R (>= 3.1.0)
LinkingTo: Rcpp, RcppArmadillo
Imports: Rcpp (>= 0.11.2), plyr, colorspace, MASS
Suggests: knitr, devtools, TeachingDemos, RColorBrewer, reshape2
Packaged: 2014-07-10 05:35:22 UTC; seananderson
Author: Sean C. Anderson [aut, cre],
Jonathan W. Moore [ctb],
Michelle M. McClure [ctb],
Nicholas K. Dulvy [ctb],
Andrew B. Cooper [ctb]
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-07-10 08:45:42

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'metafolio' ...
** package 'metafolio' 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" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/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" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"   -fpic  -g -O2  -c metasim_base.cpp -o metasim_base.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o metafolio.so RcppExports.o metasim_base.o -L/home/ddbj/local/lib64/R/lib -lRlapack -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/metafolio/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'metafolio'
    finding HTML links ... done
    CVaR                                    html  
    VaR                                     html  
    add_dens_polygon                        html  
    annotate                                html  
    count_quasi_exts                        html  
    create_asset_weights                    html  
    custom_bw                               html  
    est_beta_params                         html  
    fastlm                                  html  
    fit_ricker                              html  
    generate_env_ts                         html  
    generate_straying_matrix                html  
    get_conserv_plans_mv                    html  
    get_efficient_frontier                  html  
    get_port_vals                           html  
    get_quantile_contour                    html  
    gg_color_hue                            html  
    impl_error                              html  
    is_element                              html  
    is_quasi_ext                            html  
    meta_sim                                html  
    metafolio                               html  
    metasim_base                            html  
    monte_carlo_portfolios                  html  
    my.axis                                 html  
    optim_thermal                           html  
    plot_cons_plans                         html  
    plot_correlation_between_returns        html  
    plot_efficient_portfolios               html  
    plot_panel_lines                        html  
    plot_rickers                            html  
    plot_sim_ts                             html  
    plot_sp_A_ts                            html  
    ricker                                  html  
    ricker_escapement                       html  
    ricker_v_t                              html  
    run_cons_plans                          html  
    thermal_area                            html  
    thermal_curve_a                         html  
    thermal_integration                     html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (metafolio)
Making 'packages.html' ... done