Problem installing qiime2R

I have read through most solutions for quiime installation but I keep getting this error: options(timeout=9999999)

devtools::install_github("jbisanz/qiime2R")
Downloading GitHub repo jbisanz/qiime2R@HEAD
Error in utils::download.file(url, path, method = method, quiet = quiet, :
cannot open URL 'https://api.github.com/repos/jbisanz/qiime2R/tarball/HEAD'
I even tried downloading it and locally installing it into my R and this happened : install.packages("~/qiime2R-master.zip", repos = NULL, type = "win.binary")
Installing package into ‘C:/Users/HP/AppData/Local/R/win-library/4.3’
(as ‘lib’ is unspecified)
library(qiime2R)
Error in library(qiime2R) : there is no package called ‘qiime2R’

Hello @jserenge and welcome to the forums! :qiime2:

It looks like you are running this on a Windows machine, is that correct?

Qiime2 does not support Windows but does support WSL!

Try installing WSL on Windows 10, then Qiime2 on Windows via WSL.