Skip to content

R 2.7.2 Issues

3 messages · Josh Stumpf, Tyler Smith, Gavin Simpson

#
"Josh Stumpf" <artibeus at gmail.com> writes:
Anything to do with R and Ubuntu (which is a derivative of Debian) is
most appropriately dealt with on the r-sig-debian mailing list:

https://stat.ethz.ch/mailman/listinfo/r-sig-debian

The package maintainers read that list and usually respond very promptly
when issues arise.

Cheers,

Tyler

  
    
#
On Wed, 2008-08-27 at 12:36 -0400, Josh Stumpf wrote:
Hmm,

Kernlab is not a recommended package in R, so I suspect R is loading a
previously saved workspace that contains an object or environment that
requires kernlab and that has gotten broken since you updated.

Does entering the following at the console start R:

R --vanilla 

If so, at least you can get R working. Even if this works, follow
Tyler's advice and ask on the debian SIG for R as I suspect you'll want
to solve the kernlab issue.

HTH

G