Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

construct_info() and info arg #169

Open
moodymudskipper opened this issue May 6, 2023 · 0 comments
Open

construct_info() and info arg #169

moodymudskipper opened this issue May 6, 2023 · 0 comments
Milestone

Comments

@moodymudskipper
Copy link
Collaborator

should be used to record info when some events are encountered :

  • state dependent issues: data frame and classed columns #166, tibbles and classed columns #155
  • corrupted elements
  • definition of pointers or environments using env() or external_pointer()
  • singular things like, creating a data table and ignoring the pointer, or any scrubbing
  • Use of extra packages (e.g. using tibble::tibble() requires the tibble package)

The different between info and issues is that whatever is described in info didn't prevent the output to be faithful, (1) when checked right after creation, (2) according to waldo::compare().

In fact we might even check if a compare_proxy method exists and inform in that case.

We might get an info = NA arg that works just like check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant