loadASRemlVersion: Ensures that a specific version of asreml is loaded.
Description
Loads the specified version of asreml, provided that it is not already loaded. If the version of asreml is not the required version, then the loaded version is unloaded first.
Usage
loadASRemlVersion(version = 4, ...)
Arguments
version
The version that is to be loaded, the vesion consisting of just the initial
characters that are significant in the version that should be loaded.
For example, the default value of 4 implies that any version that
begins with "4" is acceptable. It is used to check that the
required version is loaded.
…
Other library/require arguments that are needed to load the specified version of asreml.
Value
A character, being all characters in the version of asreml that is loaded on exit from the function.