~ubuntu-branches/debian/stretch/rkward/stretch

« back to all changes in this revision

Viewing changes to rkward/rbackend/rpackages/rkward/man/rk.old.packages.Rd

  • Committer: Package Import Robot
  • Author(s): Thomas Friedrichsmeier
  • Date: 2014-10-16 13:30:00 UTC
  • mfrom: (1.1.22)
  • Revision ID: package-import@ubuntu.com-20141016133000-rhhrlwwgy2iwfu3e
Tags: 0.6.2~rc1-1
* new upstream release
* avoid duplicate cmake run during build
* upstream increased lowest supported R version to 2.8.0
* bump standards version to 3.9.4 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
% Generated by roxygen2 (4.0.2): do not edit by hand
1
2
\name{rk.old.packages}
2
3
\alias{rk.old.packages}
3
4
\title{Slightly smarter variant of old.packages()}
4
5
\usage{
5
 
  rk.old.packages(lib.loc = NULL,
6
 
    repos = getOption("repos"),
7
 
    contriburl = contrib.url(repos, type),
8
 
    instPkgs = installed.packages(lib.loc = lib.loc),
9
 
    method, available = NULL, checkBuilt = FALSE,
10
 
    type = getOption("pkgType"))
 
6
rk.old.packages(lib.loc = NULL, repos = getOption("repos"),
 
7
  contriburl = contrib.url(repos, type),
 
8
  instPkgs = installed.packages(lib.loc = lib.loc), method,
 
9
  available = NULL, checkBuilt = FALSE, type = getOption("pkgType"))
11
10
}
12
11
\value{
13
 
  a character vector of packages which are really old
 
12
a character vector of packages which are really old
14
13
}
15
14
\description{
16
 
  For most purposes, this function is identical to
17
 
  old.packages(). However, if the same package is installed
18
 
  to different locations, in different versions,
19
 
  old.packages() will treat each of these installations
20
 
  separately. Thus, e.g. if lib.loc == c("A", "B") and
21
 
  package X is installed in B at an outdated version 0.1,
22
 
  but in A at the most recent version 0.2, old.packages()
23
 
  will report package X at B as old. In contrast
24
 
  rk.old.packages() will recognize that the current version
25
 
  is higher up in the path, and not report package X as
26
 
  old.
 
15
For most purposes, this function is identical to old.packages(). However, if the same
 
16
package is installed to different locations, in different versions, old.packages() will
 
17
treat each of these installations separately. Thus, e.g. if lib.loc == c("A", "B") and
 
18
package X is installed in B at an outdated version 0.1, but in A at the most recent version 0.2,
 
19
old.packages() will report package X at B as old. In contrast rk.old.packages() will recognize
 
20
that the current version is higher up in the path, and not report package X as old.
27
21
}
28
22
\examples{
29
23
## NOT RUN
30
24
rk.old.packages()
31
25
}
32
26
\author{
33
 
  Thomas Friedrichsmeier
34
 
  \email{rkward-devel@lists.sourceforge.net}
 
27
Thomas Friedrichsmeier \email{rkward-devel@lists.sourceforge.net}
35
28
}
36
29
\keyword{attribute}
37
30
\keyword{misc}