Date: Wed, 14 Nov 2012 23:27:37 -0300
From: pedro.rafael.marinho@gmail.com
To: r-br@listas.c3sl.ufpr.br
Subject: Re: [R-br] [Dúvida] Criando pacotes para o R.
Pessoal estou estudando como criar pacotes no R e tive o seguinte erro na hora de dar o check. Consigo gerar o arquivo tar.gz mas o pdf da documentação não é criado. Alguém saberia me informar onde estaria o erro?
OBS: Estou em uma máquina Linux.
* using log directory ‘/home/pedro/Documentos/Gama_Log_Logistica/FUNCAO_CODIGO/PRDM.Rcheck’
* using R version 2.15.1 (2012-06-22)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* checking for file ‘PRDM/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘PRDM’ version ‘1.0’
* 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 ‘PRDM’ can be installed ... OK
* checking installed package size ... OK
* 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 ... OK
* checking Rd files ... WARNING
prepare_Rd: PRDM-package.Rd:30: All text must be in a section
prepare_Rd: PRDM-package.Rd:31: All text must be in a section
prepare_Rd: prdm.Rd:36-42: Dropping empty section \value
* 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 examples ... OK
* checking PDF version of manual ... ERROR
Rd conversion errors:
Warning: unknown option '-'
Warning in file(con, "r") :
cannot open file '/home/pedro/Documentos/MESTRADO': No such file or directory
Error in file(con, "r") : cannot open the connection
_______________________________________________
R-br mailing list
R-br@listas.c3sl.ufpr.br
https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br
Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forne�a c�digo m�nimo reproduz�vel.