Skip to content

Commit

Permalink
Add RJournal and Rnews bib dbs.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@52992 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
hornik committed Sep 25, 2010
1 parent 1885b9c commit fcc7376
Show file tree
Hide file tree
Showing 3 changed files with 3,087 additions and 0 deletions.
4 changes: 4 additions & 0 deletions share/Makefile.in
Expand Up @@ -39,6 +39,7 @@ installdirs:
@$(MKINSTALLDIRS) "$(DESTDIR)$(rsharedir)/make"
@$(MKINSTALLDIRS) "$(DESTDIR)$(rsharedir)/sh"
@$(MKINSTALLDIRS) "$(DESTDIR)$(rsharedir)/texmf"
@$(MKINSTALLDIRS) "$(DESTDIR)$(rsharedir)/texmf/bibtex/bib"
@$(MKINSTALLDIRS) "$(DESTDIR)$(rsharedir)/texmf/bibtex/bst"
@$(MKINSTALLDIRS) "$(DESTDIR)$(rsharedir)/texmf/tex/latex"
install-message:
Expand All @@ -62,6 +63,9 @@ install-sources: installdirs
@for f in $(srcdir)/sh/*.sh; do \
$(INSTALL_DATA) $${f} "$(DESTDIR)$(rsharedir)/sh"; \
done
@for f in $(srcdir)/texmf/bibtex/bib/*; do \
$(INSTALL_DATA) $${f} "$(DESTDIR)$(rsharedir)/texmf/bibtex/bib"; \
done
@for f in $(srcdir)/texmf/bibtex/bst/*; do \
$(INSTALL_DATA) $${f} "$(DESTDIR)$(rsharedir)/texmf/bibtex/bst"; \
done
Expand Down
350 changes: 350 additions & 0 deletions share/texmf/bibtex/bib/RJournal.bib
@@ -0,0 +1,350 @@
@Article{ RJournal:2009-1:Chambers,
author = {John M. Chambers},
title = {{Facets of R}},
journal = {The R Journal},
year = 2009,
volume = 1,
number = 1,
pages = {5--8},
month = {May},
url = {http://journal.r-project.org/archive/2009-1/RJournal_2009-1_Chambers.pdf}
}

@Article{ RJournal:2009-1:Theussl+Zeileis,
author = {Stefan Theu\ss{}l and Achim Zeileis},
title = {{Collaborative Software Development Using R-Forge}},
journal = {The R Journal},
year = 2009,
volume = 1,
number = 1,
pages = {9--14},
month = {May},
url = {http://journal.r-project.org/archive/2009-1/RJournal_2009-1_Theussl+Zeileis.pdf}
}

@Article{ RJournal:2009-1:Murrell,
author = {Paul Murrell},
title = {{Drawing Diagrams with R}},
journal = {The R Journal},
year = 2009,
volume = 1,
number = 1,
pages = {15--21},
month = {May},
url = {http://journal.r-project.org/archive/2009-1/RJournal_2009-1_Murrell.pdf}
}

@Article{ RJournal:2009-1:Pau+Huber,
author = {Gregoire Pau and Wolfgang Huber},
title = {{The hwriter Package}},
journal = {The R Journal},
year = 2009,
volume = 1,
number = 1,
pages = {22--24},
month = {May},
url = {http://journal.r-project.org/archive/2009-1/RJournal_2009-1_Pau+Huber.pdf}
}

@Article{ RJournal:2009-1:Ardia+et+al,
author = {David Ardia, Lennart F. Hoogerheide and Herman K. van Dijk},
title = {{AdMit: Adaptive Mixtures of Student-$t$ Distributions}},
journal = {The R Journal},
year = 2009,
volume = 1,
number = 1,
pages = {25--30},
month = {May},
url = {http://journal.r-project.org/archive/2009-1/RJournal_2009-1_Ardia+et+al.pdf}
}

@Article{ RJournal:2009-1:Goulet+et+al,
author = {Vincent Goulet, Michel Jacques and Mathieu Pigeon},
title = {{expert: Modeling Without Data Using Expert Opinion}},
journal = {The R Journal},
year = 2009,
volume = 1,
number = 1,
pages = {31--36},
month = {May},
url = {http://journal.r-project.org/archive/2009-1/RJournal_2009-1_Goulet+et+al.pdf}
}

@Article{ RJournal:2009-1:Mi+et+al,
author = {Xuefei Mi, Tetsuhisa Miwa and Torsten Hothorn},
title = {{mvtnorm: New Numerical Algorithm for Multivariate Normal
Probabilities}},
journal = {The R Journal},
year = 2009,
volume = 1,
number = 1,
pages = {37--39},
month = {May},
url = {http://journal.r-project.org/archive/2009-1/RJournal_2009-1_Mi+et+al.pdf}
}

@Article{ RJournal:2009-1:Kim+Oh,
author = {Donghoh Kim and Hee-Seok Oh},
title = {{EMD: A Package for Empirical Mode Decomposition and
Hilbert Spectrum}},
journal = {The R Journal},
year = 2009,
volume = 1,
number = 1,
pages = {40--46},
month = {May},
url = {http://journal.r-project.org/archive/2009-1/RJournal_2009-1_Kim+Oh.pdf}
}

@Article{ RJournal:2009-1:Orr+Liu,
author = {Megan Orr and Peng Liu},
title = {{Sample Size Estimation while Controlling False Discovery
Rate for Microarray Experiments Using the ssize.fdr
Package}},
journal = {The R Journal},
year = 2009,
volume = 1,
number = 1,
pages = {47--53},
month = {May},
url = {http://journal.r-project.org/archive/2009-1/RJournal_2009-1_Orr+Liu.pdf}
}

@Article{ RJournal:2009-1:Knaus+et+al,
author = {Jochen Knaus, Christine Porzelius, Harald Binder and Guido Schwarzer},
title = {{Easier Parallel Computing in R with snowfall and sfCluster}},
journal = {The R Journal},
year = 2009,
volume = 1,
number = 1,
pages = {54--59},
month = {May},
url = {http://journal.r-project.org/archive/2009-1/RJournal_2009-1_Knaus+et+al.pdf}
}

@Article{ RJournal:2009-1:Guazzelli+et+al,
author = {Alex Guazzelli, Michael Zeller, Wen-Ching Lin and Graham Williams},
title = {{PMML: An Open Standard for Sharing Models}},
journal = {The R Journal},
year = 2009,
volume = 1,
number = 1,
pages = {60--65},
month = {May},
url = {http://journal.r-project.org/archive/2009-1/RJournal_2009-1_Guazzelli+et+al.pdf}
}

@Article{ RJournal:2009-2:Fox,
author = {John Fox},
title = {{Aspects of the Social Organization and Trajectory of
the R Project}},
journal = {The R Journal},
year = 2009,
volume = 1,
number = 2,
pages = {5--13},
month = {December},
url = {http://journal.r-project.org/archive/2009-2/RJournal_2009-2_Fox.pdf}
}

@Article{ RJournal:2009-2:Strobl~et~al,
author = {Carolin Strobl and Torsten Hothorn and Achim Zeileis},
title = {{Party on!}},
journal = {The R Journal},
year = 2009,
volume = 1,
number = 2,
pages = {14--17},
month = {December},
url = {http://journal.r-project.org/archive/2009-2/RJournal_2009-2_Strobl~et~al.pdf}
}

@Article{ RJournal:2009-2:Lafaye~de~Micheaux+Liquet,
author = {Pierre Lafaye de Micheaux and Benoit Liquet},
title = {{ConvergenceConcepts : an R Package to Investigate~Various~Modes~of~Convergence}},
journal = {The R Journal},
year = 2009,
volume = 1,
number = 2,
pages = {18--25},
month = {December},
url = {http://journal.r-project.org/archive/2009-2/RJournal_2009-2_Lafaye~de~Micheaux+Liquet.pdf}
}

@Article{ RJournal:2009-2:Coeurjolly~et~al,
author = {J.-F. Coeurjolly and R. Drouilhet and P. Lafaye de Micheaux and J.-F. Robineau},
title = {{asympTest: A Simple R Package for Classical Parametric
Statistical Tests and Confidence Intervals in Large
Samples}},
journal = {The R Journal},
year = 2009,
volume = 1,
number = 2,
pages = {26--30},
month = {December},
url = {http://journal.r-project.org/archive/2009-2/RJournal_2009-2_Coeurjolly~et~al.pdf}
}

@Article{ RJournal:2009-2:Carpenter~et~al,
author = {J.~Carpenter and G.~R\"ucker and G.~Schwarzer},
title = {{copas: An R package for Fitting the Copas Selection
Model}},
journal = {The R Journal},
year = 2009,
volume = 1,
number = 2,
pages = {31--36},
month = {December},
url = {http://journal.r-project.org/archive/2009-2/RJournal_2009-2_Carpenter~et~al.pdf}
}

@Article{ RJournal:2009-2:Damico,
author = {Anthony Damico},
title = {{Transitioning to R: Replicating SAS, Stata, and SUDAAN
Analysis Techniques in Health Policy Data}},
journal = {The R Journal},
year = 2009,
volume = 1,
number = 2,
pages = {37--44},
month = {December},
url = {http://journal.r-project.org/archive/2009-2/RJournal_2009-2_Damico.pdf}
}

@Article{ RJournal:2009-2:Williams,
author = {Graham J Williams},
title = {{Rattle: A Data Mining GUI for R}},
journal = {The R Journal},
year = 2009,
volume = 1,
number = 2,
pages = {45--55},
month = {December},
url = {http://journal.r-project.org/archive/2009-2/RJournal_2009-2_Williams.pdf}
}

@Article{ RJournal:2009-2:Graves~et~al,
author = {Spencer Graves and Sundar Dorai-Raj and Romain Fran\c{c}ois},
title = {{sos: Searching Help Pages of R Packages}},
journal = {The R Journal},
year = 2009,
volume = 1,
number = 2,
pages = {56--59},
month = {December},
url = {http://journal.r-project.org/archive/2009-2/RJournal_2009-2_Graves~et~al.pdf}
}

@Article{ RJournal:2009-2:Murdoch+Urbanek,
author = {Duncan Murdoch and Simon Urbanek},
title = {{The New R\ Help System}},
journal = {The R Journal},
year = 2009,
volume = 1,
number = 2,
pages = {60--65},
month = {December},
url = {http://journal.r-project.org/archive/2009-2/RJournal_2009-2_Murdoch+Urbanek.pdf}
}

@Article{ RJournal:2010-1:Pramana~et~al,
author = {Setia Pramana and Dan Lin and Philippe Haldermans and Ziv Shkedy and Tobias Verbeke and Hinrich G\"{o}hlmann and An De Bondt and Willem Talloen and Luc Bijnens.},
title = {{IsoGene: An R Package for Analyzing Dose-response Studies
in Microarray Experiments}},
journal = {The R Journal},
year = 2010,
volume = 2,
number = 1,
pages = {5--12},
month = {June},
url = {http://journal.r-project.org/archive/2010-1/RJournal_2010-1_Pramana~et~al.pdf}
}

@Article{ RJournal:2010-1:Brown+Zhou,
author = {Patrick Brown and Lutong Zhou},
title = {{MCMC for Generalized Linear Mixed Models with glmmBUGS}},
journal = {The R Journal},
year = 2010,
volume = 2,
number = 1,
pages = {13--17},
month = {June},
url = {http://journal.r-project.org/archive/2010-1/RJournal_2010-1_Brown+Zhou.pdf}
}

@Article{ RJournal:2010-1:Weidmann+Skrede~Gleditsch,
author = {Nils B.~Weidmann and Kristian Skrede Gleditsch},
title = {{Mapping and Measuring Country Shapes}},
journal = {The R Journal},
year = 2010,
volume = 2,
number = 1,
pages = {18--24},
month = {June},
url = {http://journal.r-project.org/archive/2010-1/RJournal_2010-1_Weidmann+Skrede~Gleditsch.pdf}
}

@Article{ RJournal:2010-1:Wilhelm+Manjunath,
author = {Stefan Wilhelm and B. G. Manjunath},
title = {{tmvtnorm: A Package for the Truncated Multivariate
Normal Distribution}},
journal = {The R Journal},
year = 2010,
volume = 2,
number = 1,
pages = {25--29},
month = {June},
url = {http://journal.r-project.org/archive/2010-1/RJournal_2010-1_Wilhelm+Manjunath.pdf}
}

@Article{ RJournal:2010-1:Guenther+Fritsch,
author = {Frauke G\"unther and Stefan Fritsch},
title = {{neuralnet: Training of neural networks}},
journal = {The R Journal},
year = 2010,
volume = 2,
number = 1,
pages = {30--38},
month = {June},
url = {http://journal.r-project.org/archive/2010-1/RJournal_2010-1_Guenther+Fritsch.pdf}
}

@Article{ RJournal:2010-1:Werft+Benner,
author = {Wiebke Werft and Axel Benner},
title = {{glmperm: A Permutation of Regressor Residuals Test
for Inference in Generalized Linear Models}},
journal = {The R Journal},
year = 2010,
volume = 2,
number = 1,
pages = {39--43},
month = {June},
url = {http://journal.r-project.org/archive/2010-1/RJournal_2010-1_Werft+Benner.pdf}
}

@Article{ RJournal:2010-1:Thioulouse~et~al,
author = {Jean Thioulouse and Claire Valiente-Moro and Lionel Zenner},
title = {{Online Reproducible Research: An Application to Multivariate
Analysis of Bacterial DNA Fingerprint Data}},
journal = {The R Journal},
year = 2010,
volume = 2,
number = 1,
pages = {44--52},
month = {June},
url = {http://journal.r-project.org/archive/2010-1/RJournal_2010-1_Thioulouse~et~al.pdf}
}

@Article{ RJournal:2010-1:Fay,
author = {Michael P. Fay},
title = {{Two-sided Exact Tests and Matching Confidence Intervals
for Discrete Data}},
journal = {The R Journal},
year = 2010,
volume = 2,
number = 1,
pages = {53--58},
month = {June},
url = {http://journal.r-project.org/archive/2010-1/RJournal_2010-1_Fay.pdf}
}

0 comments on commit fcc7376

Please sign in to comment.