Write the project description.
writeProjectDescription(
projectPath,
projectDescription = NULL,
projectDescriptionFile = NULL,
Application = R.version.string,
optionalDependencies = FALSE,
verbose = FALSE
)
The path to the StoX project, i.e., the folder of the project with the sub folders "input", "output" and "process". Can possibly be the path to a file inside the project folder.
The project description to write to the project.json file. Defaulted to NULL, in which case the project description is read for the project.
The path to the file holding the projectDescription (project.json).
The application running StoX. Defaulted to the R.version.string, but can be a StoX version when run from the GUI.
Logical: If TRUE include also the column OptionalDependencies from the OfficialRstoxFrameworkVersions.txt file, which holds Rstox packages used in the Suggests field of the DESCRIPTION file.
Logical: If TRUE extra messages are printed to console.