dominodatalab / DominoDataR

Other
0 stars 1 forks source link

configure is not executable #21

Closed lkupcsik closed 1 year ago

lkupcsik commented 1 year ago

I cloned the repository, then after R CMD INSTALL, I get the following error:

** using staged installation
ERROR: 'configure' exists but is not executable

After chmod u+x ./configure, the installation proceeds to the next stage

ddl-gabrielhaim commented 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.