We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
@Gayathri-Nagarajan the package is not available on CRAN and thusinstall.packages("fitbitr") will not run.
install.packages("fitbitr")
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:
devtools
install_github
install.packages("devtools") devtools::install_github("teramonagi/fitbitr")
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: