The new R 3.0.0 requires that all contributed packages are reinstalled. Two questions:
- Does this also mean that software that calls R, e.g. rapache, need to be recompiled after R has been upgraded?
- Are the new builds backward compatible? E.g. if an
r-cran-xxx
package has been compiled usingr-base-dev
3.0.0, can this package be loaded in R 2.15? Or do we need to distribute separate binary packages for R 2.15 and R 3.0.0?