Seems as though one cannot use your package (which was just now published) on the current official version of R?
Trying to install FLOWMAP I get this error:
install_github(repo = "zunderlab/FLOWMAP")
Downloading GitHub repo zunderlab/FLOWMAP@master
Skipping 1 packages not available: vite
✓ checking for file ‘/private/var/folders/pq/zvbwbv8m8xl2bj008k8dj4bh0000gn/T/RtmpAHMIXe/remotesc6d556432f7/zunderlab-FLOWMAP-9853d4c/DESCRIPTION’ ...
─ preparing ‘FLOWMAPR’:
✓ checking DESCRIPTION meta-information ...
─ checking for LF line-endings in source and make files and shell scripts
─ checking for empty or unneeded directories
─ building ‘FLOWMAPR_1.2.0.tar.gz’
ERROR: dependency ‘vite’ is not available for package ‘FLOWMAPR’
removing ‘/Library/Frameworks/R.framework/Versions/4.0/Resources/library/FLOWMAPR’
Error: Failed to install 'FLOWMAPR' from GitHub:
(converted from warning) installation of package ‘/var/folders/pq/zvbwbv8m8xl2bj008k8dj4bh0000gn/T//RtmpAHMIXe/filec6d5754df8e4/FLOWMAPR_1.2.0.tar.gz’ had non-zero exit status
I tried to install "vite" directly from CRAN and got the error:
install_cran("vite")
Installing 1 packages: vite
Error: Failed to install 'vite' from CRAN:
(converted from warning) package ‘vite’ is not available (for R version 4.0.0)
Seems as though one cannot use your package (which was just now published) on the current official version of R?
Trying to install FLOWMAP I get this error:
ERROR: dependency ‘vite’ is not available for package ‘FLOWMAPR’
I tried to install "vite" directly from CRAN and got the error:
install_cran("vite") Installing 1 packages: vite Error: Failed to install 'vite' from CRAN: (converted from warning) package ‘vite’ is not available (for R version 4.0.0)