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

Implement ReactiveFile #6

Open
trestletech opened this issue May 30, 2013 · 0 comments
Open

Implement ReactiveFile #6

trestletech opened this issue May 30, 2013 · 0 comments
Assignees
Milestone

Comments

@trestletech
Copy link
Owner

Create a reactive() wrapper which can detect changes to a file. Ideally, this could be implemented using an integration like inotify to get real reactivity. This may be difficult to make consistent across R's supported operating systems, however.

We might be better off polling the file for changes to the modified time, size, and/or hash to check for changes then invalidate the relevant fields.

@ghost ghost assigned trestletech May 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant