Skip to content
Prev 879 / 919 Next

default pager is more

On Wed, 17 Jul 2024 at 11:33, Ian Malone <ibmalone at gmail.com> wrote:

            
This was dropped as part of an effort to minimize dependencies of R-core,
with e.g. containers in mind.
These days there are other utilities more capable than less. Also these
days most people don't read R docs in the console.
If you do and do have a preferred pager, then you can do e.g.

$ echo "PAGER=less" >> ~/.Renviron

and you're good to go.
This is probably because "less" still is part of the default image in
EPEL8, but the spec is exactly the same.
As said, it is not a regression, but a conscious decision.