Closed DyfanJones closed 1 year ago
To avoid conflict warning messages this PR explicitly imports httr and paws functions.
httr
paws
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)
Addresses Ticket: https://github.com/chi2labs/cognitoR/issues/34
To avoid conflict warning messages this PR explicitly imports
httr
andpaws
functions.paws: 0.4.0 cognitoR: 1.0.3
Created on 2023-09-12 with reprex v2.0.2
paws: 0.4.0 cognitoR: 1.0.4
Created on 2023-09-12 with reprex v2.0.2
Addresses Ticket: https://github.com/chi2labs/cognitoR/issues/34