chi2labs / cognitoR

CognitoR provides easy integration of Shiny with AWS Cognito Authentication.
22 stars 10 forks source link

Explicitly imports httr and paws functions to avoid conflicts #35

Closed DyfanJones closed 1 year ago

DyfanJones commented 1 year ago

To avoid conflict warning messages this PR explicitly imports httr and paws functions.

paws: 0.4.0 cognitoR: 1.0.3

library(cognitoR)
#> Warning: replacing previous import 'httr::config' by 'paws::config' when
#> loading 'cognitoR'

Created on 2023-09-12 with reprex v2.0.2

paws: 0.4.0 cognitoR: 1.0.4

library(cognitoR)

Created on 2023-09-12 with reprex v2.0.2

Addresses Ticket: https://github.com/chi2labs/cognitoR/issues/34