Albluca / ElPiGraph.R

An R package to construct Elastic Principal Graphs
GNU General Public License v3.0
22 stars 9 forks source link

Add distutils to remotes #12

Closed zouter closed 6 years ago

zouter commented 6 years ago

Add distutils to remotes so that ElPiGraph.R can be installed with one line without having to install distutils separately

rcannood commented 6 years ago

I just encountered this problem as well.

> devtools::install_github("Albluca/ElPiGraph.R")
Downloading GitHub repo Albluca/ElPiGraph.R@master
from URL https://api.github.com/repos/Albluca/ElPiGraph.R/zipball/master
Installing ElPiGraph.R
'/home/travis/R-bin/lib/R/bin/R' --no-site-file --no-environ --no-save  \
  --no-restore --quiet CMD INSTALL  \
  '/tmp/RtmpphpFwP/devtools7f276756a51a/Albluca-ElPiGraph.R-b16822f'  \
  --library='/home/travis/R/Library' --install-tests 
ERROR: dependency ‘distutils’ is not available for package ‘ElPiGraph.R’
* removing ‘/home/travis/R/Library/ElPiGraph.R’
Installation failed: Command failed (1)

@Albluca Could you accept this pull request?

Albluca commented 6 years ago

Thanks! That's a good idea! I was thinking of integrating the code from distutils into the main ElPiGraph.R paper, but didn't have the time to do yet ...