Last data update: 2014.03.03

mcPAFit

Package: mcPAFit
Type: Package
Title: Estimating Preferential Attachment from a Single Network
Snapshot by Markov Chain Monte Carlo
Version: 0.1.3
Date: 2016-05-25
Author: Thong Pham, Paul Sheridan, Hidetoshi Shimodaira
Maintainer: Thong Pham <thongpham@thongpham.net>
Description: A Markov chain Monte Carlo method is provided to estimate the preferential attachment function from a single network snapshot. Conventional methods require the complete information about the appearance order of all nodes and edges in the network. This package incorporates the appearance order into the state space and estimates it together with the preferential attachment function. Auxiliary variables are introduced to facilitate fast Gibbs sampling.
License: GPL-3
Depends: R (>= 2.10.0)
Imports: Rcpp (>= 0.11.3), grDevices, graphics, stats, RColorBrewer,
PAFit
LinkingTo: Rcpp
LazyData: True
NeedsCompilation: yes
Packaged: 2016-05-25 13:06:39 UTC; pham
Repository: CRAN
Date/Publication: 2016-05-25 15:52:19

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'mcPAFit' ...
** package 'mcPAFit' successfully unpacked and MD5 sums checked
** libs
g++ -std=c++11 -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"  -fopenmp -fpic  -g -O2 -c Cpp_code.cpp -o Cpp_code.o
g++ -std=c++11 -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"  -fopenmp -fpic  -g -O2 -c RcppExports.cpp -o RcppExports.o
g++ -std=c++11 -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o mcPAFit.so Cpp_code.o RcppExports.o -fopenmp -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/mcPAFit/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'mcPAFit'
    finding HTML links ... done
    create_sim_data                         html  
    mcPAFit-package                         html  
    mcPAFit                                 html  
** building package indices
** testing if installed package can be loaded
* DONE (mcPAFit)
Making 'packages.html' ... done