Skip to content
Back to formatted view

Raw Message

Message-ID: <loom.20111113T164833-602@post.gmane.org>
Date: 2011-11-13T15:50:27Z
From: Ben Bolker
Subject: issue using package sos

Neotropical bat risk assessments <neotropical.bats <at> gmail.com> writes:

> Issue with sos package
> 
> I am now using R 2.14 and the sos package did work  with 2.13
> 
>  > library(sos)
> Loading required package: brew
> Attaching package: 'sos'
> The following object(s) are masked from 'package:JGR':
>      installPackages
> The following object(s) are masked from 'package:utils':
>  > library("sos"); findFn("random forest")
> found 253 matches;  retrieving 13 pages
> 2 3 4 5 6 7 8 9 10 11 12 13
> ++++++++++++++++++++++++++

   Have you tried it from within base R/R-Gui (it looks like you're
using JGR)?  findFn() doesn't work from within RStudio, and I can
imagine there's a similar situation with JGR.  At least trying it
would eliminate one possibility.

  Results of sessionInfo() would be helpful ...