components/r/r-cran-mgcv.p5m
author Rich Burridge <rich.burridge@oracle.com>
Tue, 18 Apr 2017 15:20:35 -0700
changeset 7904 c63c09f88833
parent 7546 93fdabfd72e4
permissions -rw-r--r--
25681843 Update R to version 3.3.3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4739
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
7546
93fdabfd72e4 25164308 Update R to version 3.3.2
Rich Burridge <rich.burridge@oracle.com>
parents: 6017
diff changeset
    21
# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
4739
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
set name=pkg.fmri \
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
    value=pkg:/library/r/r-cran-mgcv@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary \
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
    value="Mixed GAM Computation Vehicle with GCV/AIC/REML smoothness estimation for R"
5119
1e184b2c552a 22225897 R packages missing their pkg.description meta-data
Rich Burridge <rich.burridge@oracle.com>
parents: 5096
diff changeset
    28
set name=pkg.description \
1e184b2c552a 22225897 R packages missing their pkg.description meta-data
Rich Burridge <rich.burridge@oracle.com>
parents: 5096
diff changeset
    29
    value="GAMs, GAMMs and other generalized ridge regression with multiple smoothing parameter estimation by GCV, REML or UBRE/AIC. Includes a gam() function, a wide variety of smoothers, JAGS support and distributions beyond the exponential family."
5096
e1f2390f1e8a 22221068 R packages missing their TPNO meta-data
Rich Burridge <rich.burridge@oracle.com>
parents: 4739
diff changeset
    30
set name=com.oracle.info.description \
e1f2390f1e8a 22221068 R packages missing their TPNO meta-data
Rich Burridge <rich.burridge@oracle.com>
parents: 4739
diff changeset
    31
    value="the Mixed GAM Computation Vehicle with GCV/AIC/REML smoothness estimation for R"
e1f2390f1e8a 22221068 R packages missing their TPNO meta-data
Rich Burridge <rich.burridge@oracle.com>
parents: 4739
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
4739
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=info.classification \
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
    value="org.opensolaris.category.2008:Development/Other Languages"
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
5365
447b67338e7f PSARC 2015/541 R 3.2.3
Rich Burridge <rich.burridge@oracle.com>
parents: 5119
diff changeset
    37
set name=org.opensolaris.arc-caseid value=PSARC/2015/216 value=PSARC/2015/541
4739
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
file path=usr/lib/$(MACH64)/R/library/mgcv/CITATION
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
file path=usr/lib/$(MACH64)/R/library/mgcv/DESCRIPTION
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
file path=usr/lib/$(MACH64)/R/library/mgcv/INDEX
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
file path=usr/lib/$(MACH64)/R/library/mgcv/Meta/Rd.rds
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file path=usr/lib/$(MACH64)/R/library/mgcv/Meta/data.rds
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
file path=usr/lib/$(MACH64)/R/library/mgcv/Meta/hsearch.rds
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
file path=usr/lib/$(MACH64)/R/library/mgcv/Meta/links.rds
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
file path=usr/lib/$(MACH64)/R/library/mgcv/Meta/nsInfo.rds
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
file path=usr/lib/$(MACH64)/R/library/mgcv/Meta/package.rds
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
file path=usr/lib/$(MACH64)/R/library/mgcv/NAMESPACE
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
file path=usr/lib/$(MACH64)/R/library/mgcv/R/mgcv
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/$(MACH64)/R/library/mgcv/R/mgcv.rdb
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/$(MACH64)/R/library/mgcv/R/mgcv.rdx
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/$(MACH64)/R/library/mgcv/data/columb.polys.rda
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/$(MACH64)/R/library/mgcv/data/columb.rda
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/$(MACH64)/R/library/mgcv/help/AnIndex
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
file path=usr/lib/$(MACH64)/R/library/mgcv/help/aliases.rds
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
file path=usr/lib/$(MACH64)/R/library/mgcv/help/mgcv.rdb
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
file path=usr/lib/$(MACH64)/R/library/mgcv/help/mgcv.rdx
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
file path=usr/lib/$(MACH64)/R/library/mgcv/help/paths.rds
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
file path=usr/lib/$(MACH64)/R/library/mgcv/html/00Index.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
file path=usr/lib/$(MACH64)/R/library/mgcv/html/Beta.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
file path=usr/lib/$(MACH64)/R/library/mgcv/html/Predict.matrix.cr.smooth.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
file path=usr/lib/$(MACH64)/R/library/mgcv/html/Predict.matrix.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
file path=usr/lib/$(MACH64)/R/library/mgcv/html/Predict.matrix.soap.film.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
file path=usr/lib/$(MACH64)/R/library/mgcv/html/R.css
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
file path=usr/lib/$(MACH64)/R/library/mgcv/html/Rrank.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
file path=usr/lib/$(MACH64)/R/library/mgcv/html/Tweedie.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
file path=usr/lib/$(MACH64)/R/library/mgcv/html/anova.gam.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
file path=usr/lib/$(MACH64)/R/library/mgcv/html/bam.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
file path=usr/lib/$(MACH64)/R/library/mgcv/html/bam.update.html
6017
beff85b67068 23189827 Update R to version 3.2.5
Rich Burridge <rich.burridge@oracle.com>
parents: 5365
diff changeset
    70
