Changes in version 1.0.1 (2023-09-03) ** Bug fixes** - has_tag() wrongly delivered TRUE when a an object had no tags at all and has_tag() was called without the ... argument. Changes in version 1.0.0 (2023-08-21) Initial release of the tagsr package. Features - add_tags() function to add tags to objects in R environments - has_tag() function to check if objects have specified tags - ls_bytag() function to list objects with specified tags - untag() function to remove tags from objects - tags() function to display tags of objects - clean_tags() function to remove tags from objects - rm_bytag() function to remove objects with specified tags - set_confirm() function to enable/disable confirmation prompts when removing objects with - rm_bytag(). Enjoy using tagsr!