mkfs / r-physionet-ptb

R package and utilities for working on ECG files from the Physionet PTB database
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

r-physionet-ptb-master no load... #1

Open jeanpuga opened 9 years ago

jeanpuga commented 9 years ago

Hi , I can not install r- Physionet - enu package, how can I do ? Thank you

mkfs commented 9 years ago

Hmm, guess I never got around to uploading an actual package file.

It's pretty easy to build one in R based on the repo:

git clone git@github.com:mkfs/r-physionet-ptb.git R CMD build r-physionet-ptb

That will build a tarball that you can install using install.packages().