file path=usr/lib/$(MACH64)/R/library/mgcv/html/bandchol.html
beff85b67068 23189827 Update R to version 3.2.5
Rich Burridge <rich.burridge@oracle.com>
parents: 5365
diff changeset
    71
file path=usr/lib/$(MACH64)/R/library/mgcv/html/bug.reports.mgcv.html
4739
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
file path=usr/lib/$(MACH64)/R/library/mgcv/html/cSplineDes.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
file path=usr/lib/$(MACH64)/R/library/mgcv/html/choose.k.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
file path=usr/lib/$(MACH64)/R/library/mgcv/html/columb.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
file path=usr/lib/$(MACH64)/R/library/mgcv/html/concurvity.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
file path=usr/lib/$(MACH64)/R/library/mgcv/html/coxph.html
7546
93fdabfd72e4 25164308 Update R to version 3.3.2
Rich Burridge <rich.burridge@oracle.com>
parents: 6017
diff changeset
    77
file path=usr/lib/$(MACH64)/R/library/mgcv/html/coxpht.html
4739
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
file path=usr/lib/$(MACH64)/R/library/mgcv/html/exclude.too.far.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    79
file path=usr/lib/$(MACH64)/R/library/mgcv/html/extract.lme.cov.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    80
file path=usr/lib/$(MACH64)/R/library/mgcv/html/family.mgcv.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    81
file path=usr/lib/$(MACH64)/R/library/mgcv/html/fix.family.link.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    82
file path=usr/lib/$(MACH64)/R/library/mgcv/html/fixDependence.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
file path=usr/lib/$(MACH64)/R/library/mgcv/html/formXtViX.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    84
file path=usr/lib/$(MACH64)/R/library/mgcv/html/formula.gam.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    85
file path=usr/lib/$(MACH64)/R/library/mgcv/html/fs.test.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    86
file path=usr/lib/$(MACH64)/R/library/mgcv/html/full.score.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    87
file path=usr/lib/$(MACH64)/R/library/mgcv/html/gam.check.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    88
file path=usr/lib/$(MACH64)/R/library/mgcv/html/gam.control.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    89
file path=usr/lib/$(MACH64)/R/library/mgcv/html/gam.convergence.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    90
file path=usr/lib/$(MACH64)/R/library/mgcv/html/gam.fit.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    91
file path=usr/lib/$(MACH64)/R/library/mgcv/html/gam.fit3.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    92
file path=usr/lib/$(MACH64)/R/library/mgcv/html/gam.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    93
file path=usr/lib/$(MACH64)/R/library/mgcv/html/gam.models.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    94
file path=usr/lib/$(MACH64)/R/library/mgcv/html/gam.outer.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    95
file path=usr/lib/$(MACH64)/R/library/mgcv/html/gam.scale.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    96
file path=usr/lib/$(MACH64)/R/library/mgcv/html/gam.selection.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    97
file path=usr/lib/$(MACH64)/R/library/mgcv/html/gam.side.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    98
file path=usr/lib/$(MACH64)/R/library/mgcv/html/gam.vcomp.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    99
file path=usr/lib/$(MACH64)/R/library/mgcv/html/gam2objective.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   100
file path=usr/lib/$(MACH64)/R/library/mgcv/html/gamObject.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   101
file path=usr/lib/$(MACH64)/R/library/mgcv/html/gamSim.html
7904
c63c09f88833 25681843 Update R to version 3.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 7546
diff changeset
   102
