-
Notifications
You must be signed in to change notification settings - Fork 7
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
OHW22 R environment changes #49
Comments
|
@btupper those should be deployed. I was able to install most via Conda, except for the few from CRAN that I left unchecked. When an install from CRAN or Github fails, it doesn't exit correctly to fail the build, so I'd suggest trying the environment to see if everything is working as you expect. |
OK! Thank you! @jevanilla and @Cross22 - can you each give it a shakedown? |
We start next Monday! It would be awesome if you all can upload your notebooks to our tutorial repo and test them in the hub. |
Roger that! We shall be using the RStudio server and Rmarkdown documents for the tutorials. The first tutorial is being vetted within the lab to catch the most egregious boo-boos. The first kicks off with a short video which is linked in the Rmarkdown tutorial. We are assuming that the presenter can simply play the youtube from that link - happy to be corrected. Hollywood has yet to call me, and I think I know why now... https://youtu.be/2ZWFYWMwq1c The second tutorial is under construction but should be ready in the next 2 days. It uses the same software as the first tutorial. We are juggling vacations and a small personnel shuffle this week, but, have no worries, we'll make it. What could possibly go wrong? P.S. The Rmarkdown files are located in the xytz R package. https://github.com/BigelowLab/xyzt |
Can we also get: |
Is there a way to get https://github.com/oceanhackweek/jupyter-image/runs/7813411273?check_suite_focus=true#step:6:2900 It really doesn't want to let me know when something fails and breaks the build. I'll take another swing with the dependencies it wants. |
Ok, within 6 hours 2i2c will get a PR with the updated image, then we need to wait for one of their engineers to merge it. |
@ocefpaf I sent a PR with my notebooks to oceanhackweek/ohw-tutorials |
Those changes should be live on the hub: 2i2c-org/infrastructure#1622 |
Originally posted by @emiliom in oceanhackweek/ohw-tutorials#91 (comment) |
|
Based on @paocorrales's R code and some Googling, I'm pretty sure it's this emoji library: And apparently it's installed from github. In R speak: # install.packages("devtools")
devtools::install_github("hadley/emo") Thanks for adding the R packages from conda-forge! |
Ok, that looks like it did the trick. |
Thank you, @abkfenris & @ocefpaf !! ref PR #55 and PR oceanhackweek/ohw-tutorials#91 |
This is not a final request yet, but I wanted to draft it here. It's for a tutorial on Wednesday.
The instructor said That rounds out the packages needed for the 4 tutorials in the Espanol satellite, R & Python. |
Tmap and friend is in #58 |
Darn you're too fast! I was about to add one LAST one (I swear):
|
Looks like something else already brought jupyter-image/r/conda-linux-64.lock Line 411 in d20444f
|
Awesome! I forgot to check the conda lock file. |
Hello, not sure if it will be needed in the end but can you please add "sfnetworks", "tidygraph" and "igraph" |
Hi again, can you let me know if the packages could be installed. As a backup I will add the demo to my local binder. Thanks! |
I'm working on adding those now. The image is currently building https://github.com/oceanhackweek/jupyter-image/actions/runs/2876389472 |
2i2c has approved it, now we are waiting on one of their workflows to finish, then the packages will be usable once you shut down and restart your server. https://github.com/2i2c-org/infrastructure/runs/7882280892?check_suite_focus=true |
Wow, thank you @abkfenris ! |
Please comment with any R packages that are need for OHW22 here. We are looking to get all of these at least a week before the main event starts, so we aren't changing anything for the undergrads!
Please use a checkbox for each package so we can track what has been added, ex:
The current R environment is defined in https://github.com/oceanhackweek/jupyter-image/blob/main/r/environment.yml
The text was updated successfully, but these errors were encountered: