Hello,
I'm only OK with using dartR but since no one answered - and in case you still need help I'll try.
When I run structure there are no + symbols in my commands. I use a rstudio on mac.
Example command that works or me - this was a small test run to see if my I could get output for mapping and such:
structure <- gl.run.structure(result,
exec = "./structure",
noadmix = FALSE,
k.range = 2:4,
num.k.rep = 2,
burnin = 10,
numreps = 100,
inferalpha = TRUE,
delete.files = FALSE)
Since larger data and lots of reps takes a LONG time to run, I would suggest you make a smaller version of your dataset to run. Even if you get it running the output may not be as you wish (I had my lat lon incorrectly formatted for example).
Finally, my last suggestion would be to try to put Structure app directly in your folder. I never could get it to run correctly when using a path (even though I use paths all the time for other things in rstudio). I also needed plink in the folder, it was available in the original folder I downloaded with the structure app. I found that out by reading the Pritchard site for the Structure app.
Good luck!