Skip to content

Commit da1e4a6

Browse files
committed
prepare for release
1 parent a168cdc commit da1e4a6

File tree

7 files changed

+29
-27
lines changed

7 files changed

+29
-27
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
^LICENSE\.md$
44
^_pkgdown\.yml$
55
^docs$
6+
^cran-comments\.md$

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
.Ruserdata
55
_pkgdown.yml
66
docs
7+
cran-comments.md

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ Authors@R: person("Stefan", "Fleck", email = "[email protected]", role =
66
Maintainer: Stefan Fleck <[email protected]>
77
Description:
88
Functions for vectorised conditional recoding of variables. case_when()
9-
enables you to vectorise multiple if and else statements (like `CASE WHEN`
9+
enables you to vectorise multiple if and else statements (like 'CASE WHEN'
1010
in SQL). if_else() is a stricter and more predictable
1111
version of base::ifelse() that preserves attributes. These functions are
1212
forked from 'dplyr' with all package dependencies removed and behave
1313
identically to the originals.
1414
License: MIT + file LICENSE
1515
Encoding: UTF-8
1616
LazyData: true
17+
Roxygen: list(markdown = TRUE)
1718
Suggests:
1819
testthat
1920
RoxygenNote: 6.1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Lest provides two functions for vectorised conditional recoding of variables.
77
`CASE WHEN` in SQL). `if_else()` is a stricter and more predictable version of
88
`base::ifelse()` that preverves attributes (and therefore works with Dates). The
99
functions in lest are forks of the
10-
[dplyr](https://cran.r-project.org/web/packages/dplyr/index.html) functions of
10+
[dplyr](https://CRAN.R-project.org/package=dplyr) functions of
1111
the same name.
1212

1313
**lest** depends only on base, and will never add any external dependencies.

man/case_when.Rd

Lines changed: 13 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/if_else.Rd

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/lest-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)