Skip to contents

A default combination of common file specifications.

Usage

file_default()

Value

A list of file specifications.

Specification

The contents of this section are shown in PDF user manual only.

Examples

file_default()
#> [[1]]
#> -- File specification ----------------------------------------------------
#> - Relative path: ""
#> - Pattern: "^DESCRIPTION$|^NAMESPACE$|^README$|^README\\.Rmd$|^README\\.md$|^NEWS$|^NEWS\\.md$|^LICENSE$|^LICENCE$|^LICENSE\\.note$|^LICENCE\\.note$|\\.Rbuildignore$|\\.Rinstignore$|^configure$|^configure\\.win$|^configure\\.ac$|^configure\\.in$|^cleanup$|^cleanup\\.win$"
#> - Format: "text"
#> - Recursive: FALSE
#> - Ignore case: FALSE
#> - All files: TRUE
#> 
#> [[2]]
#> [[2]][[1]]
#> -- File specification ----------------------------------------------------
#> - Relative path: "R/"
#> - Pattern: "\\.R$|\\.r$|\\.s$|\\.q$"
#> - Format: "text"
#> - Recursive: FALSE
#> - Ignore case: TRUE
#> - All files: FALSE
#> 
#> [[2]][[2]]
#> -- File specification ----------------------------------------------------
#> - Relative path: "R/"
#> - Pattern: "^sysdata\\.rda$"
#> - Format: "binary"
#> - Recursive: FALSE
#> - Ignore case: TRUE
#> - All files: FALSE
#> 
#> 
#> [[3]]
#> [[3]][[1]]
#> -- File specification ----------------------------------------------------
#> - Relative path: "man/"
#> - Pattern: "\\.Rd$|\\.rd$"
#> - Format: "text"
#> - Recursive: FALSE
#> - Ignore case: TRUE
#> - All files: FALSE
#> 
#> [[3]][[2]]
#> -- File specification ----------------------------------------------------
#> - Relative path: "man/figures/"
#> - Pattern: "\\.jpg$|\\.jpeg$|\\.pdf$|\\.png$"
#> - Format: "binary"
#> - Recursive: FALSE
#> - Ignore case: TRUE
#> - All files: FALSE
#> 
#> [[3]][[3]]
#> -- File specification ----------------------------------------------------
#> - Relative path: "man/figures/"
#> - Pattern: "\\.svg$"
#> - Format: "text"
#> - Recursive: FALSE
#> - Ignore case: TRUE
#> - All files: FALSE
#> 
#> 
#> [[4]]
#> -- File specification ----------------------------------------------------
#> - Relative path: "src/"
#> - Pattern: "\\.c$|\\.h$|\\.cpp$|\\.cc$|\\.hpp$|\\.hxx$|\\.hh$|\\.f$|\\.f90$|\\.f95$|\\.f03$|\\.win$|\\.in$|\\.ucrt$|\\.ac$"
#> - Format: "text"
#> - Recursive: TRUE
#> - Ignore case: TRUE
#> - All files: FALSE
#> 
#> [[5]]
#> [[5]][[1]]
#> -- File specification ----------------------------------------------------
#> - Relative path: "vignettes/"
#> - Pattern: "\\.R$|\\.r$|\\.s$|\\.q$|\\.Rd$|\\.rd$|\\.svg$|\\.c$|\\.h$|\\.cpp$|\\.cc$|\\.hpp$|\\.hxx$|\\.hh$|\\.f$|\\.f90$|\\.f95$|\\.f03$|\\.win$|\\.in$|\\.ucrt$|\\.ac$|\\.Rmd$|\\.md$|\\.csl$|\\.Rnw$|\\.tex$|\\.ltx$|\\.rsp$|\\.cls$|\\.sty$|\\.bib$|\\.bst$|\\.asis$|\\.el$|\\.Rproj$|\\.dcf$|\\.yml$|\\.yaml$|\\.note$|\\.csv$|\\.tsv$|\\.txt$|\\.html$|\\.htm$|\\.shtml$|\\.css$|\\.js$|\\.json$|\\.xml$|\\.scss$|\\.less$|\\.rtf$|\\.save$|\\.Rout$|\\.stan$|\\.bug$|\\.jags$|\\.py$|\\.ipynb$|\\.sh$|\\.java$|\\.bat$|\\.m4$|\\.cmake$|\\.sql$|\\.lua$|\\.rs$|\\.jl$|\\.pl$|\\.pm$|\\.brew$|\\.po$|\\.pot$|\\.geojson$|\\.kml$|\\.prj$|\\.cpg$|\\.qpj$|\\.fasta$|\\.fastq$|\\.vcf$|\\.ped$|\\.bim$|\\.fam$|\\.gff$|\\.gtf$"
#> - Format: "text"
#> - Recursive: TRUE
#> - Ignore case: TRUE
#> - All files: TRUE
#> 
#> [[5]][[2]]
#> -- File specification ----------------------------------------------------
#> - Relative path: "vignettes/"
#> - Pattern: "\\.rda$|\\.rds$|\\.RData$|\\.jpg$|\\.jpeg$|\\.pdf$|\\.png$|\\.bmp$|\\.gif$|\\.tif$|\\.tiff$|\\.emf$|\\.svgz$|\\.ico$|\\.webp$|\\.eps$|\\.ppm$|\\.pgm$|\\.pbm$|\\.pnm$|\\.o$|\\.so$|\\.rdb$|\\.rdx$|\\.woff2$|\\.woff$|\\.otf$|\\.ttf$|\\.eot$|\\.docx$|\\.xlsx$|\\.pptx$|\\.xltx$|\\.potx$|\\.doc$|\\.xls$|\\.ppt$|\\.odt$|\\.ods$|\\.odp$|\\.odg$|\\.odc$|\\.odf$|\\.odi$|\\.odm$|\\.odb$|\\.sas7bdat$|\\.sas7bcat$|\\.xpt$|\\.xpt5$|\\.xpt8$|\\.zip$|\\.tar$|\\.gz$|\\.tgz$|\\.bz2$|\\.7z$|\\.xz$|\\.sqlite$|\\.sqlite3$|\\.pyc$|\\.jar$|\\.mo$|\\.shx$|\\.shp$|\\.laz$|\\.sbx$|\\.sbn$|\\.nc$|\\.gpkg$|\\.bam$|\\.bai$|\\.wav$|\\.mp3$|\\.mid$|\\.ogg$|\\.au$|\\.m4a$|\\.mp4$|\\.avi$|\\.mov$|\\.mkv$|\\.webm$"
#> - Format: "binary"
#> - Recursive: TRUE
#> - Ignore case: TRUE
#> - All files: TRUE
#> 
#> 
#> [[6]]
#> -- File specification ----------------------------------------------------
#> - Relative path: "data/"
#> - Pattern: "\\.rda$|\\.RData$"
#> - Format: "binary"
#> - Recursive: FALSE
#> - Ignore case: TRUE
#> - All files: FALSE
#>