Conversation
peterdesmet
left a comment
There was a problem hiding this comment.
Sorry, no time to review this one.
| PackageUseDevtools: Yes | ||
| PackageInstallArgs: --no-multiarch --with-keep.source | ||
| PackageCheckArgs: --as-cran | ||
| PackageRoxygenize: rd,collate,namespace |
There was a problem hiding this comment.
@hansvancalster I don't know the precise implications of these two lines, but it is package wide and should probably be reviewed in a separate PR?
There was a problem hiding this comment.
Sorry 😉 I just misused your PR to add these lines to the .Rproj file. They aid in checking the package when it is built. @ThierryO advised to include these settings in the .Rproj file and he can tell you more.
|
@hansvancalster Thanks for your reflections and adding an example! |
|
I suggest to store the information in YAML format. See #64 |
|
@florisvdh I think this PR is superseded by #64? Can you close this one if my assumption is correct? |
|
Something to discuss with @inbo/bmk |
|
This is an old PR it seems. Nowadays, there is:
and there are more sophisticated possibilities with {renv} and a few other packages I think. Hence I think you can close this PR @hansvancalster. |
The function writes essentials of
sessioninfo::session_info()to a file or connection in order to maintain versionable documentation of a workflow and aid reproducibility.