|
1 | | -## rprojroot 1.0-7 (2016-10-23) |
| 1 | +# rprojroot 1.1 (2016-10-29) |
2 | 2 |
|
3 | | -- New `is_testthat` and `find_testthat_root_file()` that looks for `tests/testthat` root (#14). |
4 | | -- Improve navbar on project page. |
5 | | -- Uses `backports` to simplify compatibility with R 3.0.0. |
6 | | -- New `is_remake_project` and `find_remake_root_file()` that looks for remate project (#17). |
| 3 | +- Compatibility |
| 4 | + - Compatible with R >= 3.0.0 with the help of the `backports` package. |
7 | 5 |
|
| 6 | +- New root criteria |
| 7 | + - `is_remake_project` and `find_remake_root_file()` look for [remake](https://github.com/richfitz/remake) project (#17). |
| 8 | + - `is_testthat` and `find_testthat_root_file()` that looks for `tests/testthat` root (#14). |
| 9 | + - `from_wd`, useful for creating accessors to a known path (#11). |
8 | 10 |
|
9 | | -## rprojroot 1.0-6 (2016-10-22) |
| 11 | +- Minor enhancement |
| 12 | + - Criteria can be combined with the `|` operator (#15). |
10 | 13 |
|
11 | | -- Travis tests three R versions, and OS X. |
| 14 | +- Documentation |
| 15 | + - Add package documentation with a few examples (#13). |
| 16 | + - Clarify difference between `find_file()` and `make_fix_file()` in vignette (#9). |
| 17 | + - Remove unexported functions from documentation and examples (#10). |
| 18 | + - Use `pkgdown` to create website. |
12 | 19 |
|
| 20 | +- Testing |
| 21 | + - Use Travis instead of wercker. Travis tests three R versions, and OS X. |
| 22 | + - Improve AppVeyor testing. |
13 | 23 |
|
14 | | -## rprojroot 1.0-5 (2016-10-22) |
15 | 24 |
|
16 | | -- Use Travis instead of wercker. |
17 | | -- Criteria can be combined with the `|` operator (#15). |
18 | | - |
19 | | - |
20 | | -## rprojroot 1.0-4 (2016-05-30) |
21 | | - |
22 | | -- Improve AppVeyor testing. |
23 | | -- Restore compatibility with R < 3.2. |
24 | | -- Add package documentation with a few examples (#13). |
25 | | - |
26 | | - |
27 | | -## rprojroot 1.0-3 (2016-05-13) |
28 | | - |
29 | | -- New root criterion `from_wd`, useful for creating accessors to a known path (#11). |
30 | | -- Clarify difference between `find_file()` and `make_fix_file()` in vignette (#9). |
31 | | -- Remove unexported functions from documentation and examples (#10). |
32 | | - |
33 | | - |
34 | | -## rprojroot 1.0-2 (2016-03-28) |
| 25 | +# rprojroot 1.0-2 (2016-03-28) |
35 | 26 |
|
36 | 27 | - Fix test that fails on Windows only on CRAN. |
37 | 28 |
|
38 | 29 |
|
39 | | -## rprojroot 1.0-1 (2016-03-26) |
40 | | - |
41 | | -- Updated NEWS. |
42 | | - |
43 | | - |
44 | 30 | # rprojroot 1.0 (2016-03-26) |
45 | 31 |
|
46 | 32 | Initial CRAN release. |
|
0 commit comments