Last data update: 2014.03.03

netgen

Package: netgen
Type: Package
Title: Network Generator for Combinatorial Graph Problems
Description: Methods for the generation of a wide range of network geographies,
e.g., grid networks or clustered networks. Useful for the generation of
benchmarking instances for the investigation of, e.g., Vehicle-Routing-Problems
or Travelling Salesperson Problems.
Version: 1.3
Date: 2016-01-21
Authors@R: c(person("Jakob", "Bossek", email = "j.bossek@gmail.com", role =
c("aut", "cre")))
Maintainer: Jakob Bossek <j.bossek@gmail.com>
URL: https://github.com/jakobbossek/netgen
BugReports: https://github.com/jakobbossek/netgen/issues
License: BSD_3_clause + file LICENSE
Depends: BBmisc (>= 1.6), mvtnorm (>= 1.0-2), lhs (>= 0.10), checkmate
(>= 1.5.1)
Imports: ggplot2, lpSolve, igraph (>= 0.7.1), stringr (>= 0.6.2)
Suggests: testthat
LazyData: yes
ByteCompile: yes
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-01-21 23:04:49 UTC; jboss
Author: Jakob Bossek [aut, cre]
Repository: CRAN
Date/Publication: 2016-01-22 10:26:50

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'netgen' ...
** package 'netgen' successfully unpacked and MD5 sums checked
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'netgen'
    finding HTML links ... done
    as.character.Network                    html  
    as.data.frame.Network                   html  
    as.matrix.Network                       html  
    autoplot.Network                        html  
    dynamise                                html  
    exportToFile                            html  
    exportToTSPlibFormat                    html  
    filterTSPInstances                      html  
    generateClusteredNetwork                html  
    generateGridNetwork                     html  
    generateRandomNetwork                   html  
    getDepotCoordinates                     html  
    getNumberOfClusters                     html  
    getNumberOfDepots                       html  
    getNumberOfNodes                        html  
    getOptimalPointMatching                 html  
    getPointDistributionStrategies          html  
    getTSPInstancesOverview                 html  
    getValidEdgeWeightTypes                 html  
    hasDepots                               html  
    importFromFile                          html  
    importFromTSPlibFormat                  html  
    isEuclidean                             html  
    isNetwork                               html  
    makeNetwork                             html  
    morphInstances                          html  
    quoted                                  html  
    rescaleNetwork                          html  
    visualizeMorphing                       html  
    visualizePointMatching                  html  
** building package indices
** testing if installed package can be loaded
* DONE (netgen)
Making 'packages.html' ... done