Package: adverbial Type: Package Title: Enhanced Adverbial Functions Version: 0.2.1 Authors@R: person( given = "Mizuki", family = "Uchida", email = "uchidamizuki@vivaldi.net", role = c("aut", "cre") ) Description: Provides new_partialised() and new_composed(), which extend partial() and compose() functions of 'purrr' to make it easier to extract and replace arguments and functions. It also has additional adverbial functions. License: MIT + file LICENSE Encoding: UTF-8 Imports: cli, pillar, purrr, rlang, vctrs Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://github.com/UchidaMizuki/adverbial BugReports: https://github.com/UchidaMizuki/adverbial/issues Suggests: lifecycle, testthat (>= 3.0.0) Config/testthat/edition: 3 Repository: https://uchidamizuki.r-universe.dev Date/Publication: 2026-01-17 12:32:12 UTC RemoteUrl: https://github.com/uchidamizuki/adverbial RemoteRef: HEAD RemoteSha: 74530a3df5c3cc4813386271fc9b929ae98d20b7 NeedsCompilation: no Packaged: 2026-06-16 09:03:42 UTC; root Author: Mizuki Uchida [aut, cre] Maintainer: Mizuki Uchida