Skip to content

Commit

Permalink
Changes in description and one example
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauchnerP committed Oct 20, 2023
1 parent c4f3e4b commit 6dd92c9
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 23 deletions.
10 changes: 8 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
Package: gmoTree
Title: Get and Modify oTree Data
Version: 1.0.0
Date: 2023-10-19
Date: 2023-10-20
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"))
Description: Import, merge, and manage data from oTree experiments.
Description: Manage data from oTree experiments. Import oTree data and
clean them up by using functions to deal with messy data, dropouts, and
other problematic cases. Create IDs, calculate the time, transfer
variables between app data frames, and delete sensitive information.
You can also check your experimental data before running the
experiment. Information on oTree is found in Chen, D. L., Schonger, M.,
& Wickens, C. (2016) <doi: 10.1016/j.jbef.2015.12.001>.
License: GPL (>= 3)
URL: https://zauchnerp.github.io/gmoTree/,
https://github.com/ZauchnerP/gmoTree/
Expand Down
14 changes: 8 additions & 6 deletions R/make_ids.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,16 @@
#' # Show new variables
#' oTree2$all_apps_wide$session_id
#'
#' # Make session IDs and group IDs #
#' # Make session IDs and group IDs
#' # Not working with this data set because group ID is not the same in all apps
#' # oTree2 <- make_ids(oTree, gmake = TRUE)
#'
#' # Show new variables
#' # oTree2$all_apps_wide$session_id
#' # oTree2$all_apps_wide$group_id
#' # try({
#' # oTree2 <- make_ids(oTree, gmake = TRUE)
#'
#' # Show new variables
#' # oTree2$all_apps_wide$session_id
#' # oTree2$all_apps_wide$group_id
#' # })
#'
#' # Get IDs from variable "dictator.1.group.id_in_subsession"
#' # in the data frame "all_apps_wide"
#' oTree2 <- make_ids(oTree,
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/intro_to_gmoTree.html

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

2 changes: 1 addition & 1 deletion docs/authors.html

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

8 changes: 7 additions & 1 deletion docs/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pkgdown: 2.0.7
pkgdown_sha: ~
articles:
intro_to_gmoTree: intro_to_gmoTree.html
last_built: 2023-10-19T13:03Z
last_built: 2023-10-20T13:49Z
urls:
reference: https://zauchnerp.github.io/gmoTree/reference
article: https://zauchnerp.github.io/gmoTree/articles
Expand Down
12 changes: 7 additions & 5 deletions docs/reference/make_ids.html

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

2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ bibentry(
year = "2023",
note = "R package version 1.0.0",
url = "https://github.com/ZauchnerP/gmoTree",
textVersion = "Zauchner, Patricia F. (2023). gmoTree: oTree Data Manipulation Tool. R package version 1.0.0, <https://github.com/ZauchnerP/gmoTree/>"
textVersion = "Zauchner, Patricia F. (2023). gmoTree: oTree Data Manipulation Tool. R package version 1.0.0, <https://github.com/ZauchnerP/gmoTree/>."
)
12 changes: 7 additions & 5 deletions man/make_ids.Rd

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

0 comments on commit 6dd92c9

Please sign in to comment.