phillc73/abettor

listRunnerBook Fails to Generate Documentation

phillc73 opened this issue · 1 comments

When using Roxygen, listRunnerBook fails with the following error:

r$> roxygen2::roxygenise()                                                                                                                                                                           
Loading abettor
Warning: [/home/phillc/Development/Horse Racing/abettor/R/listRunnerBook.R:1] @title Missing name
Warning: The existing 'NAMESPACE' file was not generated by roxygen2, and will not be overwritten.
Warning messages:
1: roxygen2 requires Encoding: UTF-8 
2: In readLines(con, warn = FALSE, n = n, ok = ok, skipNul = skipNul) :
  invalid input found on input connection '/home/phillc/Development/Horse Racing/abettor/R/listRunnerBook.R'

Seems to be fixed by adding Encoding: UTF-8 to DESCRIPTION file

See commit: 1932d08