gjearevoll / BioDivMapping

A pipeline dedicated to analysing and visualising the biodiversity of different taxa in Norway
GNU General Public License v3.0
5 stars 3 forks source link

move redList download to initialiseRepository #117

Closed RRTogunov closed 7 months ago

RRTogunov commented 7 months ago

Why have changes been made?

redList.Rds is imported and saved multiple times, which causes issues if focal taxa or other things in the pipeline are changed. eg at one point, redList is filtered to only selected species with valid number of data, this file is saved to folderName and used throughout, but becomes outdated if user specifies different species for same "dateAccessed".

What changes have been made?