Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDifferent archiveTags option for artifact tags and user tags #309
Comments
|
@julian-urbano thanks for the idea. I think this might be doable : ) I'll consider this and let you know. |
|
It requires small changes in https://github.com/pbiecek/archivist/blob/master/R/saveToRepo.R#L198 |
|
@julian-urbano this should now be possible (with ver 2.1.3 available from GitHub) |
|
Great! |
In
saveToLocalRepo, there is optionarchiveTags(boolean) to decide whether to store the tags along with the artifact. Currently, this controls whether to save artifact tags and user tags at the same time, but it'd be nice if we could control them separately.For instance:
It saves the artifact tags (column names), as well as the user tags. If we set
archiveTags=FALSEwe get:It saves no tag.
So I think it'd be good if we could control whether to save (or not) artifact tags and user tags separately.