Skip to content

Ad Updating R-devel section to website #40

Closed
@hturner

Description

@hturner

It would be helpful to separate out the documentation on updating R-devel from #39.

First update the R-devel sources

cd $TOP_SRCDIR
svn update

Check your local changes

svn diff

Revert any changes you no longer want. E.g. a single file

svn revert src/library/utils/R/askYesNo.R

all changes in a directory

svn revert src/library/utils

or all local changes

svn revert -R .

Then rebuild R

cd $BUILDDIR
make # this will run the configure with same options as before
sudo make install

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions