Last data update: 2014.03.03

bibtex

Package: bibtex
Version: 0.4.0
Title: bibtex parser
Authors@R: c(person("Romain", "Francois", role = c("aut", "cre"),
email = "romain@r-enthusiasts.com"),
person("Kurt", "Hornik", role = "ctb",
email = "Kurt.Hornik@R-project.org"),
person("Michael", "Koohafkan", role = "ctb",
email = "michael.koohafkan@gmail.com")
)
Description: Utility to parse a bibtex file
Depends: R (>= 3.0.2)
License: GPL (>= 2)
LazyLoad: yes
BugReports: https://github.com/romainfrancois/bibtex/issues
URL: https://github.com/romainfrancois/bibtex
Packaged: 2014-12-31 11:24:59 UTC; romain
Author: Romain Francois [aut, cre],
Kurt Hornik [ctb],
Michael Koohafkan [ctb]
Maintainer: Romain Francois <romain@r-enthusiasts.com>
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-12-31 14:24:15

● Cran Task View: ReproducibleResearch
● 0 images, 2 functions, 0 datasets
● Reverse Depends: 0

Install log

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