Rdatatable / data.table

R's data.table package extends data.frame:
http://r-datatable.com
Mozilla Public License 2.0
3.51k stars 967 forks source link

Incorrect URLs accross the data.table repo #5926

Open KyleHaynes opened 5 months ago

KyleHaynes commented 5 months ago

There are a few incorrect URLs referenced in the data.table repository.

Below is not an exhaustive list that I've found.

Happy to continue looking if there is interest.

Location Reference Incorrect URL Correct URL???
https://github.com/Rdatatable/data.table/wiki/Installation see OpenMP below OpenMP below OpenMP below
https://github.com/Rdatatable/data.table/wiki/Getting-started https://github.com/Rdatatable/data.table/wiki/Getting-started#user-reviews http://crantastic.org/packages/data-table crantastic no longer exists?
https://github.com/Rdatatable/data.table/wiki/Getting-started Learn by doing data.table course on DataCamp https://www.datacamp.com/courses/data-analysis-the-data-table-way?referrer=GitHubWiki No longer on datacamp?
https://github.com/Rdatatable/data.table/wiki/Support 14. Take the Datacamp course https://www.datacamp.com/courses/data-analysis-the-data-table-way No longer on datacamp?
Wiki [right[ Sidebar data.table URL to rdoc https://www.rdocumentation.org/packages/data.table/versions/1.15.0/topics/data.table https://www.rdocumentation.org/packages/data.table
https://github.com/Rdatatable/data.table/blob/master/R/IDateTime.R https://github.com/Rdatatable/data.table/blob/6f43a96ad478e02a48f61939e0c0d3047e949353/R/IDateTime.R#L317 http://gist.github.com/10238 https://gist.github.com/hadley/10238
tdhock commented 5 months ago

Thanks! this is definitely helpful. for the wiki, can you please edit/correct? anybody should be able to I think. For the IDateTime.R, can you please submit a PR?