diff --git a/.gitignore b/.gitignore index 9f4fa20..fd43a4e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,5 @@ pkg/unmixR.Rcheck/ pkg/unmixR_* *.Rproj .Rproj.user -.Rbuildignore /.project pkg/unmixR/man diff --git a/pkg/unmixR/.Rbuildignore b/pkg/unmixR/.Rbuildignore new file mode 100644 index 0000000..1fcde76 --- /dev/null +++ b/pkg/unmixR/.Rbuildignore @@ -0,0 +1,54 @@ +# READ-ONLY FILE +# +# Original file resides in r-hyperspec/pkg-skelton. +# DO NOT EDIT in any other repo as these changes will be overwritten. +# Edit at r-hyperspec/pkg-skelton, then push there and +# this file will be deployed to the other repos. +# + +# IDE & editor files +^.*\.Rproj$ +^\.Rproj\.user$ + + +# Github +^\.github$ +^github-helpers$ + + +# Codecov +^.codecov\.yml$ +^codecov\.yml$ + + +# Pkgdown +^_pkgdown\.yml$ +^pkgdown$ + ^docs$ + + +# Directories +^_tmp$ +^data-raw$ + + +# Helper files +^CONTRIBUTING\.md$ +^LICENSE\.md$ +^NEWS\.html$ +^README\.md$ +^README\.Rmd$ +Makefile + + +# Unwanted files +Rplots.pdf + + +### Package-specific ### +^inst/extdata/chondro\.gz$ +^inst/extdata/winspec.pdf$ +^Vignettes-Rnw$ +tests/testthat/fileio + + diff --git a/pkg/unmixR/.gitignore b/pkg/unmixR/.gitignore new file mode 100644 index 0000000..543b6c3 --- /dev/null +++ b/pkg/unmixR/.gitignore @@ -0,0 +1,55 @@ +# READ-ONLY FILE +# +# Original file resides in r-hyperspec/pkg-skelton. +# DO NOT EDIT in any other repo as these changes will be overwritten. +# Edit at r-hyperspec/pkg-skelton, then push there and +# this file will be deployed to the other repos. +# + +# History files +.Rhistory +.Rapp.history + +# Session Data files +.RData +.Ruserdata + +# Example code in package build process +*-Ex.R + +# Mac directory files +*.DS_Store + +# RStudio files +.Rproj.user +*.Rproj.user +*.Rproj + +# Local pkgdown files +docs/ + +# Unit tests +tests/testthat/Rplots.pdf +tests/testthat/test_*.R +tests/testthat/test-*.R + +# Vignettes +vignettes/*-pkg.bib +vignettes/*.html +vignettes/*.R +vignettes/fileio +vignettes/resources/*.bib +inst/doc + +# Documentation +man/*.Rd +NAMESPACE +NEWS.html +README.html + +# Other/Broad +*.html +_tmp/ + +### Package-specific ### +tests/testthat/fileio