Black Monday Crash

August 7, 2024 | Selcuk Disci

The Bank of Japan has raised the interest rates and Nikkei has crushed the worst since the Black Monday crash of October 1987. The S&P 500 and DAX have declined similarly, but the DAX has performed slightly better. [Read more...]

R Solution for Excel Puzzles

August 6, 2024 | Numbers around us

Puzzles no. 499–413PuzzlesAuthor: ExcelBIAll files (xlsx with puzzle and R with solution) for each and every puzzle are available on my Github. Enjoy.Puzzle #499Interesting numbers are pretty often in scope of our puzzles. Today we have Lynch-Bell Numb...
[Read more...]

openwashdata phase 2 proposal funded

August 5, 2024 | Lars Schöbitz

Achievements in phase 1 The openwashdata community was established in March 2023 and received funding for an 18 month period. Since then, we have established a website for the openwashdata community that attracts 15 unique visitors dai...
[Read more...]

Calendar Plots With ggplot2

August 3, 2024 | Albert Rapp

library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.5 ## ✔ forcats 1.0.0 ✔ stringr 1.5.1 ## ✔ ggplot2 3.5.1 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔ tidyr 1.3.1 ## ✔ purrr 1.0.2 ## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ── ## ✖ dplyr::filter() masks stats::filter() ## ✖ dplyr::lag() masks stats::lag() ## ℹ Use the conflicted package () to force all conflicts to become errors library(reactable) counts filter(!is.na(sex)) |__ dplyr::count(species, ... [Read more...]

R Consortium Grants Committee Announces New Chair

August 2, 2024 | R Consortium

The R Consortium is pleased to announce that Katherine Jeschke has been appointed Chair of the Grants Committee. She will oversee day-to-day grant processes for both pre- and post-awards, ensuring... The post R Consortium Grants Committee Announces New Chair appeared first on R Consortium.
[Read more...]

Pulling a Loose Thread on Pull()

August 1, 2024 | John Mount

Richard Layton recently shared a neat article: A subtle flaw in pull(). This is the usual loss of reliable programmable semantics just to avoid a few quote marks (at the cost of many more force eval and paste marks). It is well considered and well writ... [Read more...]
1 29 30 31 32 33 2,158