nanxstats / awesome-shiny-extensions

🐝 Awesome R and Python packages offering extended UI or server components for the web framework Shiny

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automated URL checker

nanxstats opened this issue · comments

We should create a link checker script (preferably in R) to ensure all the links are useable.

This doesn't have to run as GitHub Actions but should be generally useful as a manual script to ran as a start.

One special challenge: to check GitHub links reliably, we need to specify the GitHub token in the requests, as there is an obvious rate limit there.

With #38 (and typo fix from #39) this issue should be fixed.

Very nice, let's close this for now. 👍