As user, I'd like to see the difference between vignettes for developers usage, and vignettes for users, so that I know what I can read, depending on my role
Client - Validation
[x] In the pkgdown website, I can see the difference between users and dev vignettes
[x] When the user searches the vignette locally with vignette(package = "FishMap"), they can see the different vignettes (if they built the package with vignettes)
Installing FishMap locally, with vignette :
Searching for vignette :
Dev - Tech
[x] Name the thumbnails "dev-" in title, only for dev vignettes
[x] Name the thumbnails "user-" in title, only for users vignettes
I guess "Running FishMap" is a users' vignette
[x] Add a new line in the Readme to inform the user they can access the vignettes locally with remotes::install_github("balglave/FishMap", build_vignettes = TRUE)
As user, I'd like to see the difference between vignettes for developers usage, and vignettes for users, so that I know what I can read, depending on my role
Client - Validation
=> https://balglave.github.io/FishMap/index.html
=> https://balglave.github.io/FishMap/index.html
vignette(package = "FishMap")
, they can see the different vignettes (if they built the package with vignettes)Installing FishMap locally, with vignette :
Searching for vignette :
Dev - Tech
remotes::install_github("balglave/FishMap", build_vignettes = TRUE)