add WQP status links - #925
Conversation
|
|
||
| ```{r} | ||
| API_USGS_PAT = "[your api key]" | ||
| API_USGS_PAT <- "[your api key]" |
There was a problem hiding this comment.
This doesn't work, it needs to be an =, the .Renviorn file:
https://rstats.wtf/r-startup.html#renviron
" This is not R code, it uses a format similar to that used on the command line shell."
There was a problem hiding this comment.
Ugh, this appears to be an "autocorrect" feature of positron for r chunks. Let me turn that off...
| #' Sampling Activity \tab ActivityWQX3 \tab /wqx3/Activity/search \cr | ||
| #' } | ||
| #' | ||
| #' If you experience unexpected errors, check the |
There was a problem hiding this comment.
Since you are changing the roxygen stuff, there should be an updated .Rd file pushed as well. THAT BEING SAID... CRAN gets really angry if urls provided in the help pages break or have a redirect. I'm a hesitant to add this link here - I don't know how often rconnect.usgs.gov goes down for maintenance or other reasons. Or, we could add the link here (so it shows up on the package documentation), but just remember to take it out on the submitted CRAN package (?)
This PR adds a description of the WQP status page and a link to the page from the function documentation and the status vignette. Brainstormed best places to put this link with Kiro and had it write an initial description, which I then edited.