We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ab966 commit b9e4d45Copy full SHA for b9e4d45
DESCRIPTION
@@ -1,7 +1,7 @@
1
Package: watcher
2
Type: Package
3
Title: Watch the File System for Changes
4
-Version: 0.1.1.9000
+Version: 0.1.2
5
Authors@R:
6
c(person(given = "Charlie",
7
family = "Gao",
NEWS.md
@@ -1,4 +1,4 @@
-# watcher (development version)
+# watcher 0.1.2
* Adds `$get_path()` and `$is_running()` methods to the `Watcher` R6 class.
+ Use these rather than the fields `path` and `running`, as they have been made private.
0 commit comments