For the exercism "meetup", it's not uncommon to require the gregor library as the Racket standard library for dates is quite bare of functionalities (The package is even mentioned in a side box in the standard documentation). However, the runner doesn't have this dependency and fails.
Related to that, other common packages could be part of the runner, like threading and data/collections.
(Admittedly, threading and data/collections are more a convenience)
For the exercism "meetup", it's not uncommon to require the
gregorlibrary as the Racket standard library for dates is quite bare of functionalities (The package is even mentioned in a side box in the standard documentation). However, the runner doesn't have this dependency and fails.Related to that, other common packages could be part of the runner, like
threadinganddata/collections.(Admittedly, threading and data/collections are more a convenience)