Skip to content

Commit dfb0ca3

Browse files
committed
ignore large figure files in build
1 parent 01e0504 commit dfb0ca3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@
2020
^R/preliminary\.R$
2121
^R/utils-tidy-eval\.R$
2222
tests/benchmarking_and_testing.R
23+
^man/figures/logo_$
24+
^man/figures/Figure_07_san_andreas_data.png$

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ editor_options:
1010

1111
[![CRAN
1212
status](https://www.r-pkg.org/badges/version/tectonicr)](https://CRAN.R-project.org/package=tectonicr)
13-
[![](https://img.shields.io/badge/devel%20version-0.4.3.92-orange.svg)](https://github.com/tobiste/tectonicr)
13+
[![](https://img.shields.io/badge/devel%20version-0.4.4-orange.svg)](https://github.com/tobiste/tectonicr)
1414
[![](http://cranlogs.r-pkg.org/badges/grand-total/tectonicr?color=yellow)](https://cran.r-project.org/package=tectonicr)
1515
[![R-CMD-check](https://github.com/tobiste/tectonicr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tobiste/tectonicr/actions/workflows/R-CMD-check.yaml)
1616
[![DOI](https://img.shields.io/badge/doi-10.32614/CRAN.package.tectonicr-slategrey.svg)](https://doi.org/10.32614/CRAN.package.tectonicr)
@@ -97,7 +97,7 @@ pb = subset(plates, pair == "na-pa")
9797
The code produces the underlying results for Fig. 7 from Stephan et al.
9898
(2023)
9999

100-
<img src="man/figures/Figure_07_san_andreas_data.png" width="864"/>
100+
<img src="man/figures/Figure_07_san_andreas_data_low.jpg" width="864"/>
101101

102102
## Documentation
103103

758 KB
Loading

0 commit comments

Comments
 (0)