Skip to content

Commit 42a25fc

Browse files
committed
typos and cran-comments
1 parent 9d4b844 commit 42a25fc

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Suggests:
2828
rmarkdown,
2929
rstudioapi
3030
Encoding: UTF-8
31-
RoxygenNote: 6.0.1
31+
RoxygenNote: 6.0.1.9000
3232
Roxygen: list(markdown = TRUE)
3333
VignetteBuilder: knitr
3434
URL: https://github.com/s-fleck/testthis

NEWS.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
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

@@ -13,6 +16,8 @@
1316
compatbility with usethis.
1417

1518

19+
20+
1621
# testthis 1.0.1
1722

1823
* Reorganized package documentation (README, vignette, `?testthis`)
@@ -21,6 +26,8 @@
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

cran-comments.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
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
---

0 commit comments

Comments
 (0)