Skip to content

Commit

Permalink
Cleaned Rbuildignore, Added Rinstignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Ogle committed Dec 11, 2018
1 parent 56c1d4c commit 58a0327
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
25 changes: 8 additions & 17 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/
^man/figures/logo\.png
^inst/sticker
^tests/Validating
1 change: 1 addition & 0 deletions .Rinstignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
^inst/sticker
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit 58a0327

Please sign in to comment.