The R Project SVN R

Rev

Rev 53775 | Rev 69228 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 53775 Rev 60146
Line 1... Line 1...
1
### This is the system Rprofile file. It is always run on startup.
1
### This is the system Rprofile file. It is always run on startup.
2
### Additional commands can be placed in site or user Rprofile files
2
### Additional commands can be placed in site or user Rprofile files
-
 
3
#
-
 
4
#  Copyright (C) 1995-2012 The R Core Team
3
### (see ?Rprofile).
5
### (see ?Rprofile).
4
 
6
 
5
### Notice that it is a bad idea to use this file as a template for
7
### Notice that it is a bad idea to use this file as a template for
6
### personal startup files, since things will be executed twice and in
8
### personal startup files, since things will be executed twice and in
7
### the wrong environment (user profiles are run in .GlobalEnv).
9
### the wrong environment (user profiles are run in .GlobalEnv).