rstats

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

matherion,
@matherion@mastodon.nl avatar

Hey, would this be useful to #rstats people?

TwineR: an integration of Twine and WebR.

It would enable the relatively easy creation of serious games and interactive exercises to learn R or statistics (or with the {rock} package, qualitative research); combining R with a simple game/adventure engine.

Did anybody experiment with yet?

Maybe @coolbutuseless or @hrbrmstr? Others in the #rstats community?

@rstats

rpodcast,
@rpodcast@podcastindex.social avatar

@matherion @coolbutuseless @hrbrmstr @rstats

I haven't played with Twine yet, but color me intrigued by this! WebR can be a massive win for educational / training interfaces.

rOpenSci, Spanish
@rOpenSci@hachyderm.io avatar

📦 [A package a day - Computing Infrastructure 46]

Today's Computing Infrastructure package is data pack

A Flexible Container to Transport and Manipulate Data and Associated Resources
🙏 Maintained by Matthew B. Jones
📝 https://docs.ropensci.org/datapack/

Check out this article: {datapack} R Package Overview
💻 https://docs.ropensci.org/datapack/articles/datapack-overview.html




@rstats

rOpenSci, Spanish
@rOpenSci@hachyderm.io avatar

📦 [A package a day - Computing Infrastructure 45]

Today's Computing Infrastructure package is osfr

Provides a suite of functions for interacting with the Open Science Framework (OSF)
🙏 Maintained by Aaron Wolen
📝 https://docs.ropensci.org/osfr/

Check out this article: Authenticating {osfr}
💻 https://docs.ropensci.org/osfr/articles/auth.html




@rstats

rOpenSci, Spanish
@rOpenSci@hachyderm.io avatar

[help wanted] rOpenSci packages are looking for some help! 🙏

📦 tidyqpcr (maintained by @ewjwallace)

Check out the issue by Samuel Joseph Haynes labelled 'help wanted':
"Check the suitability of the vignette colour scheme for accessibility" at https://github.com/ropensci/tidyqpcr/issues/94

Check out the issue by @rmagno labelled 'help wanted':
"Import RDES format" at https://github.com/ropensci/tidyqpcr/issues/197


@rstats

rOpenSci, Spanish
@rOpenSci@hachyderm.io avatar

rOpenSci is proud to welcome a new package to our software suite!🎉

dendroNetwork: Create Networks of Dendrochronological Series using Pairwise Similarity by @RonaldVisser
Docs: https://docs.ropensci.org/dendroNetwork
Peer review: https://github.com/ropensci/software-review/issues/627
🙏 Thank you to reviewers @kaija_bean and Zach Gajewski!


@rstats

smach,
@smach@masto.machlis.com avatar

{tidycensus} 📦 creator Kyle Walker: "Want all 8.13 million US Census blocks available for your project? It's a one-liner in thanks to the tigris and purrr packages:

