In the make_archive_urls() function within build-catalog-functions.R the test for valid URL is failing.
For example,
x <- "https://urbaninstitute.github.io/nccs-legacy/dictionary/soi/soi_archive_html/SOI-MICRODATA-2002-501C3-CHARITIES-PC"
(RCurl::url.exists(x))
[1] FALSE
The URL works fine:
https://urbaninstitute.github.io/nccs-legacy/dictionary/soi/soi_archive_html/SOI-MICRODATA-2002-501C3-CHARITIES-PC
Any ideas?
In the make_archive_urls() function within build-catalog-functions.R the test for valid URL is failing.
For example,
The URL works fine:
https://urbaninstitute.github.io/nccs-legacy/dictionary/soi/soi_archive_html/SOI-MICRODATA-2002-501C3-CHARITIES-PC
Any ideas?