search for: bibtype

Displaying 5 results from an estimated 5 matches for "bibtype".

2012 Aug 06
1
bibtex::read.bib -- extracting bibentry keys
...entries that do not contain all required fields? A suggestion: it would be nice if bibtex provided some extractor functions for bibentry fields. > bib1 <- read.bib("C:/localtexmf/bibtex/bib/timeref.bib") ignoring entry 'Donoho-etal:1988' (line 40) because : A bibentry of bibtype ?InCollection? has to correctly specify the field(s): booktitle ... snipping other similar warnings ... > length(bib1) [1] 628 > > bib2 <- read.bib("W:/texmf/bibtex/bib/timeref.bib") ignoring entry 'Donoho-etal:1988' (line 57) because : A bibentry of bibtype ?InCo...
2018 May 13
0
BUG: 'bibentry' methods change default bibstyle
...ing argument '.default = FALSE' to the calls of bibstyle() in the bibentry methods for sort() and toRd() (there maybe other methods using this and perhaps also unexported functions). Here is the example from the help page of bibstyle(): ====================== refs <- c(bibentry(bibtype = "manual", title = "R: A Language and Environment for Statistical Computing", author = person("R Core Team"), organization = "R Foundation for Statistical Computing", address = "Vienna, Austria", year =...
2019 May 29
3
Making a package CITATION file from BibTeX
Dear Colleagues, I would like to provide a CITATION file for my package nat.nblast [1]. I have the correct citation in BibTeX format [2]. How can I convert this BibTeX to the format needed by R for a package CITATION file (I have a lot of other packages needing citations ...). I think what I need is the opposite of RefManageR::toBiblatex [3]. This seems like it should be a common need, so I
2019 May 29
0
Making a package CITATION file from BibTeX
...lete the bib key and add a header for the citation b$key <- NULL b$header <- "To cite nat.nblast in publications use:" ## turn the "bibentry" into the R code generating it b <- format(b, style = "R") ## write the R code to the console writeLines(b) bibentry(bibtype = "Article", header = "To cite nat.nblast in publications use:", author = c(person(given = "Marta", family = "Costa"), person(given = c("James", "D"),...
2014 May 22
1
citEntry handling of encoded URLs
The following citEntry includes a url with %3A and other encodings citEntry(entry="article", title = "Software for Computing and Annotating Genomic Ranges", author = personList( as.person("Michael Lawrence" )), year = 2013, journal = "{PLoS} Computational Biology", volume = "9", issue =