Last data update: 2014.03.03

mmap

Package: mmap
Type: Package
Title: Map Pages of Memory
Version: 0.6-12
Date: 2013-05-01
Author: Jeffrey A. Ryan
LazyLoad: yes
Maintainer: Jeffrey A. Ryan <jeff.a.ryan@gmail.com>
Description: R interface to POSIX mmap and Window's MapViewOfFile
License: GPL-3
Packaged: 2013-08-28 04:25:24 UTC; jryan
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2013-08-28 07:25:13

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'mmap' ...
** package 'mmap' successfully unpacked and MD5 sums checked
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking alignment of char... 1
checking alignment of int... 4
checking alignment of short... 2
checking alignment of long... 8
checking alignment of double... 8
checking for madvise... yes
checking for strnlen... yes
configure: creating ./config.status
config.status: creating src/config.h
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c mmap.c -o mmap.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c types.c -o types.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o mmap.so mmap.o types.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/mmap/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'mmap'
    finding HTML links ... done
    make.fixedwidth                         html  
    mmap                                    html  
    mmap.csv                                html  
    mmapFlags                               html  
    mprotect                                html  
    msync                                   html  
    sizeof                                  html  
    struct                                  html  
    types                                   html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (mmap)
Making 'packages.html' ... done