diff --git a/_posts/2023-11-06-2023-W45.md b/_posts/2023-11-06-2023-W45.md new file mode 100644 index 000000000..750cda8e6 --- /dev/null +++ b/_posts/2023-11-06-2023-W45.md @@ -0,0 +1,121 @@ +--- +title: R Weekly 2023-W55 QRCode, fable, and maps +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 + ++ [Scanning QR codes in R](https://ropensci.org/blog/2023/10/30/opencv-qr/) + ++ [Forecasting Pittsburgh Potholes with {fable}](https://ctompkins.netlify.app/post/forecasting-pittsburgh-potholes-with-fable/) + ++ [Adding context to maps made with ggplot2](https://mm218.dev/posts/2023-10-31-map-context/index.html) + + +### Insights + ++ [Useful functions for dealing with object names](https://masalmon.eu/2023/11/06/functions-dealing-with-names/) + +### R in the Real World + ++ [Forecasting Pittsburgh Potholes with {fable}](https://ctompkins.netlify.app/post/forecasting-pittsburgh-potholes-with-fable/) + + +
+
+ ++ [Sluggish system or client code?](https://www.jumpingrivers.com/blog/dplyr-debugging-posit-diffify/) + +### R in Organizations + ++ [{NCIFD} — An Internal R Package for a Fisheries Agency](https://afspubs.onlinelibrary.wiley.com/doi/10.1002/fsh.10974) + ++ [R Quixote in Spain: Organizing Annual R Conference and Writing Book for Hispanic R Users](https://www.r-consortium.org/blog/2023/10/31/r-quixote-in-spain-organizing-annual-r-conference-and-writing-book-for-hispanic-r-users) + + +### R in Academia + ++ [Our first adventure with Visium Spatial Proteogenomics](http://LieberInstitute.github.io/rstatsclub/2023/11/01/our-first-adventure-with-visium-spatial-proteogenomics/) + +### New Packages + +

📦 Go Live for More New Pkgs 📦

+ +**CRAN** + ++ [RcppArmadillo 0.12.6.6.0 on CRAN: Bugfix, Thread Throttling](https://dirk.eddelbuettel.com/blog/2023/10/31/#rcpparmadillo_0.12.6.6.0) + +**GitHub or Bitbucket** + ++ [fold](https://github.com/feddelegrand7/fold): helps R developers to work with several R folders within an R package. + + +### Updated Packages + +🔍 [Search on R-universe](https://r-universe.dev/search/) 🔍 + ++ [ShinyUiEditor: Out of Alpha](https://posit.co/blog/shinyuieditor-out-of-alpha/) + ++ [{ichimoku} 1.4.10](https://cran.r-project.org/package=ichimoku): Visualization and Tools for Ichimoku Kinko Hyo Strategies + +### Videos and Podcasts + ++ [Listen to the R-Weekly Highlights Podcast](https://rweekly.fireside.fm/) + +### Tutorials + ++ [Geocode address text strings using tidygeocoder](https://ikashnitsky.phd/2023/geocoding/index.html) + ++ [Unlock R functions with QR codes](https://www.rostrum.blog/posts/2023-11-01-qr-enabled-fn/index.html) + ++ [How to analyze the screen times of presidential candidates](https://www.storybench.org/how-to-analyze-the-screen-times-of-presidential-candidates/) + ++ [Multinomial Distribution in R](https://www.spsanderson.com/steveondata/posts/2023-10-31/index.html) + ++ [Scanning QR codes in R](https://ropensci.org/blog/2023/10/30/opencv-qr/) + + +
+
+ ++ [Randomness in R: runif(), punif(), dunif(), and quinf()](https://www.spsanderson.com/steveondata/posts/2023-10-30/index.html) + ++ [All The Right Friends II: clustering papers using Google Scholar data](https://quantixed.org/2023/10/29/all-the-right-friends-ii-clustering-papers-using-google-scholar-data/) + ++ [3MW (Use {bslib} without Shiny)](https://3mw.albert-rapp.de/p/bslib-without-shiny) + ++ [Adding context to maps made with ggplot2](https://mm218.dev/posts/2023-10-31-map-context/index.html) + + + +
+
+ + + +### 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: + ++ [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) + +### Jobs + +💼 [Explore Jobs & Gigs Board on RStudio Community](https://community.rstudio.com/c/jobs/) 💼 + +### Quotes of the Week + +

Just a reminder that @RLadiesSTL YouTube Channel has over 20 videos (and growing) of workshops on #rstats topics ranging from Data Cleaning to Report Development to Time Series Analysis. Check them out!👇https://t.co/JeT7B409oC

— Crystal Lewis (@Cghlewis) November 6, 2023
\ No newline at end of file diff --git a/draft.md b/draft.md index b9ac8f340..9a0d0f6e4 100644 --- a/draft.md +++ b/draft.md @@ -1,10 +1,11 @@ --- layout: draft -title: R Weekly 2023-W45 +title: R Weekly 2023-W00 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. @@ -21,20 +22,15 @@ This week’s release was curated by [](), with help from the R Weekly team memb ### R in the Real World -+ [Forecasting Pittsburgh Potholes with {fable}](https://ctompkins.netlify.app/post/forecasting-pittsburgh-potholes-with-fable/) -+ [Sluggish system or client code?](https://www.jumpingrivers.com/blog/dplyr-debugging-posit-diffify/) ### R in Organizations -+ [{NCIFD} — An Internal R Package for a Fisheries Agency](https://afspubs.onlinelibrary.wiley.com/doi/10.1002/fsh.10974) - -+ [R Quixote in Spain: Organizing Annual R Conference and Writing Book for Hispanic R Users](https://www.r-consortium.org/blog/2023/10/31/r-quixote-in-spain-organizing-annual-r-conference-and-writing-book-for-hispanic-r-users) ### R in Academia -+ [Our first adventure with Visium Spatial Proteogenomics](http://LieberInstitute.github.io/rstatsclub/2023/11/01/our-first-adventure-with-visium-spatial-proteogenomics/) + ### Resources @@ -47,7 +43,7 @@ This week’s release was curated by [](), with help from the R Weekly team memb **CRAN** -+ [RcppArmadillo 0.12.6.6.0 on CRAN: Bugfix, Thread Throttling](https://dirk.eddelbuettel.com/blog/2023/10/31/#rcpparmadillo_0.12.6.6.0) + **Bioconductor** @@ -55,17 +51,12 @@ This week’s release was curated by [](), with help from the R Weekly team memb **GitHub or Bitbucket** -- [fold](https://github.com/feddelegrand7/fold): helps R developers to work with several R folders within an R package. ### Updated Packages 🔍 [Search on R-universe](https://r-universe.dev/search/) 🔍 -+ [ShinyUiEditor: Out of Alpha](https://posit.co/blog/shinyuieditor-out-of-alpha/) - -+ [{ichimoku} 1.4.10](https://cran.r-project.org/package=ichimoku): Visualization and Tools for Ichimoku Kinko Hyo Strategies - ### Videos and Podcasts + [Listen to the R-Weekly Highlights Podcast](https://rweekly.fireside.fm/) @@ -85,23 +76,7 @@ This week’s release was curated by [](), with help from the R Weekly team memb ### Tutorials -+ [Geocode address text strings using tidygeocoder](https://ikashnitsky.phd/2023/geocoding/index.html) - -+ [Unlock R functions with QR codes](https://www.rostrum.blog/posts/2023-11-01-qr-enabled-fn/index.html) - -+ [How to analyze the screen times of presidential candidates](https://www.storybench.org/how-to-analyze-the-screen-times-of-presidential-candidates/) - -+ [Multinomial Distribution in R](https://www.spsanderson.com/steveondata/posts/2023-10-31/index.html) - -+ [Scanning QR codes in R](https://ropensci.org/blog/2023/10/30/opencv-qr/) - -+ [Randomness in R: runif(), punif(), dunif(), and quinf()](https://www.spsanderson.com/steveondata/posts/2023-10-30/index.html) - -+ [All The Right Friends II: clustering papers using Google Scholar data](https://quantixed.org/2023/10/29/all-the-right-friends-ii-clustering-papers-using-google-scholar-data/) - -+ [3MW (Use {bslib} without Shiny)](https://3mw.albert-rapp.de/p/bslib-without-shiny) -+ [Adding context to maps made with ggplot2](https://mm218.dev/posts/2023-10-31-map-context/index.html) @@ -134,4 +109,4 @@ Events in 3 Months: ### rtistry -### Quotes of the Week +### Quotes of the Week \ No newline at end of file