- using R version 2.15.0 (2012-03-30)
- using platform: x86_64-pc-mingw32 (64-bit)
- using session charset: ISO8859-1
- checking for file 'ROptRegTS/DESCRIPTION' ... OK
- this is package 'ROptRegTS' version '0.8'
- package encoding: latin1
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking whether package 'ROptRegTS' can be installed ... OK
- checking installed package size ... OK
- checking package directory ... OK
- checking for portable file names ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking R files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- loading checks for arch 'i386'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
- loading checks for arch 'x64'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
- checking for unstated dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... NOTE
File 'ROptRegTS/R/AllClass.R':
.onLoad calls:
require("methods", character = TRUE, quietly = TRUE)
require("distr", character = TRUE, quietly = TRUE)
require("distrEx", character = TRUE, quietly = TRUE)
require("RandVar", character = TRUE, quietly = TRUE)
require("ROptEstOld", character = TRUE, quietly = TRUE)
Package startup functions should not change the search path.
See section 'Good practice' in ?.onAttach.
.onLoad: warning in require("methods", character = TRUE, quietly =
TRUE): partial argument match of 'character' to 'character.only'
.onLoad: warning in require("distr", character = TRUE, quietly = TRUE):
partial argument match of 'character' to 'character.only'
.onLoad: warning in require("distrEx", character = TRUE, quietly =
TRUE): partial argument match of 'character' to 'character.only'
.onLoad: warning in require("RandVar", character = TRUE, quietly =
TRUE): partial argument match of 'character' to 'character.only'
.onLoad: warning in require("ROptEstOld", character = TRUE, quietly =
TRUE): partial argument match of 'character' to 'character.only'
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... WARNING
Codoc mismatches from documentation object 'Av1CondTotalVarIC':
Av1CondTotalVarIC
Code: function(name, CallL2Fam = call("L2RegTypeFamily"), Curve =
EuclRandVarList(RealRandVariable(Map =
list(function(x) { x[1] * x[2]}), Domain =
EuclideanSpace(dimension = 2))), Risks, Infos, clipUp
= Inf, stand = as.matrix(1), clipLo =
RealRandVariable(Map = list(function(x) { -Inf}),
Domain = EuclideanSpace(dimension = 1)), lowerCase =
NULL, neighborRadius = 0)
Docs: function(name, CallL2Fam = call("L2RegTypeFamily"), Curve =
EuclRandVarList(RealRandVariable(Map =
list(function(x) { x[1] * x[2]}), Domain =
EuclideanSpace(dimension = 1))), Risks, Infos, clipUp
= Inf, stand = as.matrix(1), clipLo =
RealRandVariable(Map = list(function(x) { -Inf},
Domain = EuclideanSpace(dimension = 1)), Domain =
EuclideanSpace(dimension = 2)), lowerCase = NULL,
neighborRadius = 0)
Mismatches in argument default values:
Name: 'Curve'
Code: EuclRandVarList(RealRandVariable(Map = list(function(x) {
x[1] * x[2]
}), Domain = EuclideanSpace(dimension = 2)))
Docs: EuclRandVarList(RealRandVariable(Map = list(function(x) {
x[1] * x[2]
}), Domain = EuclideanSpace(dimension = 1)))
Name: 'clipLo'
Code: RealRandVariable(Map = list(function(x) {
-Inf
}), Domain = EuclideanSpace(dimension = 1))
Docs: RealRandVariable(Map = list(function(x) {
-Inf
}, Domain = EuclideanSpace(dimension = 1)), Domain = EuclideanSpace(dimension = 2))
Codoc mismatches from documentation object 'CondIC':
CondIC
Code: function(name, Curve = EuclRandVarList(EuclRandVariable(Map =
list(function(x) { x[1] * x[2]}), Domain =
EuclideanSpace(dimension = 2), Range = Reals())),
Risks, Infos, CallL2Fam = call("L2RegTypeFamily"))
Docs: function(name, Curve = EuclRandVarList(EuclRandVariable(Map =
list(function(x) { x[1] * x[2]}), Domain =
EuclideanSpace(dimension = 2))), Risks, Infos,
CallL2Fam = call("L2RegTypeFamily"))
Mismatches in argument default values:
Name: 'Curve'
Code: EuclRandVarList(EuclRandVariable(Map = list(function(x) {
x[1] * x[2]
}), Domain = EuclideanSpace(dimension = 2), Range = Reals()))
Docs: EuclRandVarList(EuclRandVariable(Map = list(function(x) {
x[1] * x[2]
}), Domain = EuclideanSpace(dimension = 2)))
Codoc mismatches from documentation object 'CondTotalVarIC':
CondTotalVarIC
Code: function(name, CallL2Fam = call("L2RegTypeFamily"), Curve =
EuclRandVarList(RealRandVariable(Map =
list(function(x) { x[1] * x[2]}), Domain =
EuclideanSpace(dimension = 2))), Risks, Infos, clipUp
= RealRandVariable(Map = list(function(x) { Inf}),
Domain = Reals()), stand = as.matrix(1), clipLo =
RealRandVariable(Map = list(function(x) { -Inf}),
Domain = Reals()), lowerCase = NULL, neighborRadius =
0, neighborRadiusCurve = function(x) { 1})
Docs: function(name, CallL2Fam = call("L2RegTypeFamily"), Curve =
EuclRandVarList(RealRandVariable(Map =
list(function(x) { x[1] * x[2]}), Domain =
EuclideanSpace(dimension = 1))), Risks, Infos, clipUp
= RealRandVariable(Map = list(function(x) { Inf}),
Domain = Reals()), stand = as.matrix(1), clipLo =
RealRandVariable(Map = list(function(x) { -Inf}),
Domain = Reals()), lowerCase = NULL, neighborRadius =
0, neighborRadiusCurve = function(x) { 1})
Mismatches in argument default values:
Name: 'Curve'
Code: EuclRandVarList(RealRandVariable(Map = list(function(x) {
x[1] * x[2]
}), Domain = EuclideanSpace(dimension = 2)))
Docs: EuclRandVarList(RealRandVariable(Map = list(function(x) {
x[1] * x[2]
}), Domain = EuclideanSpace(dimension = 1)))
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking examples ...
** running examples for arch 'i386' ... OK
** checking differences from 'ROptRegTS-Ex_i386.Rout' to 'ROptRegTS-Ex.Rout.save' ...
2c2
< :startupmsg> Utilities for start-up messages (version 0.7.2)
---
> :startupmsg> Utilities for start-up messages (version 0.7.1)
8,9c8
< :SweaveListingUtils> TeX listings package (version
< :SweaveListingUtils> 0.5.5)
---
> :SweaveListingUtils> TeX listings package (version 0.5)
35c34
< :distr> 2.3.3)
---
> :distr> 2.3)
67c66
< :distrEx> Extensions of package distr (version 2.3.1)
---
> :distrEx> Extensions of package distr (version 2.3)
86c85
< :RandVar> Implementation of random variables (version 0.8.1)
---
> :RandVar> Implementation of random variables (version 0.8)
126c125
< An object of class "Av1CondContIC"
---
> An object of class “Av1CondContIC”
131c130
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
138c137
< ### cent: An object of class "EuclRandVarList"
---
> ### cent: An object of class “EuclRandVarList”
167c166
< An object of class "Av1CondContIC"
---
> An object of class “Av1CondContIC”
172c171
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
179c178
< ### cent: An object of class "EuclRandVarList"
---
> ### cent: An object of class “EuclRandVarList”
207c206
< An object of class "Av1CondContNeighborhood"
---
> An object of class “Av1CondContNeighborhood”
227c226
< An object of class "Av1CondContNeighborhood"
---
> An object of class “Av1CondContNeighborhood”
268c267
< An object of class "Av1CondTotalVarIC"
---
> An object of class “Av1CondTotalVarIC”
273c272
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
280c279
< ### clipLo: An object of class "RealRandVariable"
---
> ### clipLo: An object of class “RealRandVariable”
308c307
< An object of class "Av1CondTotalVarIC"
---
> An object of class “Av1CondTotalVarIC”
313c312
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
320c319
< ### clipLo: An object of class "RealRandVariable"
---
> ### clipLo: An object of class “RealRandVariable”
347c346
< An object of class "Av1CondTotalVarNeighborhood"
---
> An object of class “Av1CondTotalVarNeighborhood”
367c366
< An object of class "Av1CondTotalVarNeighborhood"
---
> An object of class “Av1CondTotalVarNeighborhood”
407c406
< An object of class "Av2CondContIC"
---
> An object of class “Av2CondContIC”
412c411
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
442c441
< An object of class "Av2CondContIC"
---
> An object of class “Av2CondContIC”
447c446
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
476c475
< An object of class "Av2CondContNeighborhood"
---
> An object of class “Av2CondContNeighborhood”
496c495
< An object of class "Av2CondContNeighborhood"
---
> An object of class “Av2CondContNeighborhood”
537c536
< An object of class "CondContIC"
---
> An object of class “CondContIC”
542c541
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
548c547
< ### clip: An object of class "RealRandVariable"
---
> ### clip: An object of class “RealRandVariable”
552c551
< ### cent: An object of class "EuclRandVarList"
---
> ### cent: An object of class “EuclRandVarList”
581c580
< An object of class "CondContIC"
---
> An object of class “CondContIC”
586c585
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
592c591
< ### clip: An object of class "RealRandVariable"
---
> ### clip: An object of class “RealRandVariable”
596c595
< ### cent: An object of class "EuclRandVarList"
---
> ### cent: An object of class “EuclRandVarList”
624c623
< An object of class "CondContNeighborhood"
---
> An object of class “CondContNeighborhood”
644c643
< An object of class "CondContNeighborhood"
---
> An object of class “CondContNeighborhood”
677c676
< An object of class "CondIC"
---
> An object of class “CondIC”
681c680
< ### 'Curve': An object of class "EuclRandVarList"
---
> ### 'Curve': An object of class “EuclRandVarList”
706c705
< An object of class "CondIC"
---
> An object of class “CondIC”
710c709
< ### 'Curve': An object of class "EuclRandVarList"
---
> ### 'Curve': An object of class “EuclRandVarList”
775c774
< An object of class "CondTotalVarIC"
---
> An object of class “CondTotalVarIC”
780c779
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
786c785
< ### clipUp: An object of class "RealRandVariable"
---
> ### clipUp: An object of class “RealRandVariable”
790c789
< ### clipLo: An object of class "RealRandVariable"
---
> ### clipLo: An object of class “RealRandVariable”
818c817
< An object of class "CondTotalVarIC"
---
> An object of class “CondTotalVarIC”
823c822
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
829c828
< ### clipUp: An object of class "RealRandVariable"
---
> ### clipUp: An object of class “RealRandVariable”
833c832
< ### clipLo: An object of class "RealRandVariable"
---
> ### clipLo: An object of class “RealRandVariable”
860c859
< An object of class "CondTotalVarNeighborhood"
---
> An object of class “CondTotalVarNeighborhood”
880c879
< An object of class "CondTotalVarNeighborhood"
---
> An object of class “CondTotalVarNeighborhood”
912,913c911,912
< An object of class "FixRobRegTypeModel"
< ###### center: An object of class "RegTypeFamily"
---
> An object of class “FixRobRegTypeModel”
> ###### center: An object of class “RegTypeFamily”
924c923
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
928c927
< ###### neighborhood: An object of class "ContNeighborhood"
---
> ###### neighborhood: An object of class “ContNeighborhood”
948,949c947,948
< An object of class "FixRobRegTypeModel"
< ###### center: An object of class "RegTypeFamily"
---
> An object of class “FixRobRegTypeModel”
> ###### center: An object of class “RegTypeFamily”
960c959
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
964c963
< ###### neighborhood: An object of class "ContNeighborhood"
---
> ###### neighborhood: An object of class “ContNeighborhood”
994,995c993,994
< An object of class "InfRobRegTypeModel"
< ###### center: An object of class "L2RegTypeFamily"
---
> An object of class “InfRobRegTypeModel”
> ###### center: An object of class “L2RegTypeFamily”
1006c1005
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
1010c1009
< ###### neighborhood: An object of class "ContNeighborhood"
---
> ###### neighborhood: An object of class “ContNeighborhood”
1030,1031c1029,1030
< An object of class "InfRobRegTypeModel"
< ###### center: An object of class "L2RegTypeFamily"
---
> An object of class “InfRobRegTypeModel”
> ###### center: An object of class “L2RegTypeFamily”
1042c1041
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
1046c1045
< ###### neighborhood: An object of class "ContNeighborhood"
---
> ###### neighborhood: An object of class “ContNeighborhood”
1086c1085
< An object of class "L2RegTypeFamily"
---
> An object of class “L2RegTypeFamily”
1097c1096
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
1117c1116
< An object of class "L2RegTypeFamily"
---
> An object of class “L2RegTypeFamily”
1128c1127
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
1148c1147
< An object of class "L2RegTypeFamily"
---
> An object of class “L2RegTypeFamily”
1159c1158
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
1203c1202
< An object of class "L2RegTypeFamily"
---
> An object of class “L2RegTypeFamily”
1214c1213
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
1260c1259
< An object of class "L2RegTypeFamily"
---
> An object of class “L2RegTypeFamily”
1271c1270
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
1320c1319
< An object of class "RegTypeFamily"
---
> An object of class “RegTypeFamily”
1331c1330
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
1351c1350
< An object of class "RegTypeFamily"
---
> An object of class “RegTypeFamily”
1362c1361
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
OK
** running examples for arch 'x64' ... OK
** checking differences from 'ROptRegTS-Ex_x64.Rout' to 'ROptRegTS-Ex.Rout.save' ...
2c2
< :startupmsg> Utilities for start-up messages (version 0.7.2)
---
> :startupmsg> Utilities for start-up messages (version 0.7.1)
8,9c8
< :SweaveListingUtils> TeX listings package (version
< :SweaveListingUtils> 0.5.5)
---
> :SweaveListingUtils> TeX listings package (version 0.5)
35c34
< :distr> 2.3.3)
---
> :distr> 2.3)
67c66
< :distrEx> Extensions of package distr (version 2.3.1)
---
> :distrEx> Extensions of package distr (version 2.3)
86c85
< :RandVar> Implementation of random variables (version 0.8.1)
---
> :RandVar> Implementation of random variables (version 0.8)
126c125
< An object of class "Av1CondContIC"
---
> An object of class “Av1CondContIC”
131c130
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
138c137
< ### cent: An object of class "EuclRandVarList"
---
> ### cent: An object of class “EuclRandVarList”
167c166
< An object of class "Av1CondContIC"
---
> An object of class “Av1CondContIC”
172c171
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
179c178
< ### cent: An object of class "EuclRandVarList"
---
> ### cent: An object of class “EuclRandVarList”
207c206
< An object of class "Av1CondContNeighborhood"
---
> An object of class “Av1CondContNeighborhood”
227c226
< An object of class "Av1CondContNeighborhood"
---
> An object of class “Av1CondContNeighborhood”
268c267
< An object of class "Av1CondTotalVarIC"
---
> An object of class “Av1CondTotalVarIC”
273c272
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
280c279
< ### clipLo: An object of class "RealRandVariable"
---
> ### clipLo: An object of class “RealRandVariable”
308c307
< An object of class "Av1CondTotalVarIC"
---
> An object of class “Av1CondTotalVarIC”
313c312
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
320c319
< ### clipLo: An object of class "RealRandVariable"
---
> ### clipLo: An object of class “RealRandVariable”
347c346
< An object of class "Av1CondTotalVarNeighborhood"
---
> An object of class “Av1CondTotalVarNeighborhood”
367c366
< An object of class "Av1CondTotalVarNeighborhood"
---
> An object of class “Av1CondTotalVarNeighborhood”
407c406
< An object of class "Av2CondContIC"
---
> An object of class “Av2CondContIC”
412c411
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
442c441
< An object of class "Av2CondContIC"
---
> An object of class “Av2CondContIC”
447c446
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
476c475
< An object of class "Av2CondContNeighborhood"
---
> An object of class “Av2CondContNeighborhood”
496c495
< An object of class "Av2CondContNeighborhood"
---
> An object of class “Av2CondContNeighborhood”
537c536
< An object of class "CondContIC"
---
> An object of class “CondContIC”
542c541
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
548c547
< ### clip: An object of class "RealRandVariable"
---
> ### clip: An object of class “RealRandVariable”
552c551
< ### cent: An object of class "EuclRandVarList"
---
> ### cent: An object of class “EuclRandVarList”
581c580
< An object of class "CondContIC"
---
> An object of class “CondContIC”
586c585
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
592c591
< ### clip: An object of class "RealRandVariable"
---
> ### clip: An object of class “RealRandVariable”
596c595
< ### cent: An object of class "EuclRandVarList"
---
> ### cent: An object of class “EuclRandVarList”
624c623
< An object of class "CondContNeighborhood"
---
> An object of class “CondContNeighborhood”
644c643
< An object of class "CondContNeighborhood"
---
> An object of class “CondContNeighborhood”
677c676
< An object of class "CondIC"
---
> An object of class “CondIC”
681c680
< ### 'Curve': An object of class "EuclRandVarList"
---
> ### 'Curve': An object of class “EuclRandVarList”
706c705
< An object of class "CondIC"
---
> An object of class “CondIC”
710c709
< ### 'Curve': An object of class "EuclRandVarList"
---
> ### 'Curve': An object of class “EuclRandVarList”
775c774
< An object of class "CondTotalVarIC"
---
> An object of class “CondTotalVarIC”
780c779
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
786c785
< ### clipUp: An object of class "RealRandVariable"
---
> ### clipUp: An object of class “RealRandVariable”
790c789
< ### clipLo: An object of class "RealRandVariable"
---
> ### clipLo: An object of class “RealRandVariable”
818c817
< An object of class "CondTotalVarIC"
---
> An object of class “CondTotalVarIC”
823c822
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
829c828
< ### clipUp: An object of class "RealRandVariable"
---
> ### clipUp: An object of class “RealRandVariable”
833c832
< ### clipLo: An object of class "RealRandVariable"
---
> ### clipLo: An object of class “RealRandVariable”
860c859
< An object of class "CondTotalVarNeighborhood"
---
> An object of class “CondTotalVarNeighborhood”
880c879
< An object of class "CondTotalVarNeighborhood"
---
> An object of class “CondTotalVarNeighborhood”
912,913c911,912
< An object of class "FixRobRegTypeModel"
< ###### center: An object of class "RegTypeFamily"
---
> An object of class “FixRobRegTypeModel”
> ###### center: An object of class “RegTypeFamily”
924c923
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
928c927
< ###### neighborhood: An object of class "ContNeighborhood"
---
> ###### neighborhood: An object of class “ContNeighborhood”
948,949c947,948
< An object of class "FixRobRegTypeModel"
< ###### center: An object of class "RegTypeFamily"
---
> An object of class “FixRobRegTypeModel”
> ###### center: An object of class “RegTypeFamily”
960c959
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
964c963
< ###### neighborhood: An object of class "ContNeighborhood"
---
> ###### neighborhood: An object of class “ContNeighborhood”
994,995c993,994
< An object of class "InfRobRegTypeModel"
< ###### center: An object of class "L2RegTypeFamily"
---
> An object of class “InfRobRegTypeModel”
> ###### center: An object of class “L2RegTypeFamily”
1006c1005
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
1010c1009
< ###### neighborhood: An object of class "ContNeighborhood"
---
> ###### neighborhood: An object of class “ContNeighborhood”
1030,1031c1029,1030
< An object of class "InfRobRegTypeModel"
< ###### center: An object of class "L2RegTypeFamily"
---
> An object of class “InfRobRegTypeModel”
> ###### center: An object of class “L2RegTypeFamily”
1042c1041
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
1046c1045
< ###### neighborhood: An object of class "ContNeighborhood"
---
> ###### neighborhood: An object of class “ContNeighborhood”
1086c1085
< An object of class "L2RegTypeFamily"
---
> An object of class “L2RegTypeFamily”
1097c1096
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
1117c1116
< An object of class "L2RegTypeFamily"
---
> An object of class “L2RegTypeFamily”
1128c1127
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
1148c1147
< An object of class "L2RegTypeFamily"
---
> An object of class “L2RegTypeFamily”
1159c1158
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
1203c1202
< An object of class "L2RegTypeFamily"
---
> An object of class “L2RegTypeFamily”
1214c1213
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
1260c1259
< An object of class "L2RegTypeFamily"
---
> An object of class “L2RegTypeFamily”
1271c1270
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
1320c1319
< An object of class "RegTypeFamily"
---
> An object of class “RegTypeFamily”
1331c1330
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
1351c1350
< An object of class "RegTypeFamily"
---
> An object of class “RegTypeFamily”
1362c1361
< ### param: An object of class "ParamFamParameter"
---
> ### param: An object of class “ParamFamParameter”
OK
- checking PDF version of manual ... OK
WARNING: There was 1 warning.
NOTE: There was 1 note.
See
'd:/Rcompile/CRANpkg/local/2.15/ROptRegTS.Rcheck/00check.log'
for details.