You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,18 +24,18 @@ knitr::opts_chunk$set(
24
24
25
25
Watch the File System for Changes
26
26
27
-
R binding for 'libfswatch', a file system monitoring library. This uses an optimal event-driven API for each platform:
27
+
R binding for [libfswatch](https://emcrisostomo.github.io/fswatch/), a file system monitoring library. This uses an optimal event-driven API for each platform:
28
28
29
29
-`ReadDirectoryChangesW` on Windows
30
30
-`FSEvents` on MacOS
31
31
-`inotify` on Linux
32
32
-`kqueue` on BSD
33
33
-`File Events Notification` on Solaris/Illumos
34
34
35
-
Watching is done asynchronously in the background, without blocking the session.
35
+
Watching is performed asynchronously in the background, without blocking the session.
36
36
37
37
- Watch files, or directories recursively.
38
-
- Log activity, or run an R functionevery time a change event occurs.
38
+
- Log activity, or call an R function, upon every change event.
0 commit comments