I've downloaded GTK+ and installed it.
When I run install.packages(c('blob','RSQLite','RQDA'))
,
or install.packages("RQDA",dependencies=c("Depends", "Imports"))
I get this same error:
Warning in install.packages : unable to access index for repository NA/src/contrib: scheme not supported in URL 'NA/src/contrib/PACKAGES' Warning in install.packages : packages ‘blob’, ‘RSQLite’, ‘RQDA’ are not available (for R version 3.6.3) Warning in install.packages : unable to access index for repository NA/bin/windows/contrib/3.6: scheme not supported in URL 'NA/bin/windows/contrib/3.6/PACKAGES'
What's the problem and what can I do?