?citation
Bert Gunter
"The trouble with having an open mind is that people keep coming along and
sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Thu, Jan 28, 2021 at 4:37 AM M Visconti wrote:
> Hi there,
>
> Our statistician used R version 4.0.3
When you start up R, one of the opening messages is:
'citation()' on how to cite R or R packages in publications.
Since it sounds like you're not using R yourself, here are the results for
R, but you'd have to go one by one through packages.
R Core Team (2020). R: A language and environment for
Hi there,
Our statistician used R version 4.0.3 for a clinical project data analysis. I
wanted to cite correctly using this below format (for a different example):
NCSS 10 Statistical Software [2015]; NCSS, LLC, Kaysville, UT
Can you please help me fill in the info after the semi colon for your
Dear Marc,
Thank you, exactly what I needed!
Best,
Ivan
--
Dr. Ivan Calandra
TraCEr, laboratory for Traceology and Controlled Experiments
MONREPOS Archaeological Research Centre and
Museum for Human Behavioural Evolution
Schloss Monrepos
56567 Neuwied, Germany
+49 (0) 2631 9772-243
https://www.r
> On Jan 16, 2020, at 12:03 PM, Ivan Calandra wrote:
>
> Dear useRs,
>
> I want to cite the packages I have used in my analyses for a paper. I
> have recorded through sessionInfo() which packages and which versions I
> used for a given analysis.
>
> I know how to cite a package using the cita
Dear useRs,
I want to cite the packages I have used in my analyses for a paper. I
have recorded through sessionInfo() which packages and which versions I
used for a given analysis.
I know how to cite a package using the citation() function, but the
problem is that in the meantime, I have updated
On Mon, 26 Aug 2013, Charles Determan Jr wrote:
Greetings,
I am familiar with the function cite('packageName') which provides the
output generated from the DESCRIPTION file.
...unless the package provides a CITATION file. Then, citation('pkg')
shows the content of the CITATION. citation('pk
Thank you for your reply Stephan,
I like to be very thorough and make sure all names are attributed so in the
case that I check the url of a package and it lists contributing authors
that aren't provided with citation() would it be appropriate to cite it
like this:
Smith, J. [pr] and Johnson, J.
Hi,
it usually is a good idea to look at the output of citation() (which,
however, also often is auto-generated) or at the authors listed in
package vignettes.
And thanks for citing R package authors. When I review papers, I often
have to remind authors of this...
Best
Stephan
On 26.08.20
Greetings,
I am familiar with the function cite('packageName') which provides the
output generated from the DESCRIPTION file. In most cases this is
sufficient but I was wondering if there are contributing authors (in
addition to the primary) also listed on the CRAN page. Is there a proper
way to
Although this is really a bibtex/Jabref question, I am hoping this
might still be the best place for help.
The bibtex entry in Jabref is like this
@MANUAL{R2009,
title = {R: A Language and Environment for Statistical Computing},
author = {{R Development Core Team}},
organization = {R Founda
r-project.org
Subject: Re: [R] Citing R/Packages Question
I've had an email exchange with the authors of a recent paper in Nature who
also made a good faith effort to cite both R and the quantreg package, and
were told that the Nature "house style" didn't allow such citations
gt;
>
> -Original Message-
> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
> Behalf Of roger koenker
> Sent: Saturday, May 09, 2009 8:36 AM
> To: Derek Ogle
> Cc: r-help@r-project.org
> Subject: Re: [R] Citing R/Packages Question
>
> I
: Saturday, May 09, 2009 8:36 AM
To: Derek Ogle
Cc: r-help@r-project.org
Subject: Re: [R] Citing R/Packages Question
I've had an email exchange with the authors of a recent paper in Nature who
also made a good faith effort to cite both R and the quantreg package, and
were told that the Nature "h
Most common styles (e.g. APA, Harvard) include the date of access for an
electronic reference. While this may be an artifact of history, both
reviewers and editors are justified in asking authors to adhere to the
style used in a particular journal. That said, I don't see why Nature or
any other
On Sat, 9 May 2009, roger koenker wrote:
I've had an email exchange with the authors of a recent paper
in Nature who also made a good faith effort to cite both R and the quantreg
package, and were told that the Nature "house style" didn't allow such
citations so they were dropped from the publis
I've had an email exchange with the authors of a recent paper
in Nature who also made a good faith effort to cite both R and the
quantreg
package, and were told that the Nature "house style" didn't allow such
citations so they were dropped from the published paper and the
"supplementary materia
I used R and the quantreg package in a manuscript that is currently in
the proofs stage. I cited both R and quantreg as suggested by
citation() and noted the version of R and quantreg that I used in the
main text as
"All tests were computed with the R v2.9.0 statistical programming
language
Stephan Kolassa wrote:
citation()
Really obvious. Sorry.
Tom
HTH,
Stephan
Tom Backer Johnsen schrieb:
What is the correct citation to R in BibTeX format? I have looked in
the R pages but so far without any luck.
Tom
__
R-help@r-project.org m
citation()
HTH,
Stephan
Tom Backer Johnsen schrieb:
What is the correct citation to R in BibTeX format? I have looked in
the R pages but so far without any luck.
Tom
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
On 4/15/2009 4:42 PM, Tom Backer Johnsen wrote:
What is the correct citation to R in BibTeX format? I have looked in
the R pages but so far without any luck.
> citation()
To cite R in publications use:
R Development Core Team (2008). R: A language and environment for
statistical computin
What is the correct citation to R in BibTeX format? I have looked in
the R pages but so far without any luck.
Tom
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.
Hi Achim,
Thanks for pointing us to the code from the colorspace package - a good
example of how to keep the citation information up-to-date
automatically, something I had not considered...
Heather
--
Dr H Turner
Senior Research Fellow
Dept. of Statistics
The University of Warwick
Coventry
CV4 7
Achim Zeileis wrote:
On Wed, 12 Nov 2008, Michael Friendly wrote:
In two recent in press articles where I cited R packages,
I was asked by the copy-editor to add a location or url to the
references. Could I suggest that citation() be modified to include
the URL automatically?
That's a good
> > Could I suggest that citation() be modified to include
> > the URL automatically?
> >
> I second this suggestion. I experienced similar case once as well.
Thanks for pointing that function out to me. When I run it, the URL is
included:
citation()
To cite R in publications use:
R Devel
> In two recent in press articles where I cited R packages,
> I was asked by the copy-editor to add a location or url to the references.
> Could I suggest that citation() be modified to include
> the URL automatically?
>
I second this suggestion. I experienced similar case once as well.
>
> --
>
On Wed, 12 Nov 2008, Michael Friendly wrote:
One could complement that by a
url = {http://CRAN.R-project.org/package=tweedie}
In two recent in press articles where I cited R packages,
I was asked by the copy-editor to add a location or url to the references.
Could I suggest that citation()
> Along similar lines, someone recently posted a script to generate
> a .bib file for all packages installed. It would be useful if someone
> were to implement that script for CRAN and make the resulting
> R-packages.bib file available on the CRAN site.
It would also be useful if citation() added
Achim Zeileis wrote:
... [ snip ] ...
R> citation("tweedie")
To cite package 'tweedie' in publications use:
Peter K Dunn (2007). tweedie: Tweedie exponential family models. R
package version 1.5.2.
A BibTeX entry for LaTeX users is
@Manual{,
title = {tweedie: Tweedie exponential fam
Achim, thank you.
My careless mistake.
citation("tweedie")
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, se
On Tue, 11 Nov 2008, Kinoko wrote:
Just a few words...
I usually cite softwares, especially if they are opensource (and
encourage everyone to do so).
Of course I would not append references for rkward or kile to my bib
(neither word or excel).
While the response of the researcher using your so
Just a few words...
I usually cite softwares, especially if they are opensource (and
encourage everyone to do so).
Of course I would not append references for rkward or kile to my bib
(neither word or excel).
While the response of the researcher using your software is not
convincing, you can easi
Peter:
I was reading a paper recently in which I was surprised to see an R
package of mine obviously used, without acknowledgement. Indeed, R
itself was used without any acknowledgment. So I contact the author
about these issues, who said (in part):
Regarding the R packages, I used the "tw
Hi all
I was reading a paper recently in which I was surprised to see an R package of
mine obviously used, without acknowledgement. Indeed, R itself was used
without any acknowledgment. So I contact the author about these issues, who
said (in part):
Regarding the R packages, I used the "twe
34 matches
Mail list logo