noaa-fisheries-integrated-toolbox / onboard-and-update

Request to onboard or update a tool in the NOAA FIT
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Update Request: eSDM url change #25

Closed k-doering-NOAA closed 3 months ago

k-doering-NOAA commented 3 months ago

Please provide the tool name

eSDM

Description

@smwoodman requested the code repository URL be changed to https://github.com/swfsc/eSDM/

Code of Conduct

k-doering-NOAA commented 3 months ago

@smwoodman does this preview look ok to you? Feel free to suggest changes. https://noaa-fisheries-integrated-toolbox.github.io/fit-dev/eSDM

Note that it's now possible to add install instructions. I can add this snippet from your readme to the FIT page, if you would like!

You can install the released version of eSDM from CRAN with:

install.packages('eSDM')

To install the latest version from GitHub:

# install.packages('devtools')
devtools::install_github('smwoodman/eSDM', build_vignettes = TRUE)
smwoodman commented 3 months ago

Maybe this is elsewhere on the page, but if not then perhaps adding the "You can access the GUI online at https://connect.fisheries.noaa.gov/eSDM. You do not need to have R or RStudio installed to access the GUI online." block too? I'll happily defer to you though if this isn't the right place for that.

But that does look good! Thanks.

k-doering-NOAA commented 3 months ago

Sure, I added installation instructions: https://noaa-fisheries-integrated-toolbox.github.io/fit-dev/eSDM

Does that look like what you had in mind? If so, I'll update the eSDM page!

smwoodman commented 3 months ago

Looks great! Thanks @k-doering-NOAA