We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb56b9e + 32ab3c6 commit 0c1b2eaCopy full SHA for 0c1b2ea
DESCRIPTION
@@ -1,6 +1,6 @@
1
Package: parabar
2
Title: Progress Bar for Parallel Tasks
3
-Version: 1.1.1
+Version: 1.2.0
4
Authors@R:
5
person(given = "Mihai",
6
family = "Constantin",
@@ -20,7 +20,7 @@ Imports:
20
filelock,
21
utils
22
Encoding: UTF-8
23
-Roxygen: list(markdown = TRUE)
+Roxygen: list(markdown = TRUE, r6 = TRUE)
24
RoxygenNote: 7.3.1
25
Collate:
26
'TaskState.R'
NEWS.md
@@ -1,3 +1,11 @@
+# parabar 1.2.0
+
+## Changed
+- Enable `roxygen` checks for `R6` documentation in `DESCRIPTION`.
+- Update `Context` to implement the `Service` interface.
+- Update GitHub workflows.
7
+- Fix typos and other errors in code documentation.
8
9
# parabar 1.1.1
10
11
## Added
0 commit comments