Package: evolution Type: Package Title: A Client for 'Evolution Cloud API' Date: 2026-06-14 Version: 0.1.1 Authors@R: c( person("Andre", "Leite", email = "leite@castlab.org", role = c("aut", "cre")), person("Hugo", "Vasconcelos", email = "hugo.vasconcelos@ufpe.br", role = "aut"), person("Diogo", "Bezerra", email = "diogo.bezerra@ufpe.br", role = "aut")) Description: Provides an 'R' interface to the 'Evolution API' , enabling sending and receiving 'WhatsApp' messages directly from 'R'. Functions include sending text, media (image/video/document), audio, stickers, geographic locations, contacts, polls, interactive lists and button messages. Also includes number verification and structured CLI logging for debugging. License: MIT + file LICENSE URL: https://strategicprojects.github.io/evolution/, https://github.com/StrategicProjects/evolution/ BugReports: https://github.com/StrategicProjects/evolution/issues/ Depends: R (>= 4.2.0) Imports: httr2 (>= 1.0.0), cli (>= 3.6.0), jsonlite, base64enc Suggests: testthat (>= 3.0.0), knitr, rmarkdown, pkgdown Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libssl-dev Repository: https://strategicprojects.r-universe.dev Date/Publication: 2026-06-14 17:18:25 UTC RemoteUrl: https://github.com/strategicprojects/evolution RemoteRef: HEAD RemoteSha: b41f86e1d898132021258949fbcfdd2b02882f06 NeedsCompilation: no Packaged: 2026-07-14 09:05:41 UTC; root Author: Andre Leite [aut, cre], Hugo Vasconcelos [aut], Diogo Bezerra [aut] Maintainer: Andre Leite