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

Offline Use #2

Open
EOGrady21 opened this issue Mar 1, 2022 · 1 comment
Open

Offline Use #2

EOGrady21 opened this issue Mar 1, 2022 · 1 comment
Labels
question Further information is requested

Comments

@EOGrady21
Copy link
Owner

This app should be able to function fully offline so it can be used onboard research cruises with no wifi signal.
Currently the app will work in RStudio without a wifi connection but ideally it would be containerized so that the end user does not have to navigate R/RStudio and associated downloads.

I have looked into using a few different solutions

Docker

  • high time investment to set up
  • would present more complex troubleshooting
  • would allow isolated and contained use

DMapps

  • internal DFO shiny server
  • requires internet connection

Electron

  • would allow one click desktop app access
  • not able to compile packages - would only be able to access vprr CRAN version

None of these are the perfect solution, for now I think we should attempt to leave the app in RStudio and see if it is accessible enough to the end user.

@EOGrady21 EOGrady21 added the question Further information is requested label Mar 1, 2022
@kevinsorochan
Copy link
Collaborator

Agreed

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

No branches or pull requests

2 participants