AtlasOfLivingAustralia / galah-R

Query living atlases from R
https://galah.ala.org.au
39 stars 3 forks source link

Provide documentation for galah_config() (warning?) message #136

Closed stewartmacdonald closed 1 year ago

stewartmacdonald commented 2 years ago

When I call galah_config(email = "email@example.com") to set my email address, I get the following message:

> galah_config(email = "email@example.com")
These configuration options will only be saved for this session.
    Set `preserve = TRUE` to preserve them for future sessions.

Adding preserve = TRUE to galah_config() results in an error. It would be good to put something in the galah_config() documentation about that message (or remove it if it no longer applies).

daxkellie commented 1 year ago

preserve = TRUE option message was removed in commit 124487587d19a88e8e140125bd85f25937c976f6 and updated to profile_path arg. Decision was made to avoid users from saving options to increase reproducibility