similar to: Citation if copying R base code

Displaying 20 results from an estimated 4000 matches similar to: "Citation if copying R base code"

2015 Jun 08
0
New version of wikipediatrend
Dear UseRs, wikipediatrend - a package to retrieve Wikipedia page access statistics - has jumped from version 0.2 to 1.1.3 and now is more streamlined, feature richer, more tested and comes with a vignette as well as a lot of fun. packge information: http://cran.rstudio.com/web/packages/wikipediatrend vignette:
2015 Jun 08
0
New version of wikipediatrend
Dear UseRs, wikipediatrend - a package to retrieve Wikipedia page access statistics - has jumped from version 0.2 to 1.1.3 and now is more streamlined, feature richer, more tested and comes with a vignette as well as a lot of fun. packge information: http://cran.rstudio.com/web/packages/wikipediatrend vignette:
2013 Oct 04
0
bug/infelicity in citation("base")
utils::citation() offers the option auto=(NULL|TRUE) to obtain the citations for a package from the package DESCRIPTION file or a CITATION file, as described below: |auto| a logical indicating whether the default citation auto-generated from the package 'DESCRIPTION' metadata should be used or not, or |NULL| (default), indicating that a 'CITATION' file is used if it exists, or
2017 Oct 20
2
split() - unexpected sorting of results
Thanks, for the explanation. Still, I think this is surprising bahaviour which might be handled better. Best, Peter Am 20.10.2017 9:49 nachm. schrieb "I?aki ?car" <i.ucar86 at gmail.com>: > Hi Peter, > > 2017-10-20 21:33 GMT+02:00 Peter Meissner <retep.meissner at gmail.com>: > > Hey, > > > > I found this - for me - quite surprising and puzzling
2017 Oct 20
2
split() - unexpected sorting of results
Hey, I found this - for me - quite surprising and puzzling behaviour of split(). split(1:11, as.character(1:11)) split(1:11, 1:11) When splitting by numerics everything works as expected - sorting of input == sorting of output -- but when using a character vector everything gets re-sorted alphabetical. Although, there are some references in the help files to what happens when using split, I
2008 Nov 17
1
CITATION file with multiple citEntry(): no BibTeX produced by citation()
[Using R 2.8.0 / Win XP / ] I just added a CITATION file to the heplots package--- appended below. From the document ion for ?CITATION, there can be *one or more* calls to citEntry() within the CITATION file, and each should produce an object of class "citation". With just a single citEntry(), citation produces the expected output, with BibTeX entry: >
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
2012 Feb 15
3
R citation for the 2012
Dear Reasearchers, I am writing a report and i need (and wish) cite R. somebody know the citation of R for the 2012? or the more actual? thanks in advance Gianni [[alternative HTML version deleted]]
2015 Oct 06
0
authorship and citation
Hi Gabriel, On Tue, Oct 6, 2015 at 10:59 PM, Gabriel Becker <gmbecker at ucdavis.edu> wrote: > [...] > > At the very least, this is seems to be a flagrant violation of the > *spirit* of the CRAN policy, which AFAIK is intended to enforce > acknowledgement of the contributions of all copyright holders in the > package. The fact that you are trying to bypass the policy by
2005 Jan 21
1
R Citation
I've cited R in an article accepted by a journal using the following reference: >R Development Core Team (2004), R: A language and environment for >statistical computing. R Foundation for Statistical Computing, Vienna, >Austria. ISBN 3-900051-00-3, <http://www.Rproject.org>. I received the following query about my citation. > 7. For R Development Core Team [2004],
2008 Nov 15
1
HOW to provide a CITATION file?
Greetings, R-ians: I am sure I am missing something obvious. How do I provide a CITATION file for my home-brew package, so that it will be packaged using R CMD build --binary myPackage? I have placed a CITATION file in the myPackage directory along with the DESCRIPTION file, but it is ignored. Thanks for your guidance. Charles Annis, P.E. Charles.Annis at StatisticalEngineering.com
2017 Apr 03
0
Potential bug in utils::citation()
>>>>> Zhian Kamvar <zkamvar at gmail.com> >>>>> on Sun, 2 Apr 2017 16:26:37 -0500 writes: > Hi, I believe the function utils::citation() will fail if > the package specified has two or more citation entries in > the current R-devel. The following error is issued: > 'missing' can only be used for arguments > I
2015 Oct 07
0
authorship and citation
Hadley, With all due respect, I'm not sure what exactly your deliniation between author and contributor is, but from what I can tell I don't agree with it. >From the blogpost regarding your new purrr package: "Purrr wouldn?t be possible without Lionel Henry <https://github.com/lionel->. He wrote a lot of the package and his insightful comments ..." And yet he is
2006 Jun 20
1
Wish/suggestion: add output of citation() to package "manuals" (PR#9009)
Dear R core, influenced by recent panel discussion in Vienna I think that it would be nice to add package specific output of citation() function to package reference manuals. I think that apropriate place would be just after fields from DESCRIPTION file. This will be OK for CRAN, but not for locally installed packages as there is not reference manual there (at least on my linux box) - why is this
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
2015 Oct 05
0
authorship and citation
Simply advice: The former co-author contributed, so he is still author and probably copyright holder and has to be listed among the authors, otherwise it would be a CRAN policy violation since even if he does not develop further on, he developed parts of the so far existing package (if you talk about a CRAN package). I am not a lawyer, hence I cannot speak for copyright/license stuff in
2015 Oct 08
0
authorship and citation
> > I read the CRAN policies twice, and there > > is no official guideline on how to compile the citation. The policies are about copyright and IP, not credited authorship. There's overlap but they are not the same thing. You can see whether someone is a copyright holder by referring to the license you had and whether there is any of their content remaining. But that might not
2015 Oct 06
0
authorship and citation
On Tue, Oct 6, 2015 at 3:06 AM, Simon Urbanek <simon.urbanek at r-project.org> wrote: > > [...] > > To clarify, legally, you can fork a standard GPL package and make any > changes you want, including changing authors fields etc. If you don't own > copyright for the entire work then you cannot change the license without > consent from the other copyright holders,
2015 Oct 06
0
authorship and citation
Dear Gabriel, On Wed, Oct 7, 2015 at 12:39 AM, Gabriel Becker <gmbecker at ucdavis.edu> wrote: > [...] > >> >> I apologize for pushing this topic to the limit, but I haven't got an >> answer to this question yet... >> > > With respect, not receiving the answer you wanted isn't the same as not > receiving an answer. > I very much appreciate
2008 May 07
2
Citation in the literature
Hello everyone, Very quick question: How should I cite the use of R in a publication ? Thanks in advance. Sebastien