RGF-team / rgf

Home repository for the Regularized Greedy Forest (RGF) library. It includes original implementation from the paper and multithreaded one written in C++, along with various language-specific wrappers.
378 stars 58 forks source link

fix compatibility with roxygen2 > 7.0 #343

Closed StrikerRUS closed 3 years ago

StrikerRUS commented 3 years ago

Unfortunately, installation of texlive-latex-extra didn't help (refer to https://github.com/microsoft/LightGBM/pull/4084). But looks like I've found minimal bundle of TeX packages required to be compatible with roxygen2 > 7.0. The main one was hyperref, absence of which caused CRAN checks to fail with ! Undefined control sequence. l.152 \hypertarget error.