r-hub / sysreqsdb

SystemRequirements mappings for R packages
135 stars 32 forks source link

Examples with wrong link #69

Closed cimentadaj closed 3 years ago

cimentadaj commented 4 years ago

Not sure if the the sysreqsdb website changed but all examples are with the website http://sysreqs.r-hub.org, which doesn't exist. For example

httr::GET("http://sysreqs.r-hub.org/pkg/igraph")

I think they should be with http://sysreqs.r-hub.io

httr::GET("http://sysreqs.r-hub.iopkg/igraph")
DataStrategist commented 3 years ago

httr::GET("http://sysreqs.r-hub.iopkg/igraph")

yeah, you're right... but I think you mean httr::GET("http://sysreqs.r-hub.io/pkg/igraph")

It's for sure right... we should build a Pull Request. Do you know how? If you don't know, I'd be happy to show you :)

cimentadaj commented 3 years ago

I'd be happy to set up a PR. I've done a few but I can't find where the actual website docs behind sysreqs is. Can you point me in the right direction?

Best,


Jorge Cimentada https://cimentadaj.github.io/ https://cimentadaj.github.io/

On Fri, Apr 9, 2021 at 1:39 AM Amit Kohli @.***> wrote:

httr::GET("http://sysreqs.r-hub.iopkg/igraph")

yeah, you're right... but I think you mean httr::GET(" http://sysreqs.r-hub.io/pkg/igraph")

It's for sure right... we should build a Pull Request. Do you know how? If you don't know, I'd be happy to show you :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/r-hub/sysreqsdb/issues/69#issuecomment-816302562, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB6NCOP62ZZGM6OK44LFMHTTHY5B7ANCNFSM4J6KXLFA .

DataStrategist commented 3 years ago

you're right @cimentadaj I just grepped the whole repo, no mention of sysreqs.r-hub.org. Then I hypothesized it was on a dedicated documentation branch but I can't see one. So yeah, I also don't know! :)

@gaborcsardi could you kindly let us know where the code for this lives? https://sysreqs.r-hub.io/

gaborcsardi commented 3 years ago

SEE ALSO See https://github.com/r-hub/sysreqs for the data format.

The node.js application that serves the API is available here: https://github.com/r-hub/sysreqs.app.