chi2labs / cognitoR

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

paws 0.4.0 reverse dependency warning #34

Closed DyfanJones closed 1 year ago

DyfanJones commented 1 year ago

Hi All,

During the paws 0.4.0 we received the following warning message:

Changes to worse in reverse depends:

Package: cognitoR
Check: whether package can be installed
New result: WARNING
  Found the following significant warnings:
    Warning: replacing previous import ‘httr::config’ by ‘paws::config’ when loading ‘cognitoR’

From checking your code, I don't believe you use httr::config and therefore won't be affected. Can you please confirm this is ok so that paws 0.4.0 can be fully released to the cran.

DyfanJones commented 1 year ago

I have raised a PR that explicitly imports httr and paws functions so that there is no warning conflict during loading the cogintoR package.

ppagnone commented 1 year ago

Thanks for your fix @DyfanJones , I have sent 1.0.4 to CRAN. Sorry for inconvenience.