Re: [R-pkg-devel] Read CRAN package DESCRIPTION without downloading source

2025-05-18 Thread Dirk Eddelbuettel
On 18 May 2025 at 09:23, Michael Chirico wrote: | one thing to keep in mind for the GitHub mirror is that archived packages are | not marked any differently, e.g. | | https://github.com/cran/rgeos | | I typically use Henrik's URLs but you need to set up some retry logic. The | rsync approach so

Re: [R-pkg-devel] Read CRAN package DESCRIPTION without downloading source

2025-05-18 Thread Michael Chirico
one thing to keep in mind for the GitHub mirror is that archived packages are not marked any differently, e.g. https://github.com/cran/rgeos I typically use Henrik's URLs but you need to set up some retry logic. The rsync approach sounds nice, think I'll try that next time :) On Sun, May 18, 202

Re: [R-pkg-devel] Read CRAN package DESCRIPTION without downloading source

2025-05-18 Thread Dirk Eddelbuettel
Also, and while it won't help for the non-standard field in question here, the standard fields are all compiled into what tools::CRAN_package_db() returns. Very handy for many use cases, and possibly not as well known as it should be. Dirk -- dirk.eddelbuettel.com | @eddelbuettel | e...@debian

Re: [R-pkg-devel] Read CRAN package DESCRIPTION without downloading source

2025-05-18 Thread Henrik Bengtsson
ent: Sunday, May 18, 2025 9:59 AM > To: R Package Development > Subject: [R-pkg-devel] Read CRAN package DESCRIPTION without downloading > source > > Hey Folks, > > Is there a way to view the DESCRIPTION file for packages on CRAN _without_ > downloading the source? >

Re: [R-pkg-devel] Read CRAN package DESCRIPTION without downloading source

2025-05-18 Thread Josiah Parry
rg%3Acran%20%22Config%2Frextendr%2Fversion%22%20&type=code > > Best, > Chris > > > From: R-package-devel on behalf > of Josiah Parry > Sent: Sunday, May 18, 2025 9:59 AM > To: R Package Development > Subject: [R-pkg-devel] Read CRAN p

Re: [R-pkg-devel] Read CRAN package DESCRIPTION without downloading source

2025-05-18 Thread Kenny, Christopher
siah Parry Sent: Sunday, May 18, 2025 9:59 AM To: R Package Development Subject: [R-pkg-devel] Read CRAN package DESCRIPTION without downloading source Hey Folks, Is there a way to view the DESCRIPTION file for packages on CRAN _without_ downloading the source? I'd like to identify packages

Re: [R-pkg-devel] Read CRAN package DESCRIPTION without downloading source

2025-05-18 Thread Diego Hernangómez Herrero
Hi: I often search in https://github.com/cran , each repo is a package on CRAN. Combined with GitHub Code Search you can identify packages with common DESCRIPTION features. Try this link: https://github.com/search?q=org%3Acran%20path%3ADESCRIPTION%20Config%2Frextendr%2Fversion&type=code Hav

[R-pkg-devel] Read CRAN package DESCRIPTION without downloading source

2025-05-18 Thread Josiah Parry
Hey Folks, Is there a way to view the DESCRIPTION file for packages on CRAN _without_ downloading the source? I'd like to identify packages with the field `Config/rextendr/version` in order to be able to triage code changes in the future. Thanks, Josiah [[alternative HTML version dele