diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..9ac575c7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto +data/* binary +src/* text=lf +R/* text=lf \ No newline at end of file diff --git a/NEWS.md b/NEWS.md index 6b4c60fe..c037dd73 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,8 @@ # gsDesign 3.2.0 (January, 2021) - - Substantially updated unit testing to increase code coverage above 80% - - Updated error checking messages to print function where check fails - - Removed dependencies on plyr packages +- Substantially updated unit testing to increase code coverage above 80% +- Updated error checking messages to print function where check fails +- Removed dependencies on plyr packages # gsDesign 3.1.1 (May, 2020)