Skip to content

Commit cc1a88e

Browse files
committed
Updated doc and rebuild instructions
1 parent 824573d commit cc1a88e

6 files changed

+17
-12
lines changed

Rebuild_instructions.R

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
# make replaces the tcl library inside R
44
#
55
# build documentation
6+
devtools::document(roclets = c('rd', 'collate', 'namespace'))
7+
# run tests
8+
devtools::test()
69
# check as CRAN
10+
devtools::check(args = c('--as-cran'))
711
pkgdown::build_site()
812
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:43Z
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/condGrob.html

+2-1
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)