Displaying 20 results from an estimated 200 matches similar to: "bibtex::read.bib -- extracting bibentry keys"
2018 May 13
0
BUG: 'bibentry' methods change default bibstyle
Hi,
Some 'bibentry' methods have the side effect of changing the default bibstyle.
Background:
tools::bibstyle() defines and registers bibtex styles for formatting 'bibentry' objects.
It optionally (and by default) sets a default style. It is also used to get a particular style.
The last feature of bibstyle() is used in 'bibentry' methods defined in packages
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
On Thu, 30 May 2019, Dr Gregory Jefferis wrote:
> 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 ...).
(1) You can use read.bib() from the
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 =
2011 Jan 07
1
print.citation, small bug?
Hi,
I use Sweave extensively in my consulting work. When submitting reports to
the scientists I work
with I like to use the citation function to reference any packages I use, to
give proper acknowledgement.
I noted in the documentation that a citation inherits from bibentry, and
indeed,
> citr<- citation()
> class(citr)
[1] "citation" "bibentry"
However, following
2011 Dec 16
2
R package BibTex entries: looking for a more general solution
Back in 2010 I raised this issue, and there was some discussion,
https://stat.ethz.ch/pipermail/r-devel/2010-November/058987.html
The goal, then, as now is to have a way to produce a bibtex-clean .bib
file (i.e., not requiring
manual editing except in unusual circumstances) reflecting installed
packages
for use in writing where one often needs/wants to cite all packages used
in a given
2006 Jan 23
5
Bibtex database design
I am working a Bibtex database for my school using Rails and I need some idea
on how to manage the bibtex types.
I crated an Author and Publications model and put has_and_belongs_to_many
relationship between them.
The user model basically is like this:
class User < ActiveRecord::Base
has_and_belongs_to_many :publications
end
The Publication model has all the Bibtex fields
2017 Apr 19
1
c documentation after change
In R 3.4.0 RC, argument list of 'c' as S4 generic function has become
(x, ...) .
However, "S4 methods" section in documentation of 'c' (c.Rd) is not updated yet.
Also, in R 3.4.0 RC, 'c' method of class "Date" ('c.Date') is still not explicitly documented.
2010 Nov 03
3
R package BibTex entries: looking for a more general solution
== Summary ==
* Problem: BibTeX entries extracted from R packages via citation()
require too much manual editing to be
of general use.
* Proposal: Date: fields should be made mandatory in package DESCRIPTION
files, perhaps
beginning with warnings from R CMD check
* Proposal: Package authors should be encouraged to use a (new)
Contributors: field in the DESCRIPTION file
rather than packing all
2002 Apr 24
0
No applications work
Hello
I am trying to get wine working for more than half a year.
I intend to run the following applications with wine:
Word 97
Excel 97
PowerPoint 97
Internet Explorer
Outlook Express
PC-bib2
My configuration is as follows:
SuSE Linux 7.1
Kernel 2.2.18
glibc 4.7.6 & 6
gcc 2.95.2
XFree86 4.0.2
Freetype 1.3.1-164 from ftp://ftp.suse.com/pub/suse/i386/7.1/suse/
Freetype2 2.0.5
2006 Jan 29
1
Citation of R packages
The bibtex citations provided by citation() do not
work all that well in cases where there is no printed
document to reference:
(1) A version field is needed, as the note field is
required for other purposes, currently trying to
sort out nuances that cannot be sorted out in the
author list (author, compiler, implementor of R version,
contributor, ...) and maybe giving a cross-reference
to a book
2015 Oct 07
2
authorship and citation
On 07/10/2015 1:39 PM, Tim Keitt wrote:
> On Wed, Oct 7, 2015 at 11:29 AM, Spencer Graves <spencer.graves at prodsyse.com
>> wrote:
>
>> Another example: The "Author" of the Ecdat package is Yves Croissant <
>> yves.croissant at let.ish-lyon.cnrs.fr>. I'm the Maintainer. At some
>> point, I may add my name to the list of Authors but I
2015 Oct 20
2
Crear variable con condiciones
Buenas tardes a todos,
Quisiera crear una variable de acuerdo a ciertas condiciones. Me gustaria
llegar de "datain" a "dataout".
## entrada
datain <- structure(list(REF = c("999", "999", "999", "1099", "731", "731",
"731", "731", "1442", "1442", "1442",
2015 Oct 21
3
Crear variable con condiciones
Muchas gracias Javier por tu respuesta.
Si. Para obtener "dataout" se utilizan filas anteriores de acuerdo con la
disponibilidad de la variable TOENDREF para cada valor de la variable REF.
Por ejemplo, las filas 3 y 4 de "datain" son
#REF TIMEREF TOENDREF
#3 999 360 150
#4 1099 30 480
En la fila 3, el valor de TOENDREF es 150. Esto indica que hay 150
2023 Apr 21
0
[Rd] R 4.3.0 is released
The build system rolled up R-4.3.0.tar.gz (codename "Already Tomorrow") this morning.
This is a major update, containing many new features and bug fixes.
The list below details the changes in this release.
You can get the source code from
https://cran.r-project.org/src/base/R-4/R-4.3.0.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Binaries for various
2023 Apr 21
0
[Rd] R 4.3.0 is released
The build system rolled up R-4.3.0.tar.gz (codename "Already Tomorrow") this morning.
This is a major update, containing many new features and bug fixes.
The list below details the changes in this release.
You can get the source code from
https://cran.r-project.org/src/base/R-4/R-4.3.0.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Binaries for various
2007 Apr 25
1
Help on 'find.BIB' function
Hello everyone,
I am trying to use the 'find.BIB' function to construct a balanced incomplete block design. When I ran the example given in the help file (find.BIB(10,30,4)), I obtained the following error message:
Error in optBlock(~., withinData = factor(1:trt), blocksize = rep(k, b)) :
object ".Random.seed" not found
I investigated what the optBlock
2002 May 16
5
Bib. reference on R
I know I've seen the answer to this question
but could not find it now:
What's the appropriate(s) general reference(s)
for the "R language and environment for statistical computing and
graphics" that should be included
in a scientific article?
Thanks
Agus
Dr. Agustin Lobo
Instituto de Ciencias de la Tierra (CSIC)
Lluis Sole Sabaris s/n
08028 Barcelona SPAIN
tel 34 93409 5410
2012 Mar 14
0
BibTeX Extension for Webgen
Dear all,
firstly, I want to thank Thomas Leitner and the community for the great
program webgen! I''m using it for a long time now.
I developed a small extension that allows you to specify a BibTeX-file
from which a Webgen page containing a list of publications is generated.
You can see two examples here:
http://michaelkoester.de/activities.html
2010 Jun 28
2
How to run Bibtex with pdfLatex in StatEt/MikTex on Windows ?
Hello,
I'm running R2.10, Eclipse, StatEt and MikTex 2.8 to create Sweave
documents, and everything seems to work great, until today...
I was trying to add citations from a Bibtex file, but I just got [?]
citations. However, if I open the .tex file that StatEt created in
MikTex and run the latex+bibtex+pdflatex command, the citations are present.
Does anyone know how to either configure