Skip to content

Simplify data.R #544

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

Closed
dshemetov opened this issue Oct 14, 2024 · 2 comments
Closed

Simplify data.R #544

dshemetov opened this issue Oct 14, 2024 · 2 comments

Comments

@dshemetov
Copy link
Contributor

We can probably dispense with our manual delayed assign stuff and just use LazyData: TRUE as in here, since we no longer have R6 to worry about.

@brookslogan
Copy link
Contributor

#520 is going to transform how we load data and will close this.

@brookslogan
Copy link
Contributor

#520 is merged. Not the LazyData approach due to re-exporting from epidatasets, but does dispense with delayed_assign_with_unregister_awareness since we don't use R6 anymore, and is able to directly document with delayedAssign. (We've noted some issues with workflow for updating documentation but that's probably for a separate Issue.)

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

No branches or pull requests

2 participants