Using #RMarkdown we converted standard manuscripts into a fully reproducible format, with all analyses computed from the raw data and results input directly into the text. We learnt a lot along the way, and developed some new methods, including using Docker and Github Actions 2/6
Today I prototyped what I thought would be a complex #RShiny app, and I decided to start it in a shiny Rmd just to rough things out... And I think it's pretty much done. I somehow forgot you could do so much in #RMarkdown with shiny! #RStats
@robinlovelace #emacs, which includes the incomparable #orgmode, #magit (git), and #tramp (editing remote files, running remote processes), along with good support for #RMarkdown and #BibTeX
#emacs #orgmode #magit #tramp #rmarkdown #bibtex
Für Leute aus Bonn und Umgebung beginnt am 29. August unser R-Kurs für Anfänger. Ich biete eine Einführung in die statistische Programmiersprache durch Datenauswertung und Visualisierung. Es sind noch Plätze frei! #rstats #rmarkdown https://www.vhs-bonn.de/programm/beruf-it-und-digitales.html?action%5B148%5D=course&courseId=484-C-G5725&rowIndex=0
If you use Rstudio and rmarkdown. How often do you press "Session -> Restart R" in the menu?
#RStudio #rmarkdown #RStats
📢 We released new version of #MarkdownSQL Pro Tools. New features:
✅ SQL code block highlights & selections
✅ Detection of %%sql magic code blocks & %sql magic code lines
✅ New #SQLBookmarks 📑
✅ New Extract All SQL code lens
✅ MyST #JupyterBook markdown documents support
✅ SQL code lenses for #Quarto, #Rmarkdown, and #ObservableJS docs
Docs and new demos at:
📰 ⮚ https://randomfractals.github.io/pro-data-tools/#markdown-sql-pro-tools
These tools are free today, for one day only. Sign up to try them out!
💖 ⮚ https://github.com/sponsors/RandomFractals/sponsorships?tier_id=295482
#ObservableJS #rmarkdown #quarto #JupyterBook #sqlbookmarks #markdownsql
I keep forgetting how messed up YAML is. https://noyaml.com/
And by "forgetting" I mean a constant state of denial since I heavily rely on formats like #RMarkdown and #QuartoPub and have spent what feels like decades debugging GitHub Actions — not always, but often, because of YAML parsing issues that made me google "GitHub Actions workflow linter" many times.
Then again, I hate writing JSON more.
Wollt Ihr Eure Pflanzenfunde in andere Karten exportieren? Bitte schön, hier sind Anleitungen für
#googlemaps, @qgis und #rmarkdown👇
It's working! #RMarkdown #Xanarigan #RStudio #Accessibility :blobcheer:
By monday I will have forgotten everything, but at least 1 slide is ready!
#rmarkdown #xanarigan #rstudio #accessibility
Build GOV.UK style static sites with Hugo
Interesting template from the UK government. So if you want to make your site look like the https://www.gov.uk/ website....
"...While technology agnostic, it has also been developed with a view to supporting the development of data-based sites using R and R Markdown and there is an associated R package to support this."
Ooh might revisit this one once I get further into the #DataScience course.
#Hugo #R #RMarkdown
https://co-analysis.github.io/govuk-hugo-demo/
#rmarkdown #r #hugo #datascience
#RR2023
L'INSEE passe de #SAS à #R !
C'est la grande annonce du colloque.
Comment ?
1️⃣ Choix institutionnel et impulsé en tant que tel.
2️⃣ Montrer ce que l'on peut faire de plus avec R par rapport à SAS
3️⃣ Beaucoup de formations et de support partagé en interne
4️⃣ Mobilisation de #Quarto et de #RMarkdown.
#rr2023 #sas #r #quarto #rmarkdown
Interactive resizing of picture and table content in Rmd and Quarto: https://r2resize.obi.obianom.com/index.html #rstats #quarto #rmarkdown
Je viens de passer sur ce site en français (youpi !) qui nous parle de #RMarkdown dans #RStudio.
Réalisé avec #Pandoc parmi d'autres.
Pas de cookie.
Le monde peut être beau et formidable.
Il a malheureusement quelques petits défauts… (qui se gèrent bien avec #uMatrix).
https://larmarange.github.io/analyse-R/rmarkdown-les-rapports-automatises.html
🙏🏼 🌞
.
#rmarkdown #rstudio #pandoc #umatrix
La semaine prochaine je me lance dans les rendu de traitement des évaluations nationales via #RMarkdown … ! C’est absolument magique que ce l’on peut faire en couplant #RStudio et le langage #Markdown
… à long terme remplacer la feuille Excel si c’est possible !
#TeamPE #TeamProf #TeamEduc #R #Statistiques #TraitementDonnées #Libre
#libre #traitementdonnees #statistiques #r #teamEduc #teamprof #teampe #markdown #rstudio #rmarkdown
Accidentally leaving in the statements like ?currency somehow make my #rmarkdown knits more reflective of my actual, stumbling process of report writing. #rstats
Hey #rstats and #quartopub folks: I'd like to write up a #casestudy on a 300-level #stats class that I built in Quarto (originally in #Rmarkdown with #blogdown) and that heavily leverages R and Quarto to teach both the stats *and* R and Quarto.
Any suggestions for possible outlets for a piece like that? #academicchatter #academicpublishing #academia #publishing #Statistics
#rstats #QuartoPub #casestudy #stats #rmarkdown #blogdown #academicchatter #academicpublishing #academia #publishing #Statistics
#quarto #rmarkdown question! I'm 80% sure I've done this before but can't find if/how I did it. I have an R chunk that spits out output in a different language (SQL, bash, whatever). Can I tell that chunk to syntax highlight using that language instead of just plain text?
I've recently had to go back to #RMarkdown, as the #QuartoPub JSS template needs a bit more time in the oven (doesn't handle code blocks correctly yet), and: wow, I didn't realize just _how much_ more fluid Quarto is until I suddenly can't use it
It's all the little things: no more "Section \@ref(sec-whatever)", just write "@sec-whatever" as if it were a citation. The Quarto team has done such a good job of making things feel more natural -- so good I didn't even notice it before
4/ {grateful} can also be used with #Rmarkdown and @quarto_pub #Quartopub
Just call cite_packages() within a chunk.
See templates in the package repo: https://github.com/Pakillo/grateful/tree/master/Rmd_Quarto
I think I've had a breakthrough on the "portable vignette" problem. The core of it is that knitr has an output.dir option which knitr makes everything relative to (e.g. image paths). The confusing part is that neither rmarkdown::render(output_dir=) nor rmarkdown::render(knit_root_dir=) actually sets this option (?!)
However, if you can find a way to set it, either using parameters or other options, it seems to work?
Full example here: https://github.com/multimeric/KnitrPortable