amitvkulkarni / ProjectManagement

This application was built and submitted as part of R Shiny competition 2020. It can be used for creation of projects and related tasks. The user will be able to carry out all the basic CRUD operations on the data and save the changes.
11 stars 26 forks source link

Error in library: there is no package called ‘supercaliheatmapwidget’ #1

Open dejakhar opened 3 years ago

dejakhar commented 3 years ago

I am getting error "Error in library: there is no package called ‘supercaliheatmapwidget’" due to which i am not able to run project locally. Kindly guide how i can install this package. I am using R Studio.

Dahrken-EP commented 2 years ago

I am getting error "Error in library: there is no package called ‘supercaliheatmapwidget’" due to which i am not able to run project locally. Kindly guide how i can install this package. I am using R Studio.

as per https://github.com/hrbrmstr/supercaliheatmapwidget

Any of the following should assist : devtools::install_git("https://git.sr.ht/~hrbrmstr/supercaliheatmapwidget")

or

devtools::install_gitlab("hrbrmstr/supercaliheatmapwidget")

or

devtools::install_github("hrbrmstr/supercaliheatmapwidget")

alraines commented 2 years ago

I am getting error in R studio: "Warning: Error in : shinyjs: extendShinyjs: functions argument must be provided. See the documentation for ?extendShinyjs for more details."

Error refers to line 41 of ui.R.

Any guidance would be greatly appreciated.

mkorayp commented 2 years ago

https://stackoverflow.com/questions/63860952/print-shiny-app-screen-not-working-error-shinyjs-extendshinyjs-functions-ar this worked for me