Skip to content

Commit

Permalink
Merge branch 'gh-pages' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rpodcast authored Oct 12, 2024
2 parents be6a993 + 9badfca commit 2bdbe42
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 29 deletions.
114 changes: 114 additions & 0 deletions _posts/2024-10-07-2024-W41.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
---
title: R Weekly 2024-W41 Generative Art, Word Templates, Expectations
description: Weekly News in the R Community
image: https://rweekly.org/public/facebook.png
---

+ [How to have (my) content shared by R Weekly?](https://github.com/rweekly/rweekly.org#how-to-have-my-content-shared-by-r-weekly)

This week’s release was curated by [Colin Fay](https://colinfay.me), with help from the R Weekly team members and contributors.

### Highlight

+ [Getting started with generative art](https://nrennie.rbind.io/blog/getting-started-generative-art/)

+ [3MW (Using Word Templates With R)](https://3mw.albert-rapp.de/p/using-word-templates-with-r)

+ [Expectations, Verified! Dive into the World of Unit Tests with expect\_\*()](https://rtask.thinkr.fr/expectations-verified-dive-into-the-world-of-unit-tests-with-expect_/)


### Insights

+ [Using property-based testing in R](https://www.etiennebacher.com/posts/2024-10-01-using-property-testing-in-r/)

### R in the Real World

+ [Examining exams using Rasch models and assessment of measurement invariance](https://www.zeileis.org/news/exams/)

<div align = "center">
<img src = "https://www.zeileis.org/assets/posts/2024-10-01-exams/piplot.png" width = "500px">
</div>


### R in Organizations

+ [A Guide to R Package Validation in Pharma](https://www.appsilon.com/post/r-package-validation-in-pharma)

+ [What is GxP Validation in Clinical Software Development?](https://www.appsilon.com/post/gxp-validation-in-clinical-software-development)

### New Packages

<!-- <p class="added-hostname"><a href="https://rweekly.org/live" target="_blank" class="externalLink">📦 <i>Go Live for More New Pkgs</i> 📦</a></p> -->
<p class="added-hostname"><a href="https://dirk.eddelbuettel.com/cranberries/cran/new/" target="_blank" class="externalLink">📦 <i>Keep up to date wtih CRANberries</i> 📦</a></p>

### Updated Packages

<i>🔍 [Search on R-universe](https://r-universe.dev/search/) 🔍</i>

+ [simaerep release 0.6.0](https://www.datisticsblog.com/2024/09/simaerep-v0.6.0/)

<div align = "center">
<img src = "https://www.datisticsblog.com/post/2024-09-30-simaerep_files/figure-html/unnamed-chunk-3-1.png" width = "500px">
</div>


### Videos and Podcasts

+ [Listen to the R-Weekly Highlights Podcast](https://serve.podhome.fm/r-weekly-highlights)

### R Internationally

+ [A comunidade R fala português](https://ropensci.org/commcalls/translation-portuguese/)

### Tutorials

+ [Set up your own universe on R-universe](https://docs.r-universe.dev/publish/set-up.html)

+ [AI code completion in Positron](https://blog.stephenturner.us/p/ai-code-completion-in-positron)

+ [MLOps from Zero to Hero : Build your ML model](https://blog.thaink2.com/posts/mlops%20end%20to%20end%20part%2001/)

* [Automated random variable distribution inference using Kullback-Leibler divergence and simulating best-fitting distribution](https://thierrymoudiki.github.io/blog/2024/10/02/r/fitdistr)

+ [Expectations, Verified! Dive into the World of Unit Tests with expect\_\*()](https://rtask.thinkr.fr/expectations-verified-dive-into-the-world-of-unit-tests-with-expect_/)

* [A Safe Space for Learning How to Make Pull Requests](https://jcarroll.com.au/2024/10/01/a-safe-space-for-learning-how-to-make-pull-requests/)

+ [Economic Calendar](https://datawookie.dev/blog/2024/10/economic-calendar/)

+ [Getting started with generative art](https://nrennie.rbind.io/blog/getting-started-generative-art/)

<div align = "center">
<img src = "https://nrennie.rbind.io/blog/getting-started-generative-art/abacus3.png" width = "500px">
</div>

+ [How to Split Data into Equal Sized Groups in R: A Comprehensive Guide for Beginners](https://www.spsanderson.com/steveondata/posts/2024-10-03/)

+ [Mastering Data Manipulation in R: Comprehensive Guide to Stacking Data Frame Columns](https://www.spsanderson.com/steveondata/posts/2024-09-30/)

+ [3MW (Using Word Templates With R)](https://3mw.albert-rapp.de/p/using-word-templates-with-r)


<!--<div class="post-more-begin></div><div class="post-more-end"></div>-->

### R Project Updates

Updates from [R Core](http://developer.r-project.org/blosxom.cgi/R-devel/NEWS):

### Upcoming Events in 3 Months

Events in 3 Months:

+ [Spatial modelling with GAMs in R workshop](https://r-posts.com/spatial-modelling-with-gams-in-r-workshop/)

+ [R/Pharma APAC track](https://rinpharma.com/post/2024-07-17-apac-track/)

+ [A list of R conferences and meetings](https://jumpingrivers.github.io/meetingsR/events.html)

+ [This week's local R-User and applied stats events](https://community.rstudio.com/c/irl)

+ [Weekly R Workshops for Ukraine](https://sites.google.com/view/dariia-mykhailyshyna/main/r-workshops-for-ukraine)

### Connect

<i>[Join the Data Science Learning Community](https://DSLC.io/)</i>
61 changes: 32 additions & 29 deletions draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,90 +5,94 @@ description: Draft of the R Weekly
image: https://rweekly.org/public/facebook.png
---


+ [How to have (my) content shared by R Weekly?](https://github.com/rweekly/rweekly.org#how-to-have-my-content-shared-by-r-weekly)

This week’s release was curated by [](), with help from the R Weekly team members and contributors.



### Highlight



### Insights

+ [Using property-based testing in R](https://www.etiennebacher.com/posts/2024-10-01-using-property-testing-in-r/)


### R in the Real World

+ [Examining exams using Rasch models and assessment of measurement invariance](https://www.zeileis.org/news/exams/)


### R in Organizations

+ [A Guide to R Package Validation in Pharma](https://www.appsilon.com/post/r-package-validation-in-pharma)

+ [What is GxP Validation in Clinical Software Development?](https://www.appsilon.com/post/gxp-validation-in-clinical-software-development)


### R in Academia



### Resources



### New Packages

<!-- <p class="added-hostname"><a href="https://rweekly.org/live" target="_blank" class="externalLink">📦 <i>Go Live for More New Pkgs</i> 📦</a></p> -->
<p class="added-hostname"><a href="https://dirk.eddelbuettel.com/cranberries/cran/new/" target="_blank" class="externalLink">📦 <i>Keep up to date wtih CRANberries</i> 📦</a></p>


**CRAN**

+ [microinverterdata release 0.1.0](https://camembr.github.io/microinverterdata/)


**Bioconductor**






**GitHub or Bitbucket**



### Updated Packages

<i>🔍 [Search on R-universe](https://r-universe.dev/search/) 🔍</i>

+ [simaerep release 0.6.0](https://www.datisticsblog.com/2024/09/simaerep-v0.6.0/)

+ [{nanonext} 1.3.0](https://cran.r-project.org/package=nanonext): R binding for NNG (Nanomsg Next Gen).

+ [{secretbase} 1.0.3](https://cran.r-project.org/package=secretbase): Cryptographic Hash, Extendable-Output and Base64 Functions.

### Videos and Podcasts

+ [Listen to the R-Weekly Highlights Podcast](https://serve.podhome.fm/r-weekly-highlights)

### Gist & Cookbook

### Shiny Apps

### R Internationally

+ [A comunidade R fala português](https://ropensci.org/commcalls/translation-portuguese/)

### Tutorials

+ [Set up your own universe on R-universe](https://docs.r-universe.dev/publish/set-up.html)

+ [AI code completion in Positron](https://blog.stephenturner.us/p/ai-code-completion-in-positron)
### Gist & Cookbook

+ [MLOps from Zero to Hero : Build your ML model](https://blog.thaink2.com/posts/mlops%20end%20to%20end%20part%2001/)

* [Automated random variable distribution inference using Kullback-Leibler divergence and simulating best-fitting distribution](https://thierrymoudiki.github.io/blog/2024/10/02/r/fitdistr)

+ [Expectations, Verified! Dive into the World of Unit Tests with expect\_\*()](https://rtask.thinkr.fr/expectations-verified-dive-into-the-world-of-unit-tests-with-expect_/)
### Shiny Apps

* [A Safe Space for Learning How to Make Pull Requests](https://jcarroll.com.au/2024/10/01/a-safe-space-for-learning-how-to-make-pull-requests/)

+ [Economic Calendar](https://datawookie.dev/blog/2024/10/economic-calendar/)

+ [Getting started with generative art](https://nrennie.rbind.io/blog/getting-started-generative-art/)
### R Internationally


+ [How to Split Data into Equal Sized Groups in R: A Comprehensive Guide for Beginners](https://www.spsanderson.com/steveondata/posts/2024-10-03/)

+ [Mastering Data Manipulation in R: Comprehensive Guide to Stacking Data Frame Columns](https://www.spsanderson.com/steveondata/posts/2024-09-30/)
### Tutorials

+ [3MW (Using Word Templates With R)](https://3mw.albert-rapp.de/p/using-word-templates-with-r)

+ [EDA Reimagined in R: GWalkR + DuckDB for Lightning-Fast Visualizations](https://medium.com/@bruceyu0416/eda-reimagined-in-r-gwalkr-duckdb-for-lightning-fast-visualizations-05b011e8ae39)



<!--<div class="post-more-begin></div><div class="post-more-end"></div>-->

### R Project Updates
Expand All @@ -101,10 +105,6 @@ Updates from [R Core](http://developer.r-project.org/blosxom.cgi/R-devel/NEWS):

Events in 3 Months:

+ [Spatial modelling with GAMs in R workshop](https://r-posts.com/spatial-modelling-with-gams-in-r-workshop/)

+ [R/Pharma APAC track](https://rinpharma.com/post/2024-07-17-apac-track/)

+ [A list of R conferences and meetings](https://jumpingrivers.github.io/meetingsR/events.html)

+ [This week's local R-User and applied stats events](https://community.rstudio.com/c/irl)
Expand All @@ -113,12 +113,15 @@ Events in 3 Months:

### Grants & Funding


### Datasets


### Connect

<i>[Join the Data Science Learning Community](https://DSLC.io/)</i>

### rtistry


### Quotes of the Week

0 comments on commit 2bdbe42

Please sign in to comment.