diff --git a/.Rbuildignore b/.Rbuildignore index ab0b2fd..8016ac3 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -2,28 +2,19 @@ ^\.Rproj\.user$ ^\.Rhistory -^vignettes -^docs ^\.gitignore$ ^_pkgdown\.yml ^README\.md ^\.travis\.yml$ ^appveyor\.yml$ + +^\.github +^pkgdown +^vignettes +^docs ^data-raw$ -cran-comments.md ^cran-comments -man/figures/logo.png -inst/sticker/ -github/ - -## images needed for vignettes but not the package -vignettes/aaaMakeDataVignettes.R -vignettes/Scale_2.jpg -vignettes/Scale_3.jpg -vignettes/Oto140306.jpg -vignettes/DWS_Oto_89765.jpg -vignettes/zzzTempRdsFiles/ - -## interactive tests folder -tests/Validating/ \ No newline at end of file +^man/figures/logo\.png +^inst/sticker +^tests/Validating \ No newline at end of file diff --git a/.Rinstignore b/.Rinstignore new file mode 100644 index 0000000..d91a86a --- /dev/null +++ b/.Rinstignore @@ -0,0 +1 @@ +^inst/sticker \ No newline at end of file diff --git a/NEWS.md b/NEWS.md index e9b4b82..9a2fa5f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,6 @@ # RFishBC 0.1.9000 ongoing * Added several items (mostly images) to .Rbuildignore to lower bloat of package. +* Added .Rbuildignore to remove sticker folder from package directory. * Added validation tests (still need to be run manually) from Sullivan data. * `combineData()`: Modified. Changed `outFormat=` to `formatOut=`. Added `outType=` to allow user to choose either radial or incremental measurements as output. * `digitizeRadii()`: Modified. Changed `showTransect=` to `makeTransect`. Changed so that `snap2Transect` is changed to `FALSE` if it is `TRUE` and `makeTransect=FALSE`. Radii are now computed as the cumulative sum of increments rather than the distance from the selected point back to the structure center. This addresses [#32](https://github.com/droglenc/RFishBC/issues/32).