file path=usr/lib/$(MACH64)/R/library/mgcv/html/gamlss.etamu.html
c63c09f88833 25681843 Update R to version 3.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 7546
diff changeset
   103
file path=usr/lib/$(MACH64)/R/library/mgcv/html/gamlss.gH.html
4739
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   104
file path=usr/lib/$(MACH64)/R/library/mgcv/html/gamm.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   105
file path=usr/lib/$(MACH64)/R/library/mgcv/html/gaulss.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   106
file path=usr/lib/$(MACH64)/R/library/mgcv/html/get.var.html
7546
93fdabfd72e4 25164308 Update R to version 3.3.2
Rich Burridge <rich.burridge@oracle.com>
parents: 6017
diff changeset
   107
file path=usr/lib/$(MACH64)/R/library/mgcv/html/gevlss.html
93fdabfd72e4 25164308 Update R to version 3.3.2
Rich Burridge <rich.burridge@oracle.com>
parents: 6017
diff changeset
   108
file path=usr/lib/$(MACH64)/R/library/mgcv/html/identifiability.html
4739
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   109
file path=usr/lib/$(MACH64)/R/library/mgcv/html/in.out.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   110
file path=usr/lib/$(MACH64)/R/library/mgcv/html/inSide.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   111
file path=usr/lib/$(MACH64)/R/library/mgcv/html/influence.gam.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   112
file path=usr/lib/$(MACH64)/R/library/mgcv/html/initial.sp.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   113
file path=usr/lib/$(MACH64)/R/library/mgcv/html/interpret.gam.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   114
file path=usr/lib/$(MACH64)/R/library/mgcv/html/jagam.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   115
file path=usr/lib/$(MACH64)/R/library/mgcv/html/ldTweedie.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   116
file path=usr/lib/$(MACH64)/R/library/mgcv/html/linear.functional.terms.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   117
file path=usr/lib/$(MACH64)/R/library/mgcv/html/logLik.gam.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   118
file path=usr/lib/$(MACH64)/R/library/mgcv/html/ls.size.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   119
file path=usr/lib/$(MACH64)/R/library/mgcv/html/magic.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   120
file path=usr/lib/$(MACH64)/R/library/mgcv/html/magic.post.proc.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   121
file path=usr/lib/$(MACH64)/R/library/mgcv/html/mgcv-FAQ.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   122
file path=usr/lib/$(MACH64)/R/library/mgcv/html/mgcv-package.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   123
file path=usr/lib/$(MACH64)/R/library/mgcv/html/mgcv-parallel.html
6017
beff85b67068 23189827 Update R to version 3.2.5
Rich Burridge <rich.burridge@oracle.com>
parents: 5365
diff changeset
   124
file path=usr/lib/$(MACH64)/R/library/mgcv/html/missing.data.html
4739
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   125
file path=usr/lib/$(MACH64)/R/library/mgcv/html/model.matrix.gam.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   126
file path=usr/lib/$(MACH64)/R/library/mgcv/html/mono.con.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   127
file path=usr/lib/$(MACH64)/R/library/mgcv/html/mroot.html
6017
beff85b67068 23189827 Update R to version 3.2.5
Rich Burridge <rich.burridge@oracle.com>
parents: 5365
diff changeset
   128
file path=usr/lib/$(MACH64)/R/library/mgcv/html/multinom.html
4739
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   129
file path=usr/lib/$(MACH64)/R/library/mgcv/html/mvn.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   130
file path=usr/lib/$(MACH64)/R/library/mgcv/html/negbin.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   131
file path=usr/lib/$(MACH64)/R/library/mgcv/html/new.name.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   132
file path=usr/lib/$(MACH64)/R/library/mgcv/html/notExp.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   133
file path=usr/lib/$(MACH64)/R/library/mgcv/html/notExp2.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   134
file path=usr/lib/$(MACH64)/R/library/mgcv/html/null.space.dimension.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   135
file path=usr/lib/$(MACH64)/R/library/mgcv/html/ocat.html
7546
93fdabfd72e4 25164308 Update R to version 3.3.2
Rich Burridge <rich.burridge@oracle.com>
parents: 6017
diff changeset
   136
