This package requires the package 'forecast.' Right now I get the error that it can't find the package 'forcast.' I can't seem to find where the typo is. Here is the full error:
install_github("olshena/COVIDNearTerm")
Using github PAT from envvar GITHUB_PAT
Downloading GitHub repo olshena/COVIDNearTerm@master
checking for file ‘/private/var/folders/4t/ngh7djf14jv9qgpdxlpzgg040000gn/T/RtmpjBXQ4K/remotes1208d77b8bb8c/olshena-COVIDNearTerm-0219d3da7805e1f35917c877d28✔ checking for file ‘/private/var/folders/4t/ngh7djf14jv9qgpdxlpzgg040000gn/T/RtmpjBXQ4K/remotes1208d77b8bb8c/olshena-COVIDNearTerm-0219d3da7805e1f35917c877d282b26b7e911a32/DESCRIPTION’ (520ms)
─ preparing ‘COVIDNearTerm’:
✔ checking DESCRIPTION meta-information ...
─ checking for LF line-endings in source and make files and shell scripts
─ checking for empty or unneeded directories
─ building ‘COVIDNearTerm_0.0002.tar.gz’
installing source package ‘COVIDNearTerm’ ...
using staged installation
R
** byte-compile and prepare package for lazy loading
Error in library(forcast) : there is no package called ‘forcast’
Error: unable to load R code in package ‘COVIDNearTerm’
Execution halted
ERROR: lazy loading failed for package ‘COVIDNearTerm’
restoring previous ‘/Library/Frameworks/R.framework/Versions/4.0/Resources/library/COVIDNearTerm’
Error: Failed to install 'COVIDNearTerm' from GitHub:
(converted from warning) installation of package ‘/var/folders/4t/ngh7djf14jv9qgpdxlpzgg040000gn/T//RtmpjBXQ4K/file1208d12121bc/COVIDNearTerm_0.0002.tar.gz’ had non-zero exit status
This package requires the package 'forecast.' Right now I get the error that it can't find the package 'forcast.' I can't seem to find where the typo is. Here is the full error: