rcmdcheck/0000755000176200001440000000000013464271502012201 5ustar liggesusersrcmdcheck/tests/0000755000176200001440000000000013451413633013342 5ustar liggesusersrcmdcheck/tests/testthat.R0000644000176200001440000000007613451413633015330 0ustar liggesuserslibrary(testthat) library(rcmdcheck) test_check("rcmdcheck") rcmdcheck/tests/testthat/0000755000176200001440000000000013464271502015203 5ustar liggesusersrcmdcheck/tests/testthat/REDCapR-ok.log0000644000176200001440000000506113146514764017506 0ustar liggesusers* using log directory ‘/Users/hadley/Documents/web/httr/revdep/checks/REDCapR/old/REDCapR.Rcheck’ * using R version 3.4.1 (2017-06-30) * using platform: x86_64-apple-darwin15.6.0 (64-bit) * using session charset: UTF-8 * checking for file ‘REDCapR/DESCRIPTION’ ... OK * this is package ‘REDCapR’ version ‘0.9.8’ * 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 for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘REDCapR’ can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over 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 loading without being on the library search path ... OK * checking 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 ... 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 installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... OK Running ‘test-all.R’ * checking for unstated dependencies in vignettes ... OK * checking package vignettes in ‘inst/doc’ ... OK * checking running R code from vignettes ... NONE * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: OK rcmdcheck/tests/testthat/bad1/0000755000176200001440000000000013447166631016021 5ustar liggesusersrcmdcheck/tests/testthat/bad1/tests/0000755000176200001440000000000013447166631017163 5ustar liggesusersrcmdcheck/tests/testthat/bad1/tests/testthat.R0000644000176200001440000000010013447166631021135 0ustar liggesuserslibrary(testthat) library(badpackage) test_check("badpackage") rcmdcheck/tests/testthat/bad1/tests/testthat/0000755000176200001440000000000013464271502021014 5ustar liggesusersrcmdcheck/tests/testthat/bad1/tests/testthat/test-bad.R0000644000176200001440000000007313447166631022651 0ustar liggesuserscontext("bad") test_that("good", { expect_true(TRUE) }) rcmdcheck/tests/testthat/bad1/NAMESPACE0000644000176200001440000000007613447166631017243 0ustar liggesusers# Generated by roxygen2: do not edit by hand export(foobar2) rcmdcheck/tests/testthat/bad1/R/0000755000176200001440000000000013447166631016222 5ustar liggesusersrcmdcheck/tests/testthat/bad1/R/package.R0000644000176200001440000000033613447166631017742 0ustar liggesusers foobar <- function(argument) { argument } #' foobar2 #' @export #' @examples #' foobar2() foobar2 <- function() { outfile <- Sys.getenv("RCMDCHECK_OUTPUT", "") if (nzchar(outfile)) saveRDS(.libPaths(), outfile) } rcmdcheck/tests/testthat/bad1/vignettes/0000755000176200001440000000000013447166631020031 5ustar liggesusersrcmdcheck/tests/testthat/bad1/vignettes/test.Rmd0000644000176200001440000000107713447166631021461 0ustar liggesusers--- title: "Test vignette for rcmdcheck" author: "Bugs Bunny" date: "`r Sys.Date()`" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{Test vignette for rcmdcheck} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- Perspiciatis qui earum nesciunt tempore mollitia aliquid. Error iusto doloribus occaecati error. Alias rerum voluptas illo esse et rerum. Officiis aut et eligendi quia quo. Culpa inventore dicta soluta debitis ex. ```{r} outfile <- Sys.getenv("RCMDBUILD_OUTPUT", "") if (nzchar(outfile)) saveRDS(.libPaths(), outfile) ``` rcmdcheck/tests/testthat/bad1/DESCRIPTION0000644000176200001440000000060213447166631017525 0ustar liggesusersPackage: badpackage Title: Advice on R package building Date: 2016 February Version: 1.0.0 Author: Gabor Csardi Maintainer: Gabor Csardi Description: Give advice about good practices when building R packages. License: Public domain Suggests: testthat, knitr, rmarkdown RoxygenNote: 6.1.0 Repository: CRAN Encoding: UTF-8 VignetteBuilder: knitr rcmdcheck/tests/testthat/bad1/man/0000755000176200001440000000000013447166631016574 5ustar liggesusersrcmdcheck/tests/testthat/bad1/man/foobar2.Rd0000644000176200001440000000031213447166631020411 0ustar liggesusers% Generated by roxygen2: do not edit by hand % Please edit documentation in R/package.R \name{foobar2} \alias{foobar2} \title{foobar2} \usage{ foobar2() } \description{ foobar2 } \examples{ foobar2() } rcmdcheck/tests/testthat/bikedata-ok.log0000644000176200001440000000610313142422611020051 0ustar liggesusers* using log directory ‘/Users/hadley/Documents/dplyr/dbplyr/revdep/checks/bikedata/new/bikedata.Rcheck’ * using R version 3.4.1 (2017-06-30) * using platform: x86_64-apple-darwin15.6.0 (64-bit) * using session charset: UTF-8 * checking for file ‘bikedata/DESCRIPTION’ ... OK * this is package ‘bikedata’ version ‘0.0.3’ * package encoding: UTF-8 * 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 for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘bikedata’ can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over 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 loading without being on the library search path ... OK * checking 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 ... 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 contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... OK * checking data for ASCII and uncompressed saves ... OK * checking R/sysdata.rda ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking compiled code ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... OK Running ‘testthat.R’ * checking for unstated dependencies in vignettes ... OK * checking package vignettes in ‘inst/doc’ ... OK * checking running R code from vignettes ... NONE * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: OK rcmdcheck/tests/testthat/fixtures/0000755000176200001440000000000013454577606017071 5ustar liggesusersrcmdcheck/tests/testthat/fixtures/bad-tests.tar.gz0000644000176200001440000000656113447166631022110 0ustar liggesusers\\{sF߿;̑T]K MScc6\HHٯ{%^XK1ͣ{z^\֌5*oU7fU9l( QjTjUS4 =B|л _IWSnK_Q]uUUF]yC;ƑJKn>V'Qw1)*9xETKexb>i,ܐURRʑZ-O\[{7lfYFooF5OsʅJc{-rվ=:jK Iϲ))r~>ӮnoDer=2Ս/X "| P)fpLȡE>_JG3Q#.VY*X&`xtf&b jqo9:PD<HжZe,ʭSKuғSz R_4︒Ml%r6 iƒע0w0}vu%F7|d0ێ? YuU;j4*IGmjYR#hv-g3u6ՙ=^+?ZP 0['AAAtܜvquA=5YKtX. J^]#}ʨgg9[TQ :'芖5jY`K@0zpz| nޡ_6u__ ɣ='-. 1,mtapJp .|6]^hhiKIKj˶F,/P&,7=yٻwK=a+ <} W@6 ]gG=];VćPf+.js]3AH)qzv},KקwgGIKidžvs{}=`9aױy9Îi%LZ 8IjCWzܝ_kS?y/BH+HX4r",mymJxo/`l\3W(l/g*@WKZZ7 p5"}}ςc" ѓh1O2<:+L ! ! 6rFOsS6p35nQFF,>꿏COB #)\g -Yu6諯)1!=<Ən]th#:GW>> 1d< !Ibs$98Y 8ԙ1g^r8(PO$u`J#}Pt79Gq aj9x.fL\SRAK+BLvB xd hD1]",<(EIV}5 /66pI.'~EH9k6kV"h^],^GDDIXӄk |9mo_`M^([u.NUv3{VY ;yF.QD8C _Lˠ٦Ep`=<̝?y'Aa> /.o^ܒOvzsGFv{< |kЂYu  Hߏ]J6Fr@y¯KaM JlPжWA-<0RQu6AMN3:5S|hX3BB*iIPaݠ q~&:q>  +l=~0I\4< ,"Ƙ pM3PbW` E A`%)#$QEňL$Ը٨4gS|?.D򮅫J/JN!Q=a1ߚ`0,LExiyU,Lv% 灟+iu\N䄴,Vz Ǎ5Q%HZBGuz\{l ТFZRkADϲ"\TS`3ޱ9ΫH?ls wrH_++EoYSWIf}z lg;y>Wz=[e?mJo