We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to run the shiny App, I get an error.
collage::shinycollage() Loading required package: shiny Listening on http://127.0.0.1:7323 Warning: Error in library: there is no package called ‘purrple’ Stack trace (innermost first): 42: library 2: shiny::runApp 1: collage::shinycollage Error : there is no package called ‘purrple’ Warning: Error in library: there is no package called ‘purrple’ Stack trace (innermost first): 42: library 2: shiny::runApp 1: collage::shinycollage Error : there is no package called ‘purrple’
I think you can fix this by adding package purrple to Remotes: (as long as it is not on CRAN), i.e. by adding
Remotes:
Remotes: ThinkR-open/purrple
To the DESCRIPTION file and also add it to Depends: or Suggests: there.
Depends:
Suggests:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I try to run the shiny App, I get an error.
I think you can fix this by adding package purrple to
Remotes:
(as long as it is not on CRAN), i.e. by addingTo the DESCRIPTION file and also add it to
Depends:
orSuggests:
there.The text was updated successfully, but these errors were encountered: