Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why have changes been made?
I have made changes to a number of files to accommodate parallelization of the script.
What changes have been made?
functions/deleteFilesToRestart.R
To re-run the masterscript with new set of parameters for the same dateAccessed, some of the files have to be deleted. This script deleted those files, so that the master script can initialise them again.
functions/meshTest.R
I change the boundary argument.
functions/importANOData.R
There can be issues with the ANOData online. There were times they made changes to the dataset online and the code was not running. I have added an additional component to either download the data or use what is saved in memory.
The following scripts are still under current development and there updates should be expected.
functions/modelPreparation.R
There have been significant changes in PointedSDMs and intSDMs to accommodate for more flexibility in the models run. This script is used to prepare the model and run the model in a sequential way.
pipeline/parallelModelRun/modelPreparationForParallelRun.R
There have been significant changes in PointedSDMs and intSDMs to accommodate for more flexibility in the models run. Moreover, the script has been made adaptable for running the scripts in parallel. This script is used to prepare the model and run the model in parallel.
pipeline/parallelModelRun/scheduleParallelRun.R
This script is what runs the various models in parallel.
pipeline/parallelModelRun/formatResults.R
This script does post-processing for all the results from the parallelised model runs.