gdkrmr / dimRed

A Framework for Dimensionality Reduction in R
https://www.guido-kraemer.com/software/dimred/
GNU General Public License v3.0
73 stars 15 forks source link

`install_github()` fails #10

Closed hadley closed 7 years ago

hadley commented 7 years ago

I see:

> install_github("gdkrmr/dimRed")
Using GitHub PAT from envvar GITHUB_PAT
Downloading GitHub repo gdkrmr/dimRed@master
from URL https://api.github.com/repos/gdkrmr/dimRed/zipball/master
Installing dimRed
'/Library/Frameworks/R.framework/Resources/bin/R' --no-site-file --no-environ --no-save  \
  --no-restore --quiet CMD INSTALL  \
  '/private/tmp/Rtmpt5ZdO6/devtools53646e44af92/gdkrmr-dimRed-97564ff'  \
  --library='/Users/hadley/R' --with-keep.source --install-tests --no-multiarch 

* installing *source* package ‘dimRed’ ...
** R
Error in .install_package_code_files(".", instdir) : 
files in 'Collate' field missing from '/private/tmp/Rtmpt5ZdO6/devtools53646e44af92/gdkrmr-dimRed-97564ff/R':
  get_info.R
ERROR: unable to collate and parse R files for package ‘dimRed’
* removing ‘/Users/hadley/R/dimRed’
* restoring previous ‘/Users/hadley/R/dimRed’
gdkrmr commented 7 years ago

Should be fixed. Sorry for that, I will use a branch next time. One weird thing: Somehow some files did not make it into the commit and R CMD build did not complain about the missing files on TravisCI.