Skip to content
Prev 11781 / 12125 Next

[R-pkg-devel] CITATION problem

The error is pointing you to 4:30, which is line 4 character 30. If you look at that, you have typed "" instead of ". As such, you have a new string opened which is never closed.

Chris