File tree Expand file tree Collapse file tree 3 files changed +15
-12
lines changed
Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Suggests:
2828 rmarkdown,
2929 rstudioapi
3030Encoding: UTF-8
31- RoxygenNote: 6.0.1
31+ RoxygenNote: 6.0.1.9000
3232Roxygen: list(markdown = TRUE)
3333VignetteBuilder: knitr
3434URL: https://github.com/s-fleck/testthis
Original file line number Diff line number Diff line change 11# testthis 1.0.3
2- * Maintenance Release to make vignette comply with new CRAN guidelines
2+
3+ * Maintenance release to make vignette comply with new CRAN guidelines
34* test (` test_this() ` , ` test_subdir() ` , etc..) functions now save all files in
45 Rstudio and reload the package before running tests.
5- * ` lest_this() ` has been Deprecated . ` test_this() ` now behaves like
6+ * ` lest_this() ` has been deprecated . ` test_this() ` now behaves like
67 ` lest_this() `
78
9+
10+
811
912# testthis 1.0.2
1013
1316 compatbility with usethis.
1417
1518
19+
20+
1621# testthis 1.0.1
1722
1823* Reorganized package documentation (README, vignette, ` ?testthis ` )
2126* ` get_test_coverage() ` now recognizes tests in test subdirs
2227
2328
29+
30+
2431# testthis 1.0.0
2532
2633* Reworked an expanded infrastructure functions, such as ` use_testdata() ` and
Original file line number Diff line number Diff line change 11## Test environments
2- * local ubuntu 17.04 install, R 3.4.0
2+ * local ubuntu 17.10 install, R 3.4.2
33* win-builder (devel and release)
44
55## R CMD check results
66
7- 0 errors | 0 warnings | 1 note
8-
9- * This is a new release.
7+ 0 errors | 0 warnings | 0 note
108
119## Reverse dependencies
1210
13- This is a new release, so there are no reverse dependencies.
11+ None
1412
1513## Notes
1614
17- * Most functions in this package modify the file system or are designed to be
18- run interactively. That is why most code examples in the documentation are
19- wrapped in ` \dontrun{} ` .
20- * Removed all ` ::: ` calls from the original submission.
15+ * vignette should now comply with CRAN guidelines
16+ * some minor improvements to the package (see NEWS.md)
2117
2218---
You can’t perform that action at this time.
0 commit comments