I'm trying to make a calendar heatmap, and for that I'm using the ggplot_calendar_heatmap function from ggTimeSeries. I have had repeated errors when trying to install this package and the data.frame package.

Here is my code:

> install.packages("ggTimeSeries", dependencies = TRUE)

It proceeds to try a bunch of urls, and then it give me this error message:

    Error in desc[1L, "Type"] : subscript out of bounds
    In addition: Warning message:
    In unzip(zipname, exdir = dest) : write error in extracting from zip file
0

There are 0 best solutions below