Last data update: 2014.03.03

PAFit

Package: PAFit
Type: Package
Title: Nonparametric Estimation of Preferential Attachment and Node
Fitness in Temporal Complex Networks
Version: 0.7.5
Date: 2015-09-18
Author: Thong Pham, Paul Sheridan, Hidetoshi Shimodaira
Maintainer: Thong Pham <thongpham@thongpham.net>
Description: A statistically sound method for estimating jointly the attachment function and node fitness in a temporal complex network by maximizing a suitable penalized log-likelihood function is implemented in this package. Tutorial can be found in the accompanying vignette. More details about the method can be found at http://dx.doi.org/10.1371/journal.pone.0137796. To cite this package in your projects, please run the command: citation("PAFit") for a list of references you should cite.
URL: http://www.thongpham.net
http://dx.doi.org/10.1371/journal.pone.0137796
License: GPL-3
Depends: R (>= 2.10.0)
Imports: Rcpp (>= 0.11.3), grDevices, graphics, stats
LinkingTo: Rcpp
LazyData: True
NeedsCompilation: yes
Suggests: R.rsp
VignetteBuilder: R.rsp
Packaged: 2015-09-18 06:41:12 UTC; pham
Repository: CRAN
Date/Publication: 2015-09-18 09:13:55

4 images, 9 functions, 1 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'PAFit' ...
** package 'PAFit' 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"  -fopenmp -fpic  -g -O2  -c Cpp_code.cpp -o Cpp_code.o
g++ -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++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o PAFit.so Cpp_code.o RcppExports.o -fopenmp -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/PAFit/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'PAFit'
    finding HTML links ... done
    GenerateNet                             html  
    GetStatistics                           html  
    PAFit-package                           html  
    PAFit                                   html  
    UCIrvine                                html  
    plot.PAFit                              html  
    print.PAFit                             html  
    print.PAFitData                         html  
    summary.PAFit                           html  
    summary.PAFitData                       html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (PAFit)
Making 'packages.html' ... done