Re: [R] Sweave, Bibtex, package references

2008-10-29 Thread Paolo Sonego
Onderwerp: Re: [R] Sweave, Bibtex, package references Dear Thierry, Thank you very much for you very useful advice! I managed to solve my specific problem with this code: <>= package <- grep("^package:", search(), value = TRUE) keep <- sapply(package, function(x) x == "

Re: [R] Sweave, Bibtex, package references

2008-10-28 Thread ONKELINX, Thierry
-Oorspronkelijk bericht- Van: Paolo Sonego [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 28 oktober 2008 18:08 Aan: ONKELINX, Thierry CC: R-List Help - use this to post Onderwerp: Re: [R] Sweave, Bibtex, package references Dear Thierry, Thank you very much for you very useful advice! I

Re: [R] Sweave, Bibtex, package references

2008-10-28 Thread Paolo Sonego
ral of anecdote is not data. ~ Roger Brinner The combination of some data and an aching desire for an answer does not ensure that a reasonable answer can be extracted from a given body of data. ~ John Tukey -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Pao

Re: [R] Sweave, Bibtex, package references

2008-10-28 Thread ONKELINX, Thierry
from a given body of data. ~ John Tukey -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Paolo Sonego Verzonden: dinsdag 28 oktober 2008 12:41 Aan: R-List Help - use this to post Onderwerp: [R] Sweave, Bibtex, package references Dear all, I'm a big fa

[R] Sweave, Bibtex, package references

2008-10-28 Thread Paolo Sonego
Dear all, I'm a big fan and happy user of the Sweave package for routine reporting. From inside a .Rnw script, I'd like to produce the references in bibtex format for each package loaded in the environment, write them in a .bib file and load them back from the \bibliography{bibliography} state