Skip to content

Commit c9aa828

Browse files
committed
Bump version. Tweak news
1 parent 676a0d9 commit c9aa828

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: roxygen2
2-
Version: 2.0
2+
Version: 2.1
33
License: GPL (>= 2)
44
Description: A Doxygen-like in-source documentation system
55
for Rd, collation, and NAMESPACE.

NEWS

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
1-
* package dependencies loaded automatically (thanks to Yihui Xie)
1+
roxygen2 2.1
2+
------------
3+
4+
NEW FEATURES
25

3-
* added support for the `@source` tag (thanks to Yihui Xie)
6+
* package dependencies loaded automatically
7+
8+
* added support for the `@source` tag
49

510
BUG FIXES
611

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.
821

9-
* `Collate` field in `DESCRIPTION` no longer needs to exist (thanks to Yihui
10-
Xie)
22+
* Correct directory normalisation under windows fixes broken test.
1123

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!
1326

14-
* `x$y <- function() {...}` no longer causes error (thanks to Yihui Xie)
1527

1628
roxygen2 2.0
1729
------------

0 commit comments

Comments
 (0)