Skip to content

Commit

Permalink
CRAN fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-jedrusiak committed Aug 15, 2023
1 parent 9496aae commit 415941f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Authors@R: c(
)
)
Description: Implementation of Multidimensional Top Scoring
method for creativity assessment proposed by Forthmann,
Karwowski and Beaty (2023).
method for creativity assessment proposed in
Boris Forthmann, Maciej Karwowski, Roger E. Beaty (2023) <doi:10.1037/aca0000571>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Expand Down
2 changes: 1 addition & 1 deletion R/mtscr_app.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#' Psychology of Aesthetics, Creativity, and the Arts. \doi{10.1037/aca0000571}
#'
#' @examples
#' \dontrun{
#'if(interactive()){
#' mtscr_app()
#' }
mtscr_app <- function() {
Expand Down
3 changes: 2 additions & 1 deletion R/utils-tidy-eval.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@
#' `as_label()` handles those cases gracefully. If your code assumes
#' a simple column name, use `as_name()` instead. This is safer
#' because it throws an error if the input is not a name as expected.
#'
#' @return Functions imported from rlang, see
#' their documentation for the return values.
#' @md
#' @name tidyeval
#' @keywords internal
Expand Down
2 changes: 1 addition & 1 deletion man/mtscr-package.Rd

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

2 changes: 1 addition & 1 deletion man/mtscr_app.Rd

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

4 changes: 4 additions & 0 deletions man/tidyeval.Rd

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

0 comments on commit 415941f

Please sign in to comment.