search for: quarto

Displaying 19 results from an estimated 19 matches for "quarto".

Did you mean: quartz
2023 Nov 29
2
Code editor for writing R code
Bert, Posit (formerly RStudio) has moved from RMarkdown to Quarto. They still support RMarkdown but major new features will be in Quarto. For new users a better choice would be Quarto. See https://quarto.org/docs/faq/rmarkdown.html Secondly, the OP stated he was using the VS-Code IDE, so there is no reason to point him to the Posit/RStudio IDE for this functiona...
2024 Jul 05
1
quarto list of figures
I am struggling to get Quarto producing a list of figures from a Quarto book. Where may I find a working sample to get inspiration from? [[alternative HTML version deleted]]
2023 Nov 29
1
Code editor for writing R code
Hi Sergei, Where can I find TeX Comments extension in VS Code? On Wed, Nov 29, 2023 at 9:34?PM Sergei Ko <sggp.sergei at gmail.com> wrote: > > TeX Comments extension in VS Code > > > > > Sent from my phone > > > -------- Original message -------- > From: Christofer Bogaso <bogaso.christofer at gmail.com> > Date: Wed, 29 Nov 2023, 15:57 > To:
2024 Sep 24
1
RStudio package maintenance moved to Copr
Many thanks I?aki. Will Quarto get pulled in from your COPR automatically as well or do we need to specifically install it before/after? Also is it worth updating the "add ons" section at https://cran.r-project.org/bin/linux/fedora/ as well? Tim On 24/09/2024 12:51, I?aki Ucar wrote: > Dear all, > > Wit...
2023 Nov 29
1
Code editor for writing R code
Presumably there's nothing stopping you *writing* LaTeX in comments -- do you want a code editor that will render and display the LaTeX as you write? (Or am I misunderstanding something?) Does anyone do classic literate programming *sensu* Knuth any more? https://rpubs.com/bbolker/3153 https://cran.r-project.org/web/packages/noweb/vignettes/noweb.pdf On 2023-11-29 10:57 a.m.,
2025 Mar 27
1
95 - Reunión Grupo de R - Madrid: Jueves 27 de febrero de 2025
...o pycharm? Ayer desinstale R studio y Visual Studio Code, intentaré solo con pycharm. Este último creo que ocupa algo menos de espacio y hasta ahora anda rápido, sin embargo lo que más me importa es la experiencia al escribir el código. Concretamente sobre la presentación de hoy, tiene Rmd, nada de quarto, aunque se podría desde consola, creo. Gracias Javier Marcuzzi > El 25 mar 2025, a las 2:01?p. m., Carlos Ortega <cof en qualityexcellence.es> escribió: > > Hola, > > ¿Qué tal? > > El próximo *jueves* (27 de marzo), volvemos con una nueva reunión del > "Gru...
2023 Dec 02
1
adding "Page X of XX" to PDFs
It's still not entirely clear to me what framework you're using to generate the PDF, but if it's rmarkdown/Rnw (Sweave)/Quarto-based, then as far as I know all of those frameworks use LaTeX as the last step in the script-to-PDF pipeline, and allow the inclusion of arbitrary LaTeX code, so the 'lastpage' package would do this for you: https://stackoverflow.com/questions/70343001/how-to-show-the-total-number-of-p...
2023 Dec 02
1
adding "Page X of XX" to PDFs
He clearly stated he was using the pdf() graphics device. On December 2, 2023 10:36:44 AM PST, Ben Bolker <bbolker at gmail.com> wrote: > It's still not entirely clear to me what framework you're using to generate the PDF, but if it's rmarkdown/Rnw (Sweave)/Quarto-based, then as far as I know all of those frameworks use LaTeX as the last step in the script-to-PDF pipeline, and allow the inclusion of arbitrary LaTeX code, so the 'lastpage' package would do this for you: > >https://stackoverflow.com/questions/70343001/how-to-show-the-total-number...
2023 Jul 22
0
Live data collection, analysis & update of slides ..
...ot aware any of them offer that). Obviously both would be EASY in R. Anyone used an audience feedback service with an R accessible API? Or I can use a survey tool to get the results but they don't pose questions in time to the on-screen presenter... >From that data I can have a pre-built quarto to present the results. I'd also like to have a free text box to let people suggest alternative versions of what they are voting on. Not come across anything in audience feedback sessions... Anyone? Then I want to be able to rerun the votes on the alternatives... Does anyone have any thought...
2024 Sep 24
1
RStudio package maintenance moved to Copr
Dear all, With the latest release of RStudio last week (v2024.09.0+375), support for Qt builds has been removed. This means that we can no longer maintain RStudio packages in the official Fedora repositories, because the necessary Electron component is missing. RStudio is supported in the official repositories up to v2024.04.2+764 and F40, and has been retired from newer branches. Consequently,
2024 Nov 28
0
Presentación linda
...ata frame, la ejecución de lme4 y sus resultados. Lo que me llamó la atención, es que las matrices estaban escritas como si fuesen en libro de álgebra, como si la matríz pasó a latex. La respuesta del modelo, no estaba ?muy? computadora, era visualmente ?a mano?. En R hay algo que por ejemplo en Quarto y Rstudio realicen ese tipo de presentación. O llevarlo un poco más allá, presentado en web, donde supongamos que hay dos matrices y según los números que se colocan en X e Y se forman automáticamente las matrices, se ve X ´X , y esas cosas llenas de numeritos que hay que entender pero luego se le...
2025 Mar 25
1
95 - Reunión Grupo de R - Madrid: Jueves 27 de febrero de 2025
Hola, ¿Qué tal? El próximo *jueves* (27 de marzo), volvemos con una nueva reunión del "Grupo de R de Madrid". Esta vez contamos con Bastián Olea, que publica de forma habitual en Twitter y LinkedIn diferentes cosas que desarrolla sobre R. Esta vez Bastián nos comentará diferentes formas de compartir los desarrollos de R con la Comunidad. El detalle de la agenda lo podéis encontrar
2025 Jan 19
1
[External] Re: Parser For Line Number Tracing
...not normally display line numbers in a prompt. As noted, there is plenty of debug info, not to mention what you can examine while running inside a debugger, that can be helpful. Another consideration to consider is that you can run snippets of R code in cells as in a Markdown document, Notebook, Quarto or Jupyter notebook along with pieces of text around it. RSTUDIO supports some of these and there are likely other variants out there. Since each cell can contain a limited set of code, down to as little as one instruction, and you can run segments one after another, or all at once to a point, a...
2025 Jan 19
1
[External] Re: Parser For Line Number Tracing
...not normally display line numbers in a prompt. As noted, there is plenty of debug info, not to mention what you can examine while running inside a debugger, that can be helpful. Another consideration to consider is that you can run snippets of R code in cells as in a Markdown document, Notebook, Quarto or Jupyter notebook along with pieces of text around it. RSTUDIO supports some of these and there are likely other variants out there. Since each cell can contain a limited set of code, down to as little as one instruction, and you can run segments one after another, or all at once to a point, a...
2023 Dec 02
1
adding "Page X of XX" to PDFs
...gt; He clearly stated he was using the pdf() graphics device. > > On December 2, 2023 10:36:44 AM PST, Ben Bolker <bbolker at gmail.com> wrote: >> It's still not entirely clear to me what framework you're using to generate the PDF, but if it's rmarkdown/Rnw (Sweave)/Quarto-based, then as far as I know all of those frameworks use LaTeX as the last step in the script-to-PDF pipeline, and allow the inclusion of arbitrary LaTeX code, so the 'lastpage' package would do this for you: >> >> https://stackoverflow.com/questions/70343001/how-to-show-the-tot...
2023 Dec 02
1
adding "Page X of XX" to PDFs
Would this work in general? Say I have a document with figures, special equations, text, and tables. The text and tables are relatively easy. The figures would need a conversion from pixels to lines, and the equations maybe printed out, counted as a figure, and then added to the line count. It would also be tricky if a title line was at 32 point font and the text at 12, and the more complex the
2025 Jan 19
1
[External] Re: Parser For Line Number Tracing
understood. but, please, consider not people like me but unwary beginners and students of R. I have used R now for decades, and even I am baffled by it. Couldn't you make R code easier to debug not only for people like me (who can indeed tweak their environments) but also for novice users? On Sun, Jan 19, 2025 at 8:46?AM <luke-tierney at uiowa.edu> wrote: > > On Sun, 19 Jan
2023 Dec 01
5
adding "Page X of XX" to PDFs
OS X R 4.3.1 Colleagues I often create multipage PDFs [pdf()] in which the text "Page X" appears in the margin. These PDFs are created automatically using a massive R script. One of my clients requested that I change this to: Page X of XX where XX is the total number of pages. I don't know the number of expected pages so I can't think of any clever way to do this. I
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a version number and packaged up for download. Given the nature of SWIG, having a lot more people use it would probably result in more code contributions to this project. Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG is fairly stable right now in terms of frequency of changes...