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

#APackageADay
#OSS
#RStats
@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} #rstats 📦. 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

#PeerReviewed

#APackageADay
#OSS
#RStats
@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

#PeerReviewed

#APackageADay
#OSS
#RStats
@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

#APackageADay
#OSS
#RStats
@rstats

noamross,
@noamross@ecoevo.social avatar

Thanks to Google's Season of Docs program for supporting @rOpenSci's R-Universe!
R-Universe is our platform for testing, building, distributing, and discovering R packages and documentation, led by the incomparable @jeroenooms. With this support, @maelle will be leading a a comprehensive overhaul of our docs to make R-Universe easier and more accessible for both users and developers.

https://ropensci.org/blog/2024/04/12/gsod-announcement/

@rstats #rstats

rob_models,
@rob_models@mas.to avatar

@noamross @jeroenooms @maelle @rstats @rOpenSci it's a brilliant platform, which I only recently discovered thanks to @maelle

maelle,
@maelle@mastodon.social avatar
jpeelle,
@jpeelle@neuromatch.social avatar

In the past when I've done correlations between many (10,000s) of values, I've done this sort of histogrammy approach. Does anyone know

  1. Is there a real name for this kind of plot? and

  2. Is there an R function/package that makes this easy?

My initial searches haven't turned up anything although I swear I found something relevant in the past… @rstats

jonny,
@jonny@neuromatch.social avatar

@jpeelle
@rstats
Like "heatmap" is correct for "value Z As color against params x and y", but depending on what it is it there are more specific names - it doesnt look like a correlation matrix, but it does look like a 2D probability density. If youre not already using it, the answer is https://ggplot2.tidyverse.org/reference/geom_density_2d.html

lcparra,
@lcparra@neuromatch.social avatar

@jpeelle @rstats joint density.

ai4blobcat,
@ai4blobcat@sigmoid.social avatar

I’m still considering whether to attend posit conference 2024. I’d like to attend the career fair to look for data science related jobs, meanwhile listening some talks. But the ticket is still expensive even for the students, I applied for Opportunity Scholarships but haven’t got any replies from @Posit till now. I doubt is it worthwhile to spend $1198 on a 3-day conference mainly for the career fair? Can anyone have some experiences of posit give some advice? Really appreciate it @rstats

grrrck,
@grrrck@fosstodon.org avatar

@ai4blobcat oh yeah, I see. Sorry I saw your (@Lluis_Revilla) post first and missed the job-seeking angle. We do have lots of activities that encourage networking, but I don’t think we’ve done anything specifically for people looking for a job. It’s worth considering! I’ll pass this along to the planning committee.

ai4blobcat,
@ai4blobcat@sigmoid.social avatar

@Posit @rstats
[Interesting Update]
I noticed that some one posted a simialr question on Reddit rstats sub
https://www.reddit.com/r/rstats/s/noBzIripHr
This is not me, but I would be very thankful for this guy.

In the replies, they also mentioned @yihui , a very famous software engineer worked for RStudio but got laid off recently, he is also on mastodon. I was also very shocked when I first heard this news.

Anyway, sum them up, it seems a great opportunity for networking, but not for job-seeking only

rempsyc,
@rempsyc@mastodon.world avatar

New publication in @psychonomic_soc Behavior Research Methods!

We dive deep into simplifying outlier detection in R using to follow good practices and make your data analysis more robust and replicable. Check it out! @rstats

https://doi.org/10.3758/s13428-024-02356-w

RPanczak,
@RPanczak@mastodon.social avatar

@rempsyc @rstats thanks! fan of easystats here - any chance to read it somewhere without involving Springer?

rempsyc,
@rempsyc@mastodon.world avatar

@RPanczak @rstats you can also use this link for the formatted PDF version: https://rdcu.be/dCsjS

rOpenSci, Spanish
@rOpenSci@hachyderm.io avatar

📦 [A package a day - Computing Infrastructure 8]

Today's Computing Infrastructure package is sodium

A Modern and Easy-to-Use Crypto Library
🙏 Maintained by @jeroenooms
📝 https://docs.ropensci.org/sodium/

Check out this article: How does cryptography work?
💻 https://docs.ropensci.org/sodium/articles/crypto101.html

#APackageADay
#OSS
#RStats
@rstats

smach,
@smach@masto.machlis.com avatar

The {tidyHeatmap} 📦 “introduces tidy principles to the creation of information-rich heatmaps.”
“For plotting, you simply pipe the input data frame into heatmap, specifying:
The rows, cols relative column names (mandatory)
The value column name (mandatory)
The annotations column name(s)”
By Stefano Mangiola
https://github.com/stemangiola/tidyHeatmap
@rstats

swatantra,
@swatantra@fosstodon.org avatar

@smach @rstats so it's using ComplexHeatmap under the hood. Is it using all the features provided by ComplexHeatmap?

lydz_gibby,
@lydz_gibby@fosstodon.org avatar

I probably don’t say it enough, but I’m really thankful for @R4DSCommunity and @jonthegeek. For the past 2+ years, this community has really been a godsend to me not only for the knowledge I’ve gained but the friends I made along the way as well. Thank you, Jon, for all you do to keep us all learning and growing together!

@rstats

transportationtalk,
@transportationtalk@fosstodon.org avatar

@lydz_gibby @R4DSCommunity @jonthegeek @rstats This community is great. I have learned a lot from the community and really thankful to everyone's compassion in helping me and others.

smach,
@smach@masto.machlis.com avatar

I'm setting up a new more powerful Mac work system today, and it's very odd that my R sessions keep crashing when working with large data sets in RStudio. This didn't happen on the older, less capable Mac and it's not happening when I run the same scripts in VS Code.

I don't have time to trouble-shoot this, I'm just going to run those scripts in VS Code. But it's odd. Wonder if anyone else has experienced this and if there's a way to allocate more memory to

@Posit @rstats

vitaly_druker,
@vitaly_druker@fosstodon.org avatar

@smach @Posit @rstats I personally haven't had this issue but it does feel like rstudio adds some sort of complexity. I'm specifically thinking of issues with multicore and the future package. https://github.com/HenrikBengtsson/future.apply/issues/88

rempsyc,
@rempsyc@mastodon.world avatar

A bit late, but {rempsyc} @rstats package v0.1.7 has been on CRAN for a while now! Since the last version, this contains bug fixes, adjustments to APA reporting, and many other minor improvements. 🧵

https://rempsyc.remi-theriault.com/

rempsyc,
@rempsyc@mastodon.world avatar

@rstats Still for nice_table, (4) z” and “Z” are now formatted to two digits instead of zero digits to comply with the Wald Z statistics in SEM (with lavaan and lavaanExtra); (5) now supports conversion of “CI_lower_B” and “CI_upper_B” columns to “95% CI (b*)”.

rempsyc,
@rempsyc@mastodon.world avatar

@rstats APA 7th edition actually advises against using beta to represent standardized coefficients, but suggests instead to use a lowercase italic b followed by an asterisk: b*. rempsyc now follows this APA recommendation.

rOpenSci, Spanish
@rOpenSci@hachyderm.io avatar

📦 [A package a day - Geospatial 24]

Today's Geospatial package is slopes

Calculate Slopes of Roads, Rivers and Trajectories
🙏 Maintained by @robinlovelace
📝 https://docs.ropensci.org/slopes/

Check out this article with an introduction to slopes
🗺️ https://docs.ropensci.org/slopes/articles/intro-to-slopes.html




@rstats

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