file path=usr/lib/$(MACH64)/R/library/mgcv/html/one.se.rule.html
4739
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   137
file path=usr/lib/$(MACH64)/R/library/mgcv/html/pcls.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   138
file path=usr/lib/$(MACH64)/R/library/mgcv/html/pdIdnot.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   139
file path=usr/lib/$(MACH64)/R/library/mgcv/html/pdTens.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   140
file path=usr/lib/$(MACH64)/R/library/mgcv/html/pen.edf.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   141
file path=usr/lib/$(MACH64)/R/library/mgcv/html/place.knots.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   142
file path=usr/lib/$(MACH64)/R/library/mgcv/html/plot.gam.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   143
file path=usr/lib/$(MACH64)/R/library/mgcv/html/polys.plot.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   144
file path=usr/lib/$(MACH64)/R/library/mgcv/html/predict.bam.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   145
file path=usr/lib/$(MACH64)/R/library/mgcv/html/predict.gam.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   146
file path=usr/lib/$(MACH64)/R/library/mgcv/html/print.gam.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   147
file path=usr/lib/$(MACH64)/R/library/mgcv/html/qq.gam.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   148
file path=usr/lib/$(MACH64)/R/library/mgcv/html/rTweedie.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   149
file path=usr/lib/$(MACH64)/R/library/mgcv/html/random.effects.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   150
file path=usr/lib/$(MACH64)/R/library/mgcv/html/residuals.gam.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   151
file path=usr/lib/$(MACH64)/R/library/mgcv/html/rig.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   152
file path=usr/lib/$(MACH64)/R/library/mgcv/html/rmvn.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   153
file path=usr/lib/$(MACH64)/R/library/mgcv/html/s.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   154
file path=usr/lib/$(MACH64)/R/library/mgcv/html/scat.html
6017
beff85b67068 23189827 Update R to version 3.2.5
Rich Burridge <rich.burridge@oracle.com>
parents: 5365
diff changeset
   155
file path=usr/lib/$(MACH64)/R/library/mgcv/html/sdiag.html
4739
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   156
file path=usr/lib/$(MACH64)/R/library/mgcv/html/single.index.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   157
file path=usr/lib/$(MACH64)/R/library/mgcv/html/slanczos.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   158
file path=usr/lib/$(MACH64)/R/library/mgcv/html/smooth.construct.ad.smooth.spec.html
6017
beff85b67068 23189827 Update R to version 3.2.5
Rich Burridge <rich.burridge@oracle.com>
parents: 5365
diff changeset
   159
file path=usr/lib/$(MACH64)/R/library/mgcv/html/smooth.construct.bs.smooth.spec.html
4739
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   160
file path=usr/lib/$(MACH64)/R/library/mgcv/html/smooth.construct.cr.smooth.spec.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   161
file path=usr/lib/$(MACH64)/R/library/mgcv/html/smooth.construct.ds.smooth.spec.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   162
file path=usr/lib/$(MACH64)/R/library/mgcv/html/smooth.construct.fs.smooth.spec.html
5365
447b67338e7f PSARC 2015/541 R 3.2.3
Rich Burridge <rich.burridge@oracle.com>
parents: 5119
diff changeset
   163
file path=usr/lib/$(MACH64)/R/library/mgcv/html/smooth.construct.gp.smooth.spec.html
4739
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   164
file path=usr/lib/$(MACH64)/R/library/mgcv/html/smooth.construct.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   165
file path=usr/lib/$(MACH64)/R/library/mgcv/html/smooth.construct.mrf.smooth.spec.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   166
file path=usr/lib/$(MACH64)/R/library/mgcv/html/smooth.construct.ps.smooth.spec.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   167
file path=usr/lib/$(MACH64)/R/library/mgcv/html/smooth.construct.re.smooth.spec.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   168
file path=usr/lib/$(MACH64)/R/library/mgcv/html/smooth.construct.so.smooth.spec.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   169
file path=usr/lib/$(MACH64)/R/library/mgcv/html/smooth.construct.sos.smooth.spec.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   170
file path=usr/lib/$(MACH64)/R/library/mgcv/html/smooth.construct.t2.smooth.spec.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   171
file path=usr/lib/$(MACH64)/R/library/mgcv/html/smooth.construct.tensor.smooth.spec.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   172
file path=usr/lib/$(MACH64)/R/library/mgcv/html/smooth.construct.tp.smooth.spec.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   173
file path=usr/lib/$(MACH64)/R/library/mgcv/html/smooth.terms.html
7546
93fdabfd72e4 25164308 Update R to version 3.3.2
Rich Burridge <rich.burridge@oracle.com>
parents: 6017
diff changeset
   174
