The R Project SVN R

Rev

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

Rev 68948 Rev 75092
Line 1... Line 1...
1
% File src/library/utils/man/unix/LINK.Rd
1
% File src/library/utils/man/LINK.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2014 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{LINK}
6
\name{LINK}
7
\alias{LINK}
7
\alias{LINK}
8
\title{Create Executable Programs}
8
\title{Create Executable Programs on Unix-alikes}
9
\description{
9
\description{
10
  Front-end for creating executable programs.
10
  Front-end for creating executable programs on unix-alikes, i.e., not
-
 
11
  on Windows.
11
}
12
}
12
\usage{
13
\usage{
13
\special{R CMD LINK [options] linkcmd}
14
\special{R CMD LINK [options] linkcmd}
14
}
15
}
15
\arguments{
16
\arguments{
Line 28... Line 29...
28
  \command{R CMD LINK --help} gives usage information.
29
  \command{R CMD LINK --help} gives usage information.
29
}
30
}
30
\note{
31
\note{
31
  Some binary distributions of \R have \code{LINK} in a separate
32
  Some binary distributions of \R have \code{LINK} in a separate
32
  bundle, e.g.\sspace{}an \code{R-devel} RPM.
33
  bundle, e.g.\sspace{}an \code{R-devel} RPM.
33
  
34
 
34
  This is not available on Windows.
35
  This is not available on Windows.
35
}
36
}
36
\seealso{
37
\seealso{
37
  \code{\link{COMPILE}}.
38
  \code{\link{COMPILE}}.
38
}
39
}