Skip to content

Commit

Permalink
BG, documentation, website
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauchnerP committed Oct 9, 2023
1 parent 6a95433 commit 5310705
Show file tree
Hide file tree
Showing 34 changed files with 390 additions and 67 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "trl", "cre", "cph"),
comment = c(ORCID = "https://orcid.org/0000-0002-5938-1683"))
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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").
8 changes: 4 additions & 4 deletions R/apptime.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions docs/404.html

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

172 changes: 172 additions & 0 deletions docs/articles/impressum.html

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

4 changes: 2 additions & 2 deletions docs/articles/index.html

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

6 changes: 3 additions & 3 deletions docs/articles/intro_to_gmoTree.html

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

4 changes: 2 additions & 2 deletions docs/authors.html

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

Loading

0 comments on commit 5310705

Please sign in to comment.