file path=usr/lib/$(MACH64)/R/library/mgcv/html/smooth2random.html
4739
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   175
file path=usr/lib/$(MACH64)/R/library/mgcv/html/smoothCon.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   176
file path=usr/lib/$(MACH64)/R/library/mgcv/html/sp.vcov.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   177
file path=usr/lib/$(MACH64)/R/library/mgcv/html/spasm.construct.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   178
file path=usr/lib/$(MACH64)/R/library/mgcv/html/step.gam.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   179
file path=usr/lib/$(MACH64)/R/library/mgcv/html/summary.gam.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   180
file path=usr/lib/$(MACH64)/R/library/mgcv/html/t2.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   181
file path=usr/lib/$(MACH64)/R/library/mgcv/html/te.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   182
file path=usr/lib/$(MACH64)/R/library/mgcv/html/tensor.prod.model.matrix.html
6017
beff85b67068 23189827 Update R to version 3.2.5
Rich Burridge <rich.burridge@oracle.com>
parents: 5365
diff changeset
   183
file path=usr/lib/$(MACH64)/R/library/mgcv/html/trichol.html
7904
c63c09f88833 25681843 Update R to version 3.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 7546
diff changeset
   184
file path=usr/lib/$(MACH64)/R/library/mgcv/html/trind.generator.html
4739
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   185
file path=usr/lib/$(MACH64)/R/library/mgcv/html/uniquecombs.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   186
file path=usr/lib/$(MACH64)/R/library/mgcv/html/vcov.gam.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   187
file path=usr/lib/$(MACH64)/R/library/mgcv/html/vis.gam.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   188
file path=usr/lib/$(MACH64)/R/library/mgcv/html/ziP.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   189
file path=usr/lib/$(MACH64)/R/library/mgcv/html/ziplss.html
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   190
file path=usr/lib/$(MACH64)/R/library/mgcv/libs/mgcv.so \
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   191
    pkg.depend.bypass-generate=.*
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   192
file path=usr/lib/$(MACH64)/R/library/mgcv/po/de/LC_MESSAGES/R-mgcv.mo
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   193
file path=usr/lib/$(MACH64)/R/library/mgcv/po/de/LC_MESSAGES/mgcv.mo
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   194
file path=usr/lib/$(MACH64)/R/library/mgcv/po/en@quot/LC_MESSAGES/R-mgcv.mo
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   195
file path=usr/lib/$(MACH64)/R/library/mgcv/po/en@quot/LC_MESSAGES/mgcv.mo
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   196
file path=usr/lib/$(MACH64)/R/library/mgcv/po/fr/LC_MESSAGES/R-mgcv.mo
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   197
file path=usr/lib/$(MACH64)/R/library/mgcv/po/fr/LC_MESSAGES/mgcv.mo
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   198
file path=usr/lib/$(MACH64)/R/library/mgcv/po/ko/LC_MESSAGES/R-mgcv.mo
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   199
file path=usr/lib/$(MACH64)/R/library/mgcv/po/ko/LC_MESSAGES/mgcv.mo
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   200
file path=usr/lib/$(MACH64)/R/library/mgcv/po/pl/LC_MESSAGES/R-mgcv.mo
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   201
file path=usr/lib/$(MACH64)/R/library/mgcv/po/pl/LC_MESSAGES/mgcv.mo
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   202
license COPYING license=GPLv2
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   203
depend type=require fmri=pkg:/runtime/r
fe9f7b631d54 PSARC 2015/216 The R Project for Statistical Computing
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   204
depend type=require fmri=pkg:/system/library/openmp