diff --git a/DESCRIPTION b/DESCRIPTION index d624021..b862aec 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: gmoTree Title: Get and Modify oTree Data Version: 0.0.2 -Date: 2023-08-24 +Date: 2023-10-09 Authors@R: person("Patricia F.", "Zauchner", , "patricia.zauchner@gmx.at", role = c("aut", "trl", "cre", "cph"), comment = c(ORCID = "https://orcid.org/0000-0002-5938-1683")) diff --git a/NEWS.md b/NEWS.md index c7bada6..6778dd5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ # gmoTree 0.0.2 -* Minor improvement of the documentation +* Minor improvement of the documentation & website. # gmoTree 0.0.1 -* Beta version of gmoTree published (formerly known as "ioTree") +* Beta version of gmoTree published (formerly known as "ioTree"). diff --git a/R/apptime.R b/R/apptime.R index 268227f..d5d90f4 100644 --- a/R/apptime.R +++ b/R/apptime.R @@ -3,7 +3,7 @@ #' Calculate the time spent on one app or several apps. #' @keywords oTree #' @param oTree A list of data frames that were created by import_otree(). -#' @param apps Name(s) of the app(s) for which the time +#' @param apps Character. Name(s) of the app(s) for which the time #' should be calculated. #' @param pcode Character. The value of the participant.code variable if the #' time should only be calculated for one specified participant. @@ -31,7 +31,7 @@ #' information on the mean, the minimum, and maximum time the participants #' spent on the app, a data frame with information on the time #' each participant spent on the app, and eventually, -#' vectors of background information on these numbers. +#' vectors of relevant background information on these numbers. #' #' If the experiment's duration is only calculated for one participant, #' the output returns an NA (per app) if the person did not make @@ -41,11 +41,11 @@ #' oTree <- gmoTree::oTree #' #' # Show how much time all participants spent on app "survey" -#' apptime(oTree, "survey") +#' apptime(oTree, apps = "survey") #' #' # Show how much time the participant "y8rbzcju" spent on #' # the app "survey" -#' apptime(oTree, pcode = "y8rbzcju", "survey") +#' apptime(oTree, pcode = "y8rbzcju", apps = "survey") #' #' # Show how much time the participants in group 4 spent on #' # the app "survey" diff --git a/docs/404.html b/docs/404.html index 7714de8..d858251 100644 --- a/docs/404.html +++ b/docs/404.html @@ -32,7 +32,7 @@
@@ -95,7 +95,7 @@