Changes
- added NEWS.md file
- Changed default branch name to “main”. If you contribute to LakeEnsemblR and have a local clone of the repository please update your local branch name using:
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a