nwfsc-cb / rCAX

rCAX R package: an R client to access the REST API for the StreamNet Coordinated Assessments tables
https://nwfsc-cb.github.io/rCAX/
Other
5 stars 1 forks source link

Review the "terms" message on library loading. Sufficient? #27

Closed mari-williams closed 1 year ago

mari-williams commented 1 year ago

Can we 'insert' this somewhere in the beginning and have an 'accept' box to click before proceeding? I really don't know what I'm asking for in terms of code, just looking to set up a small stumbling block where folks see this before they download data - as they would via the front end.

eeholmes commented 1 year ago

@mari-williams I added a start up message when you first type library(rCAX)

Access and use of data in the CAX databases requires acceptance of the terms of use: see rcax_termsofuse()

eeholmes commented 1 year ago

Alternatively, I could actually have a Y/N accept terms of use message and require the user to say Y. Might get irritating...

mari-williams commented 1 year ago

Let's keep that in the back of our minds but not implement it while we are futzing around.