Skip to content

Commit

Permalink
Update manual, optimize code, add features, lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauchnerP committed Jul 4, 2024
1 parent 316c970 commit 4210529
Show file tree
Hide file tree
Showing 80 changed files with 12,502 additions and 11,635 deletions.
43 changes: 22 additions & 21 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,41 +1,42 @@
Package: gmoTree
Title: Get and Modify 'oTree' Data
Version: 1.0.1
Date: 2023-10-24
Version: 1.1.0
Date: 2024-07-04
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: 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>.
Description: Manage 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 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/
BugReports: https://github.com/ZauchnerP/gmoTree/issues/
Depends:
R (>= 4.3.0)
R (>= 4.4.0)
Imports:
data.table (>= 1.14.8),
dplyr (>= 1.1.2),
data.table (>= 1.15.4),
dplyr (>= 1.1.4),
openxlsx (>= 4.2.5.2),
plyr (>= 1.8.8),
rlang (>= 1.1.1),
plyr (>= 1.8.9),
rlang (>= 1.1.4),
rlist (>= 0.4.6.2),
stats (>= 4.3.0),
stringr (>= 1.5.0)
stats (>= 4.4.1),
stringr (>= 1.5.1)
Suggests:
knitr (>= 1.43),
rmarkdown (>= 2.22),
testthat (>= 3.1.9),
withr (>= 2.5.0)
knitr (>= 1.47),
rmarkdown (>= 2.27),
testthat (>= 3.2.1),
withr (>= 3.0.0)
VignetteBuilder:
knitr
BuildVignettes: true
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
17 changes: 14 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
**Changes in CITATION file and NEWS file are not documented.**

# gmoTree 1.0.1
# gmoTree 1.1.0

* Changes in functions
* ```extime()```: Enhanced efficiency and extended functionality: Introduced the capability to perform calculations using only the 'seconds_on_page2' variable.
* ```apptime()```: Enhanced efficiency and extended functionality: Introduced the capability to perform calculations using only the 'seconds_on_page2' variable.
* Linted code (more efficient & readable)
* Minor changes in tests.R
* Minor changes in website, new logo

# gmoTree 1.0.1 (available also on CRAN)

* Minor changes in examples and DESCRIPTION file.
* Changes in functions: NONE

# gmoTree 1.0.0

File names of the examples are now portable.

* Changes in functions:
** Minor change in import_otree(). Makes file names of the examples portable.
Changes import_otree() code to import those files as well.
* ```import_otree()```: Minor changes. Can also import portable file names now.

# gmoTree 0.0.3

Expand Down
Loading

0 comments on commit 4210529

Please sign in to comment.