Skip to content

Commit

Permalink
Add value field in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
courtiol committed Oct 28, 2023
1 parent 9056b83 commit ac077b0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: lay
Title: Simple but Efficient Rowwise Jobs
Version: 0.1.2
Version: 0.1.3
Authors@R: c(
person("Alexandre", "Courtiol", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0637-2959")),
person("Romain", "François", role = c("aut"), comment = c(ORCID = "0000-0002-2444-4226"))
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# lay 0.1.3

* Add value field in documentation to meet CRAN requirements.

# lay 0.1.2

* Initial CRAN submission.
2 changes: 2 additions & 0 deletions R/lay.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
#'
#' The default has been chosen based on these [**benchmarks**](https://courtiol.github.io/lay/articles/benchmarks.html).
#'
#' @return A vector with one element per row of `.data`, or a data frame (or tibble) with one row per row of `.data`. The class of the output is determined by `.fn`.
#'
#' @importFrom vctrs vec_c
#' @importFrom rlang list2 exec as_function
#' @importFrom purrr pmap
Expand Down
3 changes: 3 additions & 0 deletions man/lay.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac077b0

Please sign in to comment.