-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
How do install the package in shinylive from github #15
Comments
Hey @stephenturner, where can we find your package? CC @pawelru |
Hey @stephenturner thanks for the interest in the package! |
Package is here, but this is just a toy package to demonstrate something else. There's only one function in the package. https://github.com/stephenturner/rpdd/blob/main/R/utils.R I do have a personal R-universe set up. I wonder if there's a way to make this work here. https://stephenturner.r-universe.dev/rpdd |
If you already have r-universe then it would help a lot. Please have a look at my question on how to use custom repos here. It's not super clean but it's working. I hope that it would become much nicer in the future. This is a fully functional app that uses wasm binaries from your r-universe with the workaround I mentioned:
Now it is just the matter of including this in the shinylive-examples code using the concept of decoration. It's is flexible enough to allow you to prepend the workaround code so that it would be fully functional. This should work! Please let me know if that helps |
What is your question?
Super cool package and idea here. I'm trying to get this to work in a package that is only available on github. When I follow the docs, I get a packagedown page that opens up a shinylive browser, but it's blank, and when I hit the edit button, it can't find the package function when I try to run it. If I add a
library(mylibname)
to the examples, it still doesn't work because it can't find my package in the webR binary repo. Not sure how to get this to work.Code of Conduct
Contribution Guidelines
The text was updated successfully, but these errors were encountered: