file_merge()
improved:
folder_path
argument.
raw_file_name
and raw_file_extension
arguemnts to enable recursive file search.folder_path
argument) and the saved merged table
(dir_save_table
argument).has_header
and new_header
added
to handle headers.prep()
improved:
file_path
and results_path
arguemnts added
to make file input location and file output location independent.testthat
finalized_stroopdata
data frame added:
prep()
outputs for the
example in prep()
.NAMESPACE
file according to
devtools::check(document = FALSE)
suggestion.file_merge()
.prep()
.file_merge()
and prep()
functions improved.decimal_places
argument for prep()
improved.file_merge()
: first file in the working
directory was read and merged twice instead of once.In this version I: - Exported the following functions: -
read_data()
- file_merge()
-
non_recursive_mc()
- modified_recursive_mc()
-
hybrid_recursive_mc()
- Updated version number. - Changed
alignment of notifications in perp()
. - Summary file for
prep()
improved.
CRAN release
In this version I: - Changed URL to CRAN URL canonical form https://cran.r-project.org/package=trimr in: - man/hybrid_recursive_mc.Rd - man/modified_recursive_mc.Rd - man/non_recursive_mc.Rd - man/prep.Rd - Updated version number.
In this version I: - Added cran-comments.md
to
.Rbuildignore. - Updated NAMESPACE
file according to CRAN
suggestion in first submission. - Updated version number. - Checked URL
http://cran.r-project.org/web/packages/trimr/ and found it valid.
Initial release to GitHub