In graphics/graphicx, how to show actual pictures despite draft mode
\RequirePackage[final]{graphicx}
\documentclass[twoside,onecolumn,draft]{rsauthor}
probably works
Also (without doing that) you can flip the draft flag in the preamble (after \usepackage{graphicx}
) as
\setkeys{Gin}{draft=false}