Last data update: 2014.03.03

datamap

Package: datamap
Type: Package
Title: A system for mapping foreign objects to R variables and
environments
Version: 0.1-1
Date: 2009-12-03
Author: Jeffrey Horner <jeffrey.horner@gmail.com>
Maintainer: Jeffrey Horner <jeffrey.horner@gmail.com>
Description: datamap utilizes variable bindings and objects of class
"UserDefinedDatabase" to provide a simple mapping system to
foreign objects. Maps can be used as environments or attached
to the search path, and changes to either are persistent.
Mapped foreign objects are fetched in real-time and are never
cached by the mapping system.
Depends: DBI
License: GPL-2
LazyLoad: yes
Packaged: 2009-12-03 15:37:49 UTC; hornerj
Repository: CRAN
Date/Publication: 2009-12-03 17:38:05

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'datamap' ...
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c UserDB.c -o UserDB.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o datamap.so UserDB.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/datamap/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'datamap'
    finding HTML links ... done
    Mappers                                 html  
    install                                 html  
    mapAttach                               html  
    newMap                                  html  
    newMapper                               html  
    uninstall                               html  
** building package indices
** testing if installed package can be loaded
* DONE (datamap)
Making 'packages.html' ... done