ropensci / neotoma

Programmatic R interface to the Neotoma Paleoecological Database.
https://docs.ropensci.org/neotoma
Other
30 stars 16 forks source link

Installing from github sends an error #15

Closed SimonGoring closed 11 years ago

SimonGoring commented 11 years ago

When I try to install from GitHub I get the following error:

"C:/PROGRA~1/R/R-30~1.0/bin/x64/R" --vanilla CMD INSTALL "C:\Users\Simon  \
  Goring\AppData\Local\Temp\Rtmps7M5WD\neotoma-master" --library="C:/Users/Simon  \
  Goring/Documents/R/win-library/3.0" --with-keep.source --install-tests 

* installing *source* package 'neotoma' ...
** R
Error in parse(outFile) : 
  C:/Users/Simon Goring/AppData/Local/Temp/Rtmps7M5WD/neotoma-master/R/get_download.R:97:1: unexpected input
96:                                 unit.name = sapply(samples, function(x) x$AnalysisUnitName))
97: <<
   ^
ERROR: unable to collate and parse R files for package 'neotoma'
* removing 'C:/Users/Simon Goring/Documents/R/win-library/3.0/neotoma'
* restoring previous 'C:/Users/Simon Goring/Documents/R/win-library/3.0/neotoma'

but running the code for get_download seems to work fine. Any ideas?

sckott commented 11 years ago

@SimonGoring Should work now...

SimonGoring commented 11 years ago

Thanks!