dieterich-lab / circtools

circtools: a modular, python-based framework for circRNA-related tools that unifies several functionalities in a single, command line driven software.
http://circ.tools
GNU General Public License v3.0
25 stars 20 forks source link

circtools installation sets wrong R library folder in .Renviron #78

Closed tjakobi closed 5 years ago

tjakobi commented 5 years ago

The circtools setup sets the R_LIBS folder instead of the R_USER_LIBS. On fresh systems this will yield a broken installation because R package cannot be installed in the system path.

tjakobi commented 5 years ago

Bonus point: the ~/.R folder is not created automatically by R.