On Sun, Sep 26, 2010 at 1:19 PM, Neotropical bat risk assessments
<neotropical.b...@gmail.com> wrote:
>  Hi all,
>
> I have a package  that is specific to a task I was repetitively using a few
> years ago.
> I now needed to run it again with new data.
>
> However I am told it was built with an older version or R and will not work.
> How can I tweak the package so it will run on 11.1?
>
> It was a one-off product and has not been maintained.
> Is there a way to "unpackage" it and repackage it to work?
>
> I tried just changing the date and R version in the DESCRIPTION file but
> that did not help.
>
> Tnx
>
> Bruce
>

You can:

(1) use the old version of R that you previously used and under which
it presumably still works.  Old versions of R are available on CRAN.

or

(2) rebuild and install the old package from source:

Rcmd INSTALL mypackage_1.1-1.tar.gz

If R has changed so much that it will no longer build, install or run
under the latest version of R then you will need to fix up the source
code and rebuild and reinstall the package.

-- 
Statistics & Software Consulting
GKX Group, GKX Associates Inc.
tel: 1-877-GKX-GROUP
email: ggrothendieck at gmail.com

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to