adj_file_nos()
now errors on passing vector totarget
.- Additional tests for
adj_file_nos()
. - 'stringi' dependency removed.
- Vignettes for sequential scripts and logging included.
- Set up coverage w/ GitHub actions & 'covr'.
seq_file_ops()
andadj_file_nos()
are now less chatty.
- Bumped to 1.0 for CRAN submission and standardisation.
- Standard R Cmd check continuous integration with GitHub Actions.
- New tests.
adj_file_nos()
&seq_file_ops()
no longer introduces hashcodes into names (file.rename()
expected behaviour resolved).sequence_file_ops()
renamed toseq_file_ops()
.wrap_up()
pos
argument removed andstart_time
argument now optional.log_enable()
now has optional argumentslogger_nm
andappender_nm
.
wrap_up()
current file now usesbasename()
for more efficient implementation.log_enable()
asks forlog_file_ops()
if logfile does not exist.- All functions prefer assign over <<- with
pos
parameter. adj_file_nos()
andsequence_file_ops()
use filename hashes for part filename duplication in the target directory (when some files have been named and some have not).adj_file_nos()
no longer errors if target directory is a mix of numbered and non-numbered files.
adj_file_nos()
introduces alphanumeric hash into filename if all files are identical.wrap_up()
current file cleans string differently for Mac OS.wrap_up()
uses control flow to prompt for "log4r" infrastructure.sequence_file_ops()
new function - quickly create numbered scripts. Only overwrites pre-existing files if argumentforce = TRUE
.
- Add https://www.repostatus.org/#wip
- Feat: Compatibility for passing vector to
adj_file_nos()
, ie inc or dec in 2 or more positions. - Unit test for above.