-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changes in text and prettify code remove unnecessary files and imports
- Loading branch information
Patricia Zauchner
committed
Sep 30, 2024
1 parent
5ad6c05
commit 68c1793
Showing
46 changed files
with
306 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,37 @@ | ||
Package: gmoTree | ||
Title: Get and Modify 'oTree' Data | ||
Version: 1.2.0-9003 | ||
Date: 2024-09-20 | ||
Version: 1.2.0 | ||
Date: 2024-09-30 | ||
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")) | ||
person(given = "Patricia F.", family = "Zauchner", | ||
role = c("aut", "trl", "cre", "cph"), | ||
email = "patricia.zauchner@gmx.at", | ||
comment = c("https://orcid.org/0000-0002-5938-1683", "University of Bremen")) | ||
Description: Efficiently manage and process data from 'oTree' experiments. | ||
Import 'oTree' data and clean them by using | ||
functions to deal with messy data, dropouts, | ||
and other problematic cases. Create IDs, calculate the time, transfer | ||
functions that handle 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 and automatically make a codebook for your oTree code. | ||
Review your experimental data prior to running | ||
the experiment and automatically generate a detailed summary | ||
of the variables used in your 'oTree' code. | ||
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/, https://github.com/ZauchnerP/gmoTree | ||
URL: https://zauchnerp.github.io/gmoTree/, | ||
https://github.com/ZauchnerP/gmoTree/, | ||
https://github.com/ZauchnerP/gmoTree | ||
BugReports: https://github.com/ZauchnerP/gmoTree/issues | ||
Depends: | ||
R (>= 4.4.0) | ||
Imports: | ||
data.table (>= 1.15.4), | ||
dplyr (>= 1.1.4), | ||
knitr (>= 1.47), | ||
openxlsx (>= 4.2.5.2), | ||
pander (>= 0.6.5), | ||
plyr (>= 1.8.9), | ||
rlang (>= 1.1.4), | ||
rlist (>= 0.4.6.2), | ||
rmarkdown (>= 2.27), | ||
stats (>= 4.4.0), | ||
stringr (>= 1.5.1) | ||
Suggests: | ||
testthat (>= 3.2.1), | ||
withr (>= 3.0.0) | ||
VignetteBuilder: | ||
knitr | ||
Depends: R (>= 4.4.0) | ||
Imports: data.table (>= 1.15.4), dplyr (>= 1.1.4), knitr (>= 1.47), | ||
openxlsx (>= 4.2.5.2), pander (>= 0.6.5), plyr (>= 1.8.9), | ||
rlang (>= 1.1.4), rlist (>= 0.4.6.2), rmarkdown (>= 2.27), | ||
stringr (>= 1.5.1) | ||
Suggests: testthat (>= 3.2.1), withr (>= 3.0.0) | ||
VignetteBuilder: knitr | ||
BuildVignettes: true | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.3.2 | ||
NeedsCompilation: no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.