Skip to content

littler autoloader issue

2 messages · Sébastien Bihorel, Dirk Eddelbuettel

#
Hi,

I'm not sure when this started occurring, but now I get:

---<--------------------cut here---------------start------------------->---
$ r -e 'quantile(rnorm(1e5))'
Error in (function (name, package, ...)  : 
  autoloader did not find 'quantile.default' in 'stats'
---<--------------------cut here---------------end--------------------->---

I'm using the latest Debian sid R and littler packages.  Any ideas?

Cheers,
#
On 14 August 2014 at 16:05, Sebastian P. Luque wrote:
| Hi,
| 
| I'm not sure when this started occurring, but now I get:
| 
| ---<--------------------cut here---------------start------------------->---
| $ r -e 'quantile(rnorm(1e5))'
| Error in (function (name, package, ...)  : 
|   autoloader did not find 'quantile.default' in 'stats'
| ---<--------------------cut here---------------end--------------------->---
| 
| I'm using the latest Debian sid R and littler packages.  Any ideas?

I noticed that too.  I'd rebuild from source. 

I am overdue a new release anyway, essentially just trying (unsuccessfully)
to dream up examples of 'r' use in a set of command (ie read/write stdin).

I am spoiled as Michael always provides timely binaries via the CRAN repo :)

Dirk