jamesliley/subtest

Error in installing R package

Opened this issue · 1 comments

Hello,

I got an error while trying to install the package from github.

library("devtools")
install_github("jamesliley/subtest")
Error: Line starting 'We analyse disease h ...' is malformed!

My platform is x86_64-w64-mingw32/x64 (64-bit) with R 3.3.2.

Thank you very much,
Phuwanat

Is this fixed for you? Works for me in R 3.3.2 on linux:

> library(devtools)
> install_github("jamesliley/subtest")
Downloading GitHub repo jamesliley/subtest@master
from URL https://api.github.com/repos/jamesliley/subtest/zipball/master
Installing Subtest
'/usr/lib/R/bin/R' --no-site-file --no-environ --no-save --no-restore --quiet  \
  CMD INSTALL  \
  '/tmp/RtmpwDV0Cb/devtools2fe3d8e575b/jamesliley-subtest-2cbbb1e'  \
  --library='/home/chris/R/x86_64-pc-linux-gnu-library/3.3' --install-tests 

* installing *source* package ‘Subtest’ ...
** R
** data
*** moving datasets to lazyload DB
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (Subtest)