ACM classification

ACM 1998 classification in a single file: https://cran.r-project.org/web/classifications/ACM.html

Cleaner

There’s a Python tool to drop comments, etc. from TeX files. See https://github.com/google-research/arxiv-latex-cleaner.

URIs

By default, arXiv processes the sources with HyperTeX which turns all URIs to links. This is problematic when e.g. a listing environment contains URIs, which are turned into \protect\vrule width0pt\protect\href{...}{...} string that are rendered in the final PDF. For a workaround, disable HyperTeX.

Using the minted package

Compiling with the minted package requires -shell-escape which is not supported on arXiv. However, there’s a simple workaround.