D4TAlink.light v2.1.14
================

* Add argument 'suffix' to functions 'initTaskRmd', 'renderTaskRmd', and 'initTaskRscript'. 
* Add section 'Conclusion' and 'Validation' to Rmd template.

D4TAlink.light v2.1.13
================

* Correct bug in `initTaskRmd`, insert of root path. 

D4TAlink.light v2.1.12
================

* Argument 'encrypt' of function 'saveBinary' can hold password.
* Set attriby to helper code block in Rmd templates
* Handle "%ROOT%" in formatTaskDocx
* Add argument 'code' to restoreTask
* Add argument 'password' to readBinary

D4TAlink.light v2.1.11
================

* Set title of pdf documents to 'taskID - author - type'.
* Remove slot 'paths' from D4TAlinkTask.
* Add error catching and argument 'quiet' in functions getting globals.

D4TAlink.light v2.1.10
================

* Added "quick start" vignette.
* Solve date bug in 'initTaskRmd' when task name not formatted %Y%m%d_NAME
* Handle incompatibility with latest version of jsonlite

D4TAlink.light v2.1.9
================

* Issues solved with 'initTask' and 'listTasks'.

D4TAlink.light v2.1.8
================

* Add function 'listTasks' to list all tasks present in a repository.
* Add function 'listTaskFiles' to list all files associated with a task.
* Add functions 'setTaskEnckey' and 'getTaskEnckey' to define the ecryption kek for binary files (see 'saveBinary' and 'readBinary')
* Enable restoring a task in a file structure different to the originating structure (functions 'archiveTask' and 'restoreTask')
* Remove dependency to Biobase
* AES-256 encryption of binary files: 'saveBinary(..., encrypt=TRUE)' and 'readBinary(...)'
* Issue warning if file not found when loading/reading task or binary file.

D4TAlink.light v2.1.7
================

* Modify R markdown templates
* Adjust dependencies
* Catch warnings in 'readBinary' and 'saveBinary'
* Expand vignette
* Add 'NEWS'
* Add 'initTaskRscript'
* Add a JSON file storing task parameters in tasks' 'bin' directory

