[R] setting the environment variable R_LIBS

Rolf Turner rolf at erdos.math.unb.ca
Tue Oct 3 17:28:03 CEST 2006


You (can) set environment variables in

	o .cshrc (if your shell is csh or tcsh)

	Syntax:

		setenv R_LIBS /u/etlfs/dev/users/leedsmar/R/library
	
	o .bashrc (if your shell is bash)

	Syntax:

		R_LIBS=/u/etlfs/dev/users/leedsmar/R/library
		export R_LIBS


HTH.
			cheers,

				Rolf Turner
				rolf at math.unb.ca



More information about the R-help mailing list