Warning: bad markup (extra space?) at achilles.Rd:24:62
Warning: bad markup (extra space?) at achilles.Rd:29:59
Warning: bad markup (extra space?) at achilles.Rd:37:60
Warning: bad markup (extra space?) at achilles.Rd:39:61
Warning: bad markup (extra space?) at exportToJson.Rd:16:60
Warning: bad markup (extra space?) at exportToJson.Rd:20:59
From my googling, the problems is result of Roxygen: list(wrap = TRUE) in the description file. Everywhere with the warning starts is \item{xxxx}
{yyyy} where {yyyy} is on a different line.
@DTorok, I’ve created the issue on github, and pushed a fix for it into the master branch. If you want to pull from master to test this, that’s fine. I took your advice and set the list wrap to FALSE.
I think you will have to rebuild the package. ROxygen is a tool for building the package so if it is the source of the error, then the only way to fix is to rebuild the package.
Ok, I thought that when the package was installed from git it did a local rebuild of the package. I can commit a rebuilt version of the package and pus that up to github.