File tree 2 files changed +20
-8
lines changed 2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 1
1
Package: roxygen2
2
- Version: 2.0
2
+ Version: 2.1
3
3
License: GPL (>= 2)
4
4
Description: A Doxygen-like in-source documentation system
5
5
for Rd, collation, and NAMESPACE.
Original file line number Diff line number Diff line change 1
- * package dependencies loaded automatically (thanks to Yihui Xie)
1
+ roxygen2 2.1
2
+ ------------
3
+
4
+ NEW FEATURES
2
5
3
- * added support for the `@source` tag (thanks to Yihui Xie)
6
+ * package dependencies loaded automatically
7
+
8
+ * added support for the `@source` tag
4
9
5
10
BUG FIXES
6
11
7
- * `NAMESPACE` file no longer needs to exist (thanks to Yihui Xie)
12
+ * `NAMESPACE` file no longer needs to exist
13
+
14
+ * `Collate` field in `DESCRIPTION` no longer needs to exist
15
+
16
+ * `=` now recognised as way of assigning functions
17
+
18
+ * `x$y <- function() {...}` no longer causes error
19
+
20
+ * `@example` no longer added extra new-lines.
8
21
9
- * `Collate` field in `DESCRIPTION` no longer needs to exist (thanks to Yihui
10
- Xie)
22
+ * Correct directory normalisation under windows fixes broken test.
11
23
12
- * `=` now recognised as way of assigning functions(thanks to Yihui Xie)
24
+ * A special thanks goes to Yihui Xie who contributed all of the fixes and
25
+ improvements (bar one) in this version!
13
26
14
- * `x$y <- function() {...}` no longer causes error (thanks to Yihui Xie)
15
27
16
28
roxygen2 2.0
17
29
------------
You can’t perform that action at this time.
0 commit comments