Trying installing qdap but is still not working with RStudio on my mac

install_github("trinker/qdap", force = TRUE)
Downloading GitHub repo trinker/qdap@master
These packages have more recent versions available.
Which would you like to update?

1: All
2: CRAN packages only
3: None
4: stringdist (0.9.5.3 -> 0.9.5.5) [CRAN]
5: digest (0.6.21 -> 0.6.22 ) [CRAN]

Enter one or more numbers, or an empty line to skip updates:
1
stringdist (0.9.5.3 -> 0.9.5.5) [CRAN]
digest (0.6.21 -> 0.6.22 ) [CRAN]
Skipping 1 packages not available: Imports: chron
Installing 3 packages: Imports: chron, stringdist, digest
Error: Failed to install 'qdap' from GitHub:
(converted from warning) package ‘Imports: chron’ is not available (for R version 3.6.1)

For some reason it looks like the chron package, which qdap imports, didn't install properly. Try installing chron manually, then installing qdap:

install.packages("chron")

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.