Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address the warning message regarding httr/progressr and stringdist/tidyr upon install #6

Open
3 tasks
atowey-uchi opened this issue Dec 10, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@atowey-uchi
Copy link
Collaborator

Description

When loading the package, the following warning messages appear:
Warning messages: 1: replacing previous import ‘httr::progress’ by ‘progressr::progress’ when loading ‘visiblespectrum’ 2: replacing previous import ‘stringdist::extract’ by ‘tidyr::extract’ when loading ‘visiblespectrum’

This warning might be confusing to users and should be addressed to ensure smooth user experience and avoid unnecessary alerts. The warning likely arises from conflicting or redundant use of progress tracking functionality between these two packages. This issue occurs upon loading the package, even if no functions utilizing progress are run.

Proposed Tasks

  • Investigate the cause of the warning, which may be related to overlapping or redundant progress tracking functionality between httr/progressr and stringdist/tidyr
  • Modify the package code to resolve any conflicts, either by removing redundant progress tracking or by replacing one of the packages with a more appropriate solution.
  • Perhaps issue a clear message (not a warning) if the use of both packages for progress tracking is unavoidable.
@atowey-uchi atowey-uchi added the enhancement New feature or request label Dec 10, 2024
@atowey-uchi atowey-uchi changed the title Address the warning message regarding httr/progressr and stringdist/tidyr upon loading Address the warning message regarding httr/progressr and stringdist/tidyr upon install Dec 10, 2024
@atowey-uchi atowey-uchi self-assigned this Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant