Skip to content

Commit f160340

Browse files
authored
Merge pull request #176 from rwoldford/master
Add images and rebuild-instructions
2 parents 7935857 + cc1a88e commit f160340

12 files changed

+24
-11
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.DS_Store
22
.gitignore
33
.travis.yml
4+
Rebuild_instructions.R
45
R/loon.Rproj
56
R/man-roxygen
67
R/cran-comments.md

R/inst/images/Apulia.png

6.7 KB
Loading

R/inst/images/Calabria.png

8.28 KB
Loading

R/inst/images/Liguria.png

7.98 KB
Loading

R/inst/images/Sardinia.png

17.4 KB
Loading

R/inst/images/Sicily.png

10.7 KB
Loading

R/inst/images/Umbria.png

3.67 KB
Loading

Rebuild_instructions.R

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# call make file in shell to rebuild tcl AND the tcl/R website
2+
# Source tcl is in Tcl folder above R;
3+
# make replaces the tcl library inside R
4+
#
5+
# build documentation
6+
devtools::document(roclets = c('rd', 'collate', 'namespace'))
7+
# run tests
8+
devtools::test()
9+
# check as CRAN
10+
devtools::check(args = c('--as-cran'))
11+
pkgdown::build_site()
12+
devtools::check_win_devel()

docs/pkgdown.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ articles:
77
loonPlotsAndGridGraphics: loonPlotsAndGridGraphics.html
88
savingLoonPlots: savingLoonPlots.html
99
teaching-example-smoothing: teaching-example-smoothing.html
10-
last_built: 2022-02-06T21:12Z
10+
last_built: 2022-02-07T00:06Z
1111

docs/reference/L2_distance.html

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/l_predict.html

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/tcl_img_2_r_raster.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)