Last data update: 2014.03.03

network

Package: network
Version: 1.13.0
Date: 2015-08-31
Title: Classes for Relational Data
Authors@R: c(
person("Carter T.", "Butts", role=c("aut","cre"), email="buttsc@uci.edu"),
person("David", "Hunter", role=c("ctb"), email="dhunter@stat.psu.edu"),
person("Mark", "Handcock", role=c("ctb"), email="handcock@stat.ucla.edu"),
person("Skye", "Bender-deMoll", role=c("ctb"), email="skyebend@uw.edu"),
person("Jeffrey", "Horner", role=c("ctb"), email="jeffrey.horner@gmail.com"))
Depends: R (>= 2.10), utils
Suggests: sna, statnet.common, testthat
Description: Tools to create and modify network objects. The network class can represent a range of relational data types, and supports arbitrary vertex/edge/graph attributes.
License: GPL (>= 2)
URL: http://statnet.org/
NeedsCompilation: yes
Packaged: 2015-09-15 12:24:10 UTC; rpackagebuilder
Author: Carter T. Butts [aut, cre],
David Hunter [ctb],
Mark Handcock [ctb],
Skye Bender-deMoll [ctb],
Jeffrey Horner [ctb]
Maintainer: Carter T. Butts <buttsc@uci.edu>
Repository: CRAN
Date/Publication: 2015-09-19 22:13:50

● Cran Task View: SocialSciences, gR
● 0 images, 40 functions, 3 datasets
Reverse Depends: 26

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'network' ...
** package 'network' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c Rinit.c -o Rinit.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c access.c -o access.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c constructors.c -o constructors.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c layout.c -o layout.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c utils.c -o utils.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o network.so Rinit.o access.o constructors.o layout.o utils.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/network/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'network'
    finding HTML links ... done
    add.edges                               html  
    add.vertices                            html  
    as.color                                html  
    as.edgelist                             html  
    as.matrix.network                       html  
    as.network.matrix                       html  
    as.sociomatrix                          html  
    attribute.methods                       html  
    deletion.methods                        html  
    edgeset.constructors                    html  
    emon                                    html  
    flo                                     html  
    get.edges                               html  
    get.inducedSubgraph                     html  
    get.neighborhood                        html  
    has.edges                               html  
    is.adjacent                             html  
    loading.attributes                      html  
    network-internal                        html  
    network-operators                       html  
    network-package                         html  
    network                                 html  
    network.arrow                           html  
    network.density                         html  
    network.dyadcount                       html  
    network.edgecount                       html  
    network.edgelabel                       html  
    network.extraction                      html  
    network.indicators                      html  
    network.initialize                      html  
    network.layout                          html  
    network.loop                            html  
    network.naedgecount                     html  
    network.size                            html  
    network.vertex                          html  
    permute.vertexIDs                       html  
    plot.network                            html  
    preparePlotArgs                         html  
    prod.network                            html  
    read.paj                                html  
    sum.network                             html  
    valid.eids                              html  
    which.matrix.type                       html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (network)
Making 'packages.html' ... done