us_blocks <- purrr::map_dfr(c(https://t.co/RfFgUSx1a6, "DC"), ~tigris::blocks(state = .x, year = 2023))

Downloading will take time; set options(tigris_use_cache = TRUE) beforehand to build a local cache of block shapefiles that you can access without having to download."

@rstats

wardrup,
@wardrup@babka.social avatar

@smach @rstats thank you for this!

lars_dalby,
@lars_dalby@mstdn.social avatar

Hmm, I'm having trouble connecting to the @Posit package manager at the moment. I get:
Warning: unable to access index for repository <https://packagemanager.posit.co/cran/latest/src/contrib>: cannot open URL '<https://packagemanager.posit.co/cran/latest/src/contrib/PACKAGES'> Is anyone else in the community seeing this? @rstats

gaborcsardi,
@gaborcsardi@fosstodon.org avatar
lars_dalby,
@lars_dalby@mstdn.social avatar

@gaborcsardi @Posit @rstats
Ahh, thanks Gabor! My search failed me - I tried to find some kind of status page, but somehow missed it.

smach,
@smach@masto.machlis.com avatar

The {summarytools} 📦 aims to:
“Provide a coherent set of easy-to-use descriptive functions [like] those in commercial statistical software suites such as SAS, SPSS, and Stata
“Offer flexibility in terms of output format & content
“Integrate well with commonly used software & tools for reporting”
Results can be displayed in console or rendered/saved as HTML, plain text, or R Markdown. By Dominic Comtois
https://htmlpreview.github.io/?https://github.com/dcomtois/summarytools/blob/master/doc/introduction.html
@rstats

Dan,
@Dan@aus.social avatar

@smach @rstats this looks super handy, feel like I should have used this a lot...

rOpenSci, Spanish
@rOpenSci@hachyderm.io avatar

📦 [A package a day - Computing Infrastructure 31]

Today's Computing Infrastructure package is jsonvalidate

Validate JSON against a schema using is-my-json-valid or ajv.
🙏 Maintained by @richfitz
📝 https://docs.ropensci.org/jsonvalidate/

Look how @grusonh uses {jsonvalidate} to validate the packages.json file from your personal universe
💻 https://discuss.ropensci.org/t/using-jsonvalidate-to-validate-the-packages-json-file-from-your-personal-universe/2643




@rstats

smach,
@smach@masto.machlis.com avatar

File import/export in R is simple and elegant with the {rio} 📦. It uses just 2 main functions for dozens of file types: import() and export(). Whether .zip, .xlsx, Google sheets, json, .rds, .csv or more, rio handles file-extension checks and selecting the right functions.
http://gesistsa.github.io/rio/
There's also a convert() function.
One of my favorite R packages!
By Thomas J. Leeper, Chung-hong Chan, David Schoch & Jason Becker
@rstats

smach,
@smach@masto.machlis.com avatar

@schochastics @jmcastagnetto @rstats @chainsawriot In my R book for journalists (Practical R for Mass Communication and Journalism), I decided to start off with "here are some super cool things you can do with very little code!" to get people enthusiastic and engaged. In general, I like to start with well formatted data, making very clear to people that this is unlikely to be what they encounter in the real world. I like to ease into it, but I 💯 admit that other approaches are valid 2/2

jmcastagnetto,
@jmcastagnetto@mastodon.social avatar

@smach @schochastics @rstats @chainsawriot

Yes, I agree with that approach, giving them a taste of what can be done, then working with them to get there.

In our case, we show reports, tables, graphs that are of use for health surveillance, then we go step by step in each session on each aspect: reading data, exploring it, cleaning it, making tables, calculating statistics, making charts, etc., and we try to show some of "warts" in the data along the way, so it is more tangible to them.

rOpenSci, Spanish
@rOpenSci@hachyderm.io avatar

📦 [A package a day - Computing Infrastructure 27]

Today's Computing Infrastructure package is RefManageR

Straightforward BibTeX and BibLaTeX Bibliography Management
🙏 Maintained by Mathew W. McLean
📝 https://docs.ropensci.org/RefManageR/

Check out this article: Add Citations to an RMarkdown Document and Print Bibliography
💻 https://docs.ropensci.org/RefManageR/articles/TestAlphabetic.html




@rstats

smach,
@smach@masto.machlis.com avatar

The {styler} 📦 “formats your code according to the tidyverse style guide (or your custom style guide) so you can direct your attention to the content of your code. It helps to keep the coding style consistent across projects and facilitate collaboration.” By Lorenz Walther & Kirill Müller

https://styler.r-lib.org/

@rstats

rOpenSci, Spanish
@rOpenSci@hachyderm.io avatar

📦 [A package a day - Computing Infrastructure 25]

Today's Computing Infrastructure package is pkgreviewr

rOpenSci package review project template
🙏 Maintained by @annakrystalli
📝 https://docs.ropensci.org/pkgreviewr/

Check out this article: Publish {pkgreview} on GitHub
💻 https://docs.ropensci.org/pkgreviewr/articles/publish-review-on-github.html




@rstats

rOpenSci, Spanish
@rOpenSci@hachyderm.io avatar

📦 [A package a day - Computing Infrastructure 22]

Today's Computing Infrastructure package is charlatan

Make Fake Data
🙏 Maintained by @rmhogervorst
📝 https://docs.ropensci.org/charlatan/

Check out this article: Contributing to {charlatan}
💻 https://docs.ropensci.org/charlatan/articles/contributing.html




@rstats

rmhogervorst,
@rmhogervorst@fosstodon.org avatar

@rOpenSci
And please let me know how you use this package and what you need to do your work efficiently!
@rstats

rOpenSci, Spanish
@rOpenSci@hachyderm.io avatar

📦 [A package a day - Computing Infrastructure 21]

Today's Computing Infrastructure package is babeldown

Helpers for Automatic Translation of Markdown-based Content
🙏 Maintained by @maelle
📝 https://docs.ropensci.org/babeldown/

Check out this article: Multilingual Quarto books with {babeldown} and babelquarto
💻 https://docs.ropensci.org/babeldown/articles/quarto.html




@rstats

  • All
  • Subscribed
  • Moderated
  • Favorites
  • rstats@a.gup.pe
  • rosin
  • thenastyranch
  • tacticalgear
  • ethstaker
  • InstantRegret
  • DreamBathrooms
  • ngwrru68w68
  • magazineikmin
  • Youngstown
  • mdbf
  • khanakhh
  • slotface
  • GTA5RPClips
  • kavyap
  • JUstTest
  • everett
  • cisconetworking
  • Durango
  • modclub
  • osvaldo12
  • tester
  • Leos
  • cubers
  • normalnudes
  • megavids
  • anitta
  • provamag3
  • lostlight
  • All magazines