[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