NCEAS / recordr

Provenance tracking for R.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace use of dataone::SessionConfig() with R options()

gothub opened this issue · comments

The SessionConfig class has been removed from the dataone R package and now uses the
R options facility. The recordr was using the SessionConfig class provided by the dataone R package,
but will be changed to use the R options facility instead (options(), getOption()).

Implemented in commit 1aed17d

The options that are used by recordr will be detailed in the recordr_overview vignette.