Re: [Rd] WRE Date field & CRAN

2025-04-06 Thread Lluís Revilla
format conforming to the ISO 8601 standard [and required by CRAN, so checked by R CMD check --as-cran.]." I think the later is more clear to the package developers reading the WRE. Lluís On Sun, 6 Apr 2025 at 17:40, Duncan Murdoch wrote: > On 2025-04-06 10:55 a.m., Lluís Revilla wrote:

[Rd] WRE Date field & CRAN

2025-04-06 Thread Lluís Revilla
Hi, On Writing R Extensions there is a footnote [6] about the "Date" field on the DESCRIPTION file being required by CRAN: "required by CRAN, so checked by R CMD check --as-cran" I think this is no longer up to date, as I've seen packages published on CRAN without it. This might be because now t

Re: [Rd] Bad URLs in DESCRIPTION files

2025-04-03 Thread Lluís Revilla
Hi Colin, I'm surprised this wasn't captured by the url checker on CRAN. Are you suggesting a new check on package descriptions for the urls present? In that case I guess it could be part of the standard R CMD check. Lluís On Thu, 3 Apr 2025 at 17:17, Colin Gillespie wrote: > Hi All, > > Just

Re: [Rd] write_PACKAGES's fields default

2025-03-11 Thread Lluís Revilla
not prevent using of those methods, but could raise them to a canonical status on R itself. I appreciate your time considering this. Best, Lluís [1]: https://cran.r-project.org/doc/manuals/r-devel/R-exts.html#The-DESCRIPTION-file On Mon, 10 Mar 2025 at 14:37, Uwe Ligges wrote: > > > &

[Rd] write_PACKAGES's fields default

2025-03-01 Thread Lluís Revilla
Dear list, I'm trying to get some details from repositories with available.packages. However, despite being included on the DESCRIPTION files they are not available. ap <- utils::available.packages(fields = "Additional_repositories", filters = c("CRAN", "duplicates"), ignore_repo_cache =

Re: [Rd] binary R packages for GNU/Linux

2025-02-10 Thread Lluís Revilla
Adding a different project to this discussion: Recently at the R repository working group a project to provide them for multiple distributions and toolchain was presented. See the documentation about what do they (Patrick Schratz) share: https://docs.r-package-binaries.devxy.io/index.html The exi

Re: [Rd] Faster downloads: avoid them if possible

2024-12-10 Thread Lluís Revilla
Dear Tomas and list, El mar., 10 dic. 2024 11:33, Tomas Kalibera escribió: > > On 12/10/24 00:35, Lluís Revilla wrote: > > Dear R-devel, > > > > I read with interest the recent blog post on how R will have parallel > > downloads, on blog.r-project.org > > (h

[Rd] Faster downloads: avoid them if possible

2024-12-09 Thread Lluís Revilla
implemented it might be useful to keep the temporary directory common for a single R session. I would appreciate feedback on these ideas. Best, Lluís Revilla PD: New users encountering download & installation issues often keep seeing the progress bar (and in the future "trying U

[Rd] Documentation cross references

2024-09-08 Thread Lluís Revilla
Hi all, I am checking the cross references at CRAN and base R, and I am having trouble understanding how to reconcile the documentation and how R help links work. Checking the documentation [1] it seems that in a cross reference such as \link[pkg:x]{text} x should be a topic (created with \alias{

Re: [Rd] Fields used by available.packages

2024-06-12 Thread Lluís Revilla
Yes, I think that would be enough. Thank you, Kurt! Lluís On Wed, 12 Jun 2024 at 16:35, Kurt Hornik wrote: > >>>>> Lluís Revilla writes: > > Lluis, > > So in available.packages() I could replace > > if (is.null(fields)) > fields <- requi

[Rd] Fields used by available.packages

2024-06-09 Thread Lluís Revilla
Hi all, I have recently been researching how available.packages and install.packages filter packages from repositories with additional fields in their PACKAGES file. Currently there are some default filters, but users (and R admins) can set up their own filters by passing a list to the fields arg

Re: [Rd] RSS Feed of NEWS needs a hand

2024-04-02 Thread Lluís Revilla
Many thanks Duncan, I tried to look into the code but didn't manage to advance much due to some java configuration issues. To prevent being flooded by content of old versions I added a filter to only repost those that the release version of the branch is in the title of the content. Maybe this wou

Re: [Rd] RSS Feed of NEWS needs a hand

2024-03-15 Thread Lluís Revilla
Hi! Thanks for this service! It is very helpful to know what is being developed. I distribute the content to other venues and I noticed some times that the updates are duplicated. For example, the sentence "‘is.R()’ is deprecated as no other S dialect is known to be in use (and this could only id

Re: [Rd] R test coverage

2023-11-28 Thread Lluís Revilla
ther. > > For measuring coverage of the C code in the R runtime alone you could > use gcov and run the test suite, which depending on your contribution > may be the most informative route. > > (replying for the list, accidentally replied only to Lluís the first time) > >

[Rd] R test coverage

2023-11-27 Thread Lluís Revilla
Hi all, I recently proposed a change in R that has led to the addition of new code to the R source code. The code added, as far as I know, has no tests and it might affect many packages in CRAN. I was wondering if adding a test would be helpful or it is already covered by some other test. Which b

Re: [Rd] Vectorize library() to improve handling of versioned deps [sprint project proposal]

2023-08-08 Thread Lluís Revilla
Hi Gabriel, Nice idea! I have encountered this problem several times, while probably a better management of libraries could avoided the issue this is an elegant solution. How would this proposal handle arguments mask.ok, include.only and exclude? For example, in the (edge) case two packages expor

[Rd] New post not readable

2021-04-28 Thread Lluís Revilla
Hi all, It has come to my attention that there is a new post on The R blog: "R Can Use Your Help: Testing R Before Release". However, the link returns an error "Not found": https://developer.r-project.org/Blog/public/2021/04/28/r-can-use-your-help-testing-r-before-release/index.html Hope this mail