Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devtools::install_github("teramonagi/fitbitr") throws an error #48

Open
jobreu opened this issue Feb 4, 2019 · 2 comments
Open

devtools::install_github("teramonagi/fitbitr") throws an error #48

jobreu opened this issue Feb 4, 2019 · 2 comments

Comments

@jobreu
Copy link

jobreu commented Feb 4, 2019

Error in read.dcf(path) :
Found continuation line starting ' person("Nagi", "Te ...' at begin of record.

The first result of my quick Google search suggests it has something to do with the DESCRIPTION file in the repo: r-lib/devtools#1900

@Gayathri-Nagarajan
Copy link

when I try to install fitbitr using the command
install.packages("fitbitr")

It gives error "package ‘fitbitr’ is not available (for R version 3.6.3)"

Any help is appreciated

Version of R studio 1.2.5033

@erramirez
Copy link

@Gayathri-Nagarajan the package is not available on CRAN and thusinstall.packages("fitbitr") will not run.

For packages like this that are hosted on GitHub, you'll need to install the devtools package and then use it's install_github function as follows:

install.packages("devtools")
devtools::install_github("teramonagi/fitbitr")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants