Advertisement
Guest User

Untitled

a guest
Mar 8th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. emomsen@gisdev:~/temp$ R CMD check rgdal_0.7-8.tar.gz
  2. * using log directory ‘/home/emomsen/temp/rgdal.Rcheck’
  3. * using R version 2.14.1 (2011-12-22)
  4. * using platform: x86_64-pc-linux-gnu (64-bit)
  5. * using session charset: UTF-8
  6. * checking for file ‘rgdal/DESCRIPTION’ ... OK
  7. * this is package ‘rgdal’ version ‘0.7-8’
  8. * checking package namespace information ... OK
  9. * checking package dependencies ... OK
  10. * checking if this is a source package ... OK
  11. * checking if there is a namespace ... OK
  12. * checking for executable files ... OK
  13. * checking whether package ‘rgdal’ can be installed ... OK
  14. * checking installed package size ... OK
  15. * checking package directory ... OK
  16. * checking for portable file names ... OK
  17. * checking for sufficient/correct file permissions ... OK
  18. * checking DESCRIPTION meta-information ... OK
  19. * checking top-level files ... OK
  20. * checking index information ... OK
  21. * checking package subdirectories ... OK
  22. * checking R files for non-ASCII characters ... OK
  23. * checking R files for syntax errors ... OK
  24. * checking whether the package can be loaded ... OK
  25. * checking whether the package can be loaded with stated dependencies ... OK
  26. * checking whether the package can be unloaded cleanly ... OK
  27. * checking whether the namespace can be loaded with stated dependencies ... OK
  28. * checking whether the namespace can be unloaded cleanly ... OK
  29. * checking for unstated dependencies in R code ... OK
  30. * checking S3 generic/method consistency ... OK
  31. * checking replacement functions ... OK
  32. * checking foreign function calls ... OK
  33. * checking R code for possible problems ... OK
  34. * checking Rd files ... OK
  35. * checking Rd metadata ... OK
  36. * checking Rd cross-references ... OK
  37. * checking for missing documentation entries ... OK
  38. * checking for code/documentation mismatches ... OK
  39. * checking Rd \usage sections ... OK
  40. * checking Rd contents ... OK
  41. * checking for unstated dependencies in examples ... OK
  42. * checking line endings in C/C++/Fortran sources/headers ... OK
  43. * checking line endings in Makefiles ... OK
  44. * checking for portable compilation flags in Makevars ... OK
  45. * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
  46. * checking compiled code ... OK
  47. * checking examples ... OK
  48. * checking for unstated dependencies in tests ... OK
  49. * checking tests ...
  50. Running ‘tests.R’
  51. Comparing ‘tests.Rout’ to ‘tests.Rout.save’ ... OK
  52. OK
  53. * checking PDF version of manual ... WARNING
  54. LaTeX errors when creating PDF version.
  55. This typically indicates Rd problems.
  56. * checking PDF version of manual without hyperrefs or index ... ERROR
  57. Re-running with no redirection of stdout/stderr.
  58. Hmm ... looks like a package
  59. Error in texi2dvi("Rd2.tex", pdf = (out_ext == "pdf"), quiet = FALSE, :
  60. pdflatex is not available
  61. Error in running tools::texi2dvi
  62. You may want to clean up by 'rm -rf /tmp/Rtmpf6T1sF/Rd2pdfa236cace919'
  63. emomsen@gisdev:~/temp$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement