deepankardatta / AppleHealthAnalysis

A R package to analyse exported Apple Health XML data
GNU General Public License v3.0
26 stars 4 forks source link

Package won't install #4

Open GINNOV opened 6 years ago

GINNOV commented 6 years ago

Hi there, Thank you for the package. I followed the instructions but I am running into an issue. It seems that a the collate tag in the description file is missing: 'ah_data_summarise.r'

library(devtools) install_github("deepankardatta/AppleHealthAnalysis")

Downloading GitHub repo deepankardatta/AppleHealthAnalysis@master from URL https://api.github.com/repos/deepankardatta/AppleHealthAnalysis/zipball/master Installing AppleHealthAnalysis '/Library/Frameworks/R.framework/Resources/bin/R' --no-site-file --no-environ --no-save --no-restore --quiet CMD INSTALL \ '/private/var/folders/b4/ck5lsqcj6r31mqgdjty4vz0m0000gn/T/Rtmpcu6rxx/devtoolsbb8c796cfd45/deepankardatta-AppleHealthAnalysis-de3c4ba' \ --library='/Library/Frameworks/R.framework/Versions/3.5/Resources/library' --install-tests

deepankardatta commented 6 years ago

Hi. I couldn't find the problem on my version of R. I've updated my R to 3.5.1, and using the latest Rstudio. ah_data_summarise.r is in the package and seems to build on my machine. Could you re-start R and give it another try please? I'm not sure what else I can suggest.

Do note that the package is a work in progress and a lot needs to be done on it.