usagi5886 / PraatR

An architecture for controlling Praat with R
GNU General Public License v3.0
27 stars 12 forks source link

Stop checking for spaces in file paths #7

Open johannacronenberg opened 2 years ago

johannacronenberg commented 2 years ago

As of R 3.5.1, spaces in file paths are not a problem anymore. Please consider removing the check for spaces in file paths.

bta3 commented 2 years ago

I'd like to second this!

johannacronenberg commented 2 years ago

After some more investigation, the spaces in the file paths are actually a problem for the programming language of Praat (and not for PraatR), so I'm not sure that this issue can be solved here.

bta3 commented 2 years ago

I also did some investigating, and I think it's solvable with quotation marks https://www.fon.hum.uva.nl/praat/manual/Scripting_6_9__Calling_from_the_command_line.html