Skip to content

Commit

Permalink
remove broken doi in Rcpp citation
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Sep 9, 2015
1 parent 90cc73b commit 32c70b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/bibliography.bib
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ @book{sp:2013
@article{Eddelbuettel:2011rcpp,
abstract = {The Rcpp package simplifies integrating C++ code with R. It provides a consistent C++ class hierarchy that maps various types of R objects (vectors, matrices, functions, environments, ...) to dedicated C++ classes. Object interchange between R and C++ is managed by simple, flexible and extensible concepts which include broad support for C++ Standard Template Library idioms. C++ code can both be compiled, linked and loaded on the fly, or added via packages. Flexible error and exception code handling is provided. Rcpp substantially lowers the barrier for programmers wanting to combine C++ code with R.},
author = {Eddelbuettel, Dirk and Francois, Romain},
doi = {10.1007/978-1-4614-6868-4},
doi = {},
isbn = {9781461468677},
issn = {15487660},
journal = {Journal Of Statistical Software},
Expand Down

0 comments on commit 32c70b5

Please sign in to comment.