Skip to content

Commit

Permalink
v1.11.4 -- fix citation for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Oct 10, 2017
1 parent 2115025 commit b63f8c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: derfinderHelper
Type: Package
Title: derfinder helper package
Version: 1.11.3
Date: 2017-08-24
Version: 1.11.4
Date: 2017-10-10
Authors@R: c(person("Leonardo", "Collado-Torres", role = c("aut", "cre"), email
= "lcollado@jhu.edu"), person(c("Andrew", "E."), "Jaffe", role = "aut",
email = "andrew.jaffe@libd.org"), person(c("Jeffrey", "T."), "Leek",
Expand Down
5 changes: 4 additions & 1 deletion vignettes/derfinderHelper.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ bib <- c(knitcitations = citation('knitcitations'),
R = citation(),
IRanges = citation('IRanges'),
Matrix = citation('Matrix'),
S4Vectors = citation('S4Vectors'),
S4Vectors = RefManageR::BibEntry(bibtype = 'manual', key = 'S4Vectors',
author = 'Hervé Pagès and Michael Lawrence and Patrick Aboyoun',
title = "S4Vectors: S4 implementation of vector-like and list-like objects",
year = 2017, doi = '10.18129/B9.bioc.S4Vectors'),
devtools = citation('devtools'),
testthat = citation('testthat'))
write.bibtex(bib, file = 'derfinderHelperRef.bib')
Expand Down

0 comments on commit b63f8c4

Please sign in to comment.