Reversed

November 5, 2025 | Michael

Calvi - Noël 2017 – CC-BY-NC-NA by Valerie Hukalo Day 5 of 30DayMapChallenge: « Earth » (previously). What if the bathymetry of the Mediterranean Sea is reversed? We would get a Western Island and an Eastern Island, a Sardin...
[Read more...]

Data centers

November 4, 2025 | Michael

6509Es – CC-BY-NC by Bob Mical Day 4 of 30DayMapChallenge: « My data » (previously). Where are my data? Partly in a data center; probably with your data too… So, where are they? library(dplyr) library(purrr) library(sf) library(osmdata) library(glue) library(leaflet) We send an Overpass API query with {osmdata}: # Get ...
[Read more...]

simaerep release 1.0.0

November 3, 2025 | R on datistics

Simulate patient-related events in clinical trials with the goal of detecting over and under-reporting sites. Monitoring reporting rates of patient-related events such as adverse events (AE) in clinical trials is important for patient safety. We u...
[Read more...]

Country codes

November 2, 2025 | Michael

Physicists of many nations – CC BY-NC-ND by Ann Fisher Day 3 of 30DayMapChallenge: « Polygons » (previously). An interesting challenge a few weeks ago on https://en.osm.town/@opencage/115271196316302891: Post by @[email protected] View on Mastodon Name countries whose ISO 3166-1 alpha-2 code is contained as a substring in the ...
[Read more...]

Ridgelines

November 1, 2025 | Michael

Hiking Path – CC BY-NC-SA by HD Day 2 of 30DayMapChallenge: « Lines » (previously). Representing a digital elevation model as ridgelines… Config library(elevatr) library(rnaturalearth) # remotes::install_github("ropensci/r...
[Read more...]

Eight-thousanders

November 1, 2025 | Michael

K2 – CC BY-NC-ND by Marcelo Aguilar Day 1 of 30DayMapChallenge: « Points ». Mapping the peaks above 8000 m, also known as the eight-thousanders. Config library(httr) library(glue) library(dplyr) library(tidyr) library(purrr) library(tibble) library(stringr) library(sf) library(leaflet) Data Several non-trivial options for obtaining the data: english Wikipedia doesn’...
[Read more...]

New Council Members

October 30, 2025 | Ross Farrugia

Hi pharmaverse community, On behalf of the council we wanted to update you on 2 council members who are passing on the baton to new representatives from their respective companies. Firstly, Michael Rimler (who is one of our original co-founder...
[Read more...]

Pledging My Time VII

October 30, 2025 | Stephen Royle

Here we go again! I ran the Mainova Frankfurt Marathon 2025 and wanted to look at the race results. How can we do this using R? I couldn’t see an easy way to download the data, so I used R to scrape them. Note that these times are currently provisional, ...
[Read more...]
1 2 3 2,203