Re: [R] Citing

2021-01-28 Thread Bert Gunter
?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

Re: [R] Citing

2021-01-28 Thread Patrick (Malone Quantitative)
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

[R] Citing

2021-01-28 Thread M Visconti
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

Re: [R] citing old(er) versions of packages

2020-01-17 Thread Ivan Calandra
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

Re: [R] citing old(er) versions of packages

2020-01-16 Thread Marc Schwartz via R-help
> 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

[R] citing old(er) versions of packages

2020-01-16 Thread Ivan Calandra
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

Re: [R] Citing Package Contributing Authors

2013-08-26 Thread Achim Zeileis
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

Re: [R] Citing Package Contributing Authors

2013-08-26 Thread Charles Determan Jr
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.

Re: [R] Citing Package Contributing Authors

2013-08-26 Thread Stephan Kolassa
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

[R] Citing Package Contributing Authors

2013-08-26 Thread Charles Determan Jr
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

[R] citing R - really a bibtex/jabref question

2009-12-06 Thread Graham Smith
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

Re: [R] Citing R/Packages Question

2009-05-12 Thread spencerg
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

Re: [R] Citing R/Packages Question

2009-05-11 Thread stephen sefick
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&#x

Re: [R] Citing R/Packages Question

2009-05-11 Thread Ravi Varadhan
: 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

Re: [R] Citing R/Packages Question

2009-05-10 Thread Jim Lemon
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

Re: [R] Citing R/Packages Question

2009-05-09 Thread Achim Zeileis
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

Re: [R] Citing R/Packages Question

2009-05-09 Thread roger koenker
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

[R] Citing R/Packages Question

2009-05-08 Thread Derek Ogle
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

Re: [R] Citing R

2009-04-15 Thread Tom Backer Johnsen
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

Re: [R] Citing R

2009-04-15 Thread Stephan Kolassa
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

Re: [R] Citing R

2009-04-15 Thread Duncan Murdoch
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

[R] Citing R

2009-04-15 Thread Tom Backer Johnsen
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.

Re: [R] Citing R in journal articles (or the failure to)

2008-11-14 Thread Heather Turner
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

Re: [R] Citing R in journal articles (or the failure to)

2008-11-13 Thread Michael Friendly
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

Re: [R] Citing R in journal articles (or the failure to)

2008-11-13 Thread Seeliger . Curt
> > 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

Re: [R] Citing R in journal articles (or the failure to)

2008-11-12 Thread ronggui
> 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. > > -- >

Re: [R] Citing R in journal articles (or the failure to)

2008-11-12 Thread Achim Zeileis
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()

Re: [R] Citing R in journal articles (or the failure to)

2008-11-12 Thread hadley wickham
> 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

Re: [R] Citing R in journal articles (or the failure to)

2008-11-12 Thread Michael Friendly
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

Re: [R] Citing R in journal articles (or the failure to)

2008-11-11 Thread Kinoko
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

Re: [R] Citing R in journal articles (or the failure to)

2008-11-11 Thread Achim Zeileis
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

Re: [R] Citing R in journal articles (or the failure to)

2008-11-11 Thread Kinoko
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

Re: [R] Citing R in journal articles (or the failure to)

2008-11-11 Thread Achim Zeileis
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

[R] Citing R in journal articles (or the failure to)

2008-11-11 Thread Peter Dunn
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