00:05:04 Isabella Velásquez: https://twitter.com/thomas_mock/status/1526977676661112832
00:29:23 Ryan Metcalf: I haven't found the directly answer for Maximum version of dependencies. However, the following thread is related (I'm only skimming at the moment). Adding to Arun's question. https://community.rstudio.com/t/determining-which-version-of-r-to-depend-on/4396/11
00:51:43 Arun Chavan: MAJOR version when you make incompatible API changes,
MINOR version when you add functionality in a backwards compatible manner, and
PATCH version when you make backwards compatible bug fixes.
00:51:50 Arun Chavan: from https://semver.org/