Closed lkupcsik closed 1 year ago
The configure script was automatically installing the underlying python library which is against CRAN's policies (Packages should not write in the user’s home filespace (including clipboards), nor anywhere else on the file system apart from the R session’s temporary directory
). It has been removed in the latest versions of the package.
I cloned the repository, then after
R CMD INSTALL
, I get the following error:After
chmod u+x ./configure
, the installation proceeds to the next stage