• using R Under development (unstable) (2012-02-23 r58468)
  • using platform: i686-pc-linux-gnu (32-bit)
  • using session charset: UTF-8
  • checking for file ‘RProtoBuf/DESCRIPTION’ ... OK
  • this is package ‘RProtoBuf’ version ‘0.2.3’
  • 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 for executable files ... OK
  • checking whether package ‘RProtoBuf’ can be installed ... OK
  • checking installed package size ... NOTE
    installed size is 5.3Mb
    sub-directories of 1Mb or more:
    libs 4.1Mb
  • checking package directory ... OK
  • checking for portable file names ... OK
  • checking for sufficient/correct file permissions ... 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
  • 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
    Found the following possibly unsafe calls:
    File 'R/lookup.R':
    found unlockBinding("OTABLE", NAMESPACE)
  • checking Rd files ... OK
  • checking Rd metadata ... OK
  • checking Rd cross-references ... OK
  • checking for missing documentation entries ... OK
  • checking for code/documentation mismatches ... OK
  • checking Rd \usage sections ... OK
  • checking Rd contents ... OK
  • checking for unstated dependencies in examples ... OK
  • checking line endings in C/C++/Fortran sources/headers ... OK
  • checking line endings in Makefiles ... OK
  • checking for portable compilation flags in Makevars ... OK
  • checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
  • checking compiled code ... OK
  • checking sizes of PDF files under ‘inst/doc’ ... OK
  • checking installed files from ‘inst/doc’ ... NOTE
    The following files should probably not be installed:
    ‘Makefile’

    Consider the use of a .Rinstignore file: see ‘Writing R Extensions’,
    or move the vignette sources from ‘inst/doc’ to ‘vignettes’.
  • checking examples ... ERROR
    Running examples in ‘RProtoBuf-Ex.R’ failed
    The error most likely occurred in:

    > ### Name: Descriptor-class
    > ### Title: Class "Descriptor"
    > ### Aliases: Descriptor-class as.character,Descriptor-method
    > ### $<-,Descriptor-method $,Descriptor-method new,Descriptor-method
    > ### show,Descriptor-method toString,Descriptor-method
    > ### containing_type,Descriptor-method field_count,Descriptor-method
    > ### nested_type_count,Descriptor-method enum_type_count,Descriptor-method
    > ### field,Descriptor-method nested_type,Descriptor-method
    > ### enum_type,Descriptor,ANY,ANY-method
    > ### Keywords: classes
    >
    > ### ** Examples
    >
    >
    > # example proto file supplied with this package
    > proto.file <- system.file( "proto", "addressbook.proto", package = "RProtoBuf" )
    >
    > # reading a proto file and creating the descriptor
    > Person <- P( "tutorial.Person", file = proto.file )
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:5:19:"tutorial.Person.name" is already defined in file "/tmp/RtmpI29jn2/RLIBS_5c085538c2e2/RProtoBuf/proto/addressbook.proto".
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:6:18:"tutorial.Person.id" is already defined in file "/tmp/RtmpI29jn2/RLIBS_5c085538c2e2/RProtoBuf/proto/addressbook.proto".
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:7:19:"tutorial.Person.email" is already defined in file "/tmp/RtmpI29jn2/RLIBS_5c085538c2e2/RProtoBuf/proto/addressbook.proto".
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:17:24:"tutorial.Person.phone" is already defined in file "/tmp/RtmpI29jn2/RLIBS_5c085538c2e2/RProtoBuf/proto/addressbook.proto".
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:14:21:"tutorial.Person.PhoneNumber.number" is already defined in file "/tmp/RtmpI29jn2/RLIBS_5c085538c2e2/RProtoBuf/proto/addressbook.proto".
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:15:24:"tutorial.Person.PhoneNumber.type" is already defined in file "/tmp/RtmpI29jn2/RLIBS_5c085538c2e2/RProtoBuf/proto/addressbook.proto".
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:13:11:"tutorial.Person.PhoneNumber" is already defined in file "/tmp/RtmpI29jn2/RLIBS_5c085538c2e2/RProtoBuf/proto/addressbook.proto".
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:9:5:"tutorial.Person.MOBILE" is already defined in file "/tmp/RtmpI29jn2/RLIBS_5c085538c2e2/RProtoBuf/proto/addressbook.proto".
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:9:5:Note that enum values use C++ scoping rules, meaning that enum values are siblings of their type, not children of it. Therefore, "MOBILE" must be unique within "tutorial.Person", not just within "PhoneType".
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:10:5:"tutorial.Person.HOME" is already defined in file "/tmp/RtmpI29jn2/RLIBS_5c085538c2e2/RProtoBuf/proto/addressbook.proto".
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:10:5:Note that enum values use C++ scoping rules, meaning that enum values are siblings of their type, not children of it. Therefore, "HOME" must be unique within "tutorial.Person", not just within "PhoneType".
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:11:5:"tutorial.Person.WORK" is already defined in file "/tmp/RtmpI29jn2/RLIBS_5c085538c2e2/RProtoBuf/proto/addressbook.proto".
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:11:5:Note that enum values use C++ scoping rules, meaning that enum values are siblings of their type, not children of it. Therefore, "WORK" must be unique within "tutorial.Person", not just within "PhoneType".
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:8:8:"tutorial.Person.PhoneType" is already defined in file "/tmp/RtmpI29jn2/RLIBS_5c085538c2e2/RProtoBuf/proto/addressbook.proto".
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:4:9:"tutorial.Person" is already defined in file "/tmp/RtmpI29jn2/RLIBS_5c085538c2e2/RProtoBuf/proto/addressbook.proto".
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:20:19:"tutorial.AddressBook.person" is already defined in file "/tmp/RtmpI29jn2/RLIBS_5c085538c2e2/RProtoBuf/proto/addressbook.proto".
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:19:9:"tutorial.AddressBook" is already defined in file "/tmp/RtmpI29jn2/RLIBS_5c085538c2e2/RProtoBuf/proto/addressbook.proto".
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:23:7:"tutorial.EchoService.Echo" is already defined in file "/tmp/RtmpI29jn2/RLIBS_5c085538c2e2/RProtoBuf/proto/addressbook.proto".
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:22:9:"tutorial.EchoService" is already defined in file "/tmp/RtmpI29jn2/RLIBS_5c085538c2e2/RProtoBuf/proto/addressbook.proto".
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:15:14:"PhoneType" is not defined.
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:17:12:"PhoneNumber" is not defined.
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:20:12:"Person" is not defined.
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:23:13:"Person" is not defined.
    /home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto:23:30:"Person" is not defined.
    Error in readProtoFiles(file) :
    Could not load proto file '/home/hornik/tmp/R.check/r-devel/Work/build/Packages/RProtoBuf/proto/addressbook.proto'
    Calls: P -> readProtoFiles -> .Call
    Execution halted