Last data update: 2014.03.03

tspmeta

Package: tspmeta
Title: Instance Feature Calculation and Evolutionary Instance
Generation for the Traveling Salesman Problem
Description: Instance feature calculation and evolutionary instance generation
for the traveling salesman problem. Also contains code to "morph" two TSP
instances into each other. And the possibility to conveniently run a couple
of solvers on TSP instances.
Author: Bernd Bischl <bernd_bischl@gmx.net>,
Jakob Bossek <jakob.bossek@tu-dortmund.de>,
Olaf Mersmann <olafm@p-value.net>
Maintainer: Bernd Bischl <bernd_bischl@gmx.net>
URL: https://github.com/berndbischl/tspmeta
BugReports: https://github.com/berndbischl/tspmeta/issues
License: BSD_3_clause + file LICENSE
Depends: ggplot2, TSP, MASS
Imports: BBmisc, checkmate (>= 1.5), fpc, vegan, stringr, splancs
Suggests: testthat
LazyData: yes
ByteCompile: yes
Version: 1.2
NeedsCompilation: yes
Packaged: 2015-07-07 23:25:32 UTC; bischl
Repository: CRAN
Date/Publication: 2015-07-08 11:38:24

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'tspmeta' ...
** package 'tspmeta' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c fast_two_opt.c -o fast_two_opt.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o tspmeta.so fast_two_opt.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/tspmeta/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'tspmeta'
    finding HTML links ... done
    as_TSP                                  html  
    autoplot.tsp_instance                   html  
    center_of_mass                          html  
    fast_two_opt                            html  
    feature_angle                           html  
    feature_bounding_box                    html  
    feature_centroid                        html  
    feature_chull                           html  
    feature_cluster                         html  
    feature_distance                        html  
    feature_modes                           html  
    feature_mst                             html  
    feature_nnds                            html  
    features                                html  
    get_solvers                             html  
    greedy_point_matching                   html  
    instance_dim                            html  
    morph_instances                         html  
    normalization_angle                     html  
    normalize_rotation                      html  
    number_of_cities                        html  
    numvec_feature_statistics               html  
    print.tsp_instance                      html  
    random_instance                         html  
    read_tsplib_instance                    html  
    read_tsplib_instances                   html  
    read_tsplib_tour                        html  
    remove_zero_distances                   html  
    rescale_instance                        html  
    rotate_coordinates                      html  
    rotate_instance                         html  
    run_solver                              html  
Rd warning: /tmp/Rtmp64Ib2p/R.INSTALL35804a7b7dbf/tspmeta/man/run_solver.Rd:15: missing file link 'concorde_path'
    tsp_generation_ea                       html  
    tsp_instance                            html  
** building package indices
** testing if installed package can be loaded
* DONE (tspmeta)
Making 'packages.html' ... done