A default combination of common file specifications.
file_default()
A list of file specifications.
The contents of this section are shown in PDF user manual only.
file_default()#> [[1]]#>#>#>#> '^DESCRIPTION$|^NAMESPACE$|^README$|^README\\.md$|^NEWS$|^NEWS\\.md$|^LICENSE$|\\.Rbuildignore$'#>#> 'text'#> FALSE#> FALSE#> TRUE#> #> [[2]] #> [[2]][[1]]#>#> ── File specification ──────────────────────────────────────────────────────────#> R/#> '\\.R$|\\.r$|\\.s$'#> 'text'#> FALSE#> TRUE#> FALSE#> #> [[2]][[2]]#>#> ── File specification ──────────────────────────────────────────────────────────#> R/#> '^sysdata\\.rda$'#> 'binary'#> FALSE#> TRUE#> FALSE#> #> #> [[3]] #> [[3]][[1]]#>#> ── File specification ──────────────────────────────────────────────────────────#> man/#> '\\.Rd$|\\.rd$'#> 'text'#> FALSE#> TRUE#> FALSE#> #> [[3]][[2]]#>#> ── File specification ──────────────────────────────────────────────────────────#> man/figures/#> '\\.jpg$|\\.jpeg$|\\.pdf$|\\.png$'#> 'binary'#> FALSE#> TRUE#> FALSE#> #> [[3]][[3]]#>#> ── File specification ──────────────────────────────────────────────────────────#> man/figures/#> '\\.svg$'#> 'text'#> FALSE#> TRUE#> FALSE#> #> #> [[4]]#>#> ── File specification ──────────────────────────────────────────────────────────#> src/#> '\\.c$|\\.h$|\\.cpp$|\\.hpp$|\\.hxx$|\\.hh$|\\.f$|\\.f90$|\\.f95$|\\.f03$'#>#> 'text'#> TRUE#> TRUE#> FALSE#> #> [[5]] #> [[5]][[1]]#>#> ── File specification ──────────────────────────────────────────────────────────#> vignettes/#> '\\.R$|\\.r$|\\.s$|\\.Rd$|\\.rd$|\\.svg$|\\.c$|\\.h$|\\.cpp$|\\.hpp$|\\.hxx$|\\.hh$|\\.f$|\\.f90$|\\.f95$|\\.f03$|\\.Rmd$|\\.md$|\\.Rnw$|\\.tex$|\\.bib$|\\.Rproj$|\\.dcf$|\\.yml$|\\.yaml$|\\.csv$|\\.tsv$|\\.txt$|\\.html$|\\.css$|\\.js$|\\.xml$|\\.rtf$'#>#> 'text'#> TRUE#> TRUE#> TRUE#> #> [[5]][[2]]#>#> ── File specification ──────────────────────────────────────────────────────────#> vignettes/#> '\\.rda$|\\.rds$|\\.RData$|\\.jpg$|\\.jpeg$|\\.pdf$|\\.png$|\\.bmp$|\\.gif$|\\.tiff$|\\.emf$|\\.ico$|\\.webp$|\\.eps$|\\.o$|\\.so$|\\.docx$|\\.xlsx$|\\.pptx$|\\.doc$|\\.xls$|\\.ppt$|\\.sas7bdat$|\\.sas7bcat$|\\.xpt$|\\.xpt5$|\\.xpt8$'#>#> 'binary'#> TRUE#> TRUE#> TRUE#> #> #> [[6]]#>#> ── File specification ──────────────────────────────────────────────────────────#> data/#> '\\.rda$|\\.RData$'#> 'binary'#> FALSE#> TRUE#> FALSE#>