Last data update: 2014.03.03

mime

Package: mime
Type: Package
Title: Map Filenames to MIME Types
Version: 0.4
Date: 2015-09-03
Authors@R: c(person("Jeffrey", "Horner", role = "ctb"),
person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name"))
Maintainer: Yihui Xie <xie@yihui.name>
Description: Guesses the MIME type from a filename extension using the data
derived from /etc/mime.types in UNIX-type systems.
Imports: tools
License: GPL-2
URL: https://github.com/yihui/mime
BugReports: https://github.com/yihui/mime/issues
LazyData: TRUE
NeedsCompilation: yes
Packaged: 2015-09-02 15:25:52 UTC; yihui
Author: Jeffrey Horner [ctb],
Yihui Xie [aut, cre]
Repository: CRAN
Date/Publication: 2015-09-03 12:20:19

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'mime' ...
** package 'mime' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c rawmatch.c -o rawmatch.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o mime.so rawmatch.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/mime/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'mime'
    finding HTML links ... done
    guess_type                              html  
    mimemap                                 html  
    parse_multipart                         html  
** building package indices
** testing if installed package can be loaded
* DONE (mime)
Making 'packages.html' ... done