The problem seems to be in the code generating the file conversion command for the rpnm() call at line 322. I think we need something like quotefile($file) to be used instead of just $file to be interpolated into the command. This should probably be specific to the shell or CMD used to run the $cmd.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The problem seems to be in the code generating the file conversion command for the rpnm() call at line 322. I think we need something like quotefile($file) to be used instead of just $file to be interpolated into the command. This should probably be specific to the shell or CMD used to run the $cmd.
This matter will now be tracked at https://github.com/PDLPorters/pdl/issues/106