-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update proofr.Rmd #21
Conversation
wee tweak
vignettes/proofr.Rmd
Outdated
@@ -18,7 +18,7 @@ library(proofr) | |||
|
|||
## Authenticate with the PROOF API | |||
|
|||
Run the function `proof_authenticate()`, which calls the PROOF API with your username and password, and returns an API token (an alphanumeric string). | |||
Run the function `proof_authenticate()`, which calls the PROOF API with your username and password, and returns an API token (an alphanumeric string). A new token is created when a new PROOF server is created, thus this API token will need to be reset. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not what happens. The token does not change. We can/should discuss whether it should, but currently it does not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vortexing can you undo this text change, or change the wording to explain that the same token is returned when calling proof_authenticate
@vortexing So maybe this isn't super clear (I'll make it more clear), but the original file that the vignette comes from is the file |
Thanks @tefirman ! looks good |
wee tweak of the vignette