Package: snowflakeauth Title: Authentication Helpers for 'Snowflake' Version: 0.2.2.9000 Authors@R: c( person("Aaron", "Jacobs", , "aaron.jacobs@posit.co", role = c("aut")), person("E. David", "Aja", , "david@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: Authentication helpers for 'Snowflake'. It provides compatibility with authentication approaches supported by the 'Snowflake Connector for Python' and the 'Snowflake CLI' . License: MIT + file LICENSE Encoding: UTF-8 Imports: cli, curl, jsonlite, RcppTOML, rlang, jose, openssl Suggests: httpuv, keyring, testthat (>= 3.0.0), withr Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/testthat/edition: 3 URL: https://posit-dev.github.io/snowflakeauth/, https://github.com/posit-dev/snowflakeauth BugReports: https://github.com/posit-dev/snowflakeauth/issues Config/pak/sysreqs: libssl-dev Repository: https://posit-dev.r-universe.dev Date/Publication: 2026-05-18 15:53:37 UTC RemoteUrl: https://github.com/posit-dev/snowflakeauth RemoteRef: HEAD RemoteSha: 4bbc9d3173f05337c7db3442e5721a91c14da6a1 NeedsCompilation: no Packaged: 2026-06-17 06:58:40 UTC; root Author: Aaron Jacobs [aut], E. David Aja [aut, cre], Posit Software, PBC [cph, fnd] Maintainer: E. David Aja