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

Error loading trackeRapp #50

Open
handrigg opened this issue Feb 14, 2022 · 5 comments
Open

Error loading trackeRapp #50

handrigg opened this issue Feb 14, 2022 · 5 comments

Comments

@handrigg
Copy link

trackeR is a great package, thanks for the contribution. I only learned of the corresponding interface for it just now. However, I can't get it to load. I get the following error:

Error in : shinyjs: extendShinyjs: functions argument must be provided. See the documentation for ?extendShinyjs for more details.

Any suggestions on how to fix this?

@ikosmidis
Copy link
Contributor

Thanks for the report. This must be because of an update in one of the dependencies. Will traceback and fix asap.

@ikosmidis
Copy link
Contributor

This should now be fixed. It should appear in CRAN in the next few weeks, after I take care of some other issues. In the meantime, you can use the development version by doing

install.packages("remotes")
remotes::install_github("trackerproject/trackeRapp")
library("trackeRapp")
trackeRapp()

Let me know if this does not work, or any other issues you spot.

@handrigg
Copy link
Author

I went through the steps you described to load the development version and I am still encountering the error. I will continue to try on my end and provide an update if I get it working. Thank you for your assistance.

@ikosmidis
Copy link
Contributor

Err sorry. I missed an important detail. In a fresh R session try

install.packages("remotes")
remotes::install_github("trackerproject/trackeRapp", ref = "develop")
library("trackeRapp")
trackeRapp()

before loading trackeRapp. Any luck now?

@handrigg
Copy link
Author

Success!

Again, thanks for your assistance and developing/maintaining trackeRapp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants