Skip to content

Commit

Permalink
Updated doc and rebuild instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rwoldford committed Feb 7, 2022
1 parent 824573d commit cc1a88e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
4 changes: 4 additions & 0 deletions Rebuild_instructions.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# make replaces the tcl library inside R
#
# build documentation
devtools::document(roclets = c('rd', 'collate', 'namespace'))
# run tests
devtools::test()
# check as CRAN
devtools::check(args = c('--as-cran'))
pkgdown::build_site()
devtools::check_win_devel()
2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ articles:
loonPlotsAndGridGraphics: loonPlotsAndGridGraphics.html
savingLoonPlots: savingLoonPlots.html
teaching-example-smoothing: teaching-example-smoothing.html
last_built: 2022-02-06T21:43Z
last_built: 2022-02-07T00:06Z

4 changes: 2 additions & 2 deletions docs/reference/L2_distance.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/reference/condGrob.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions docs/reference/l_predict.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/tcl_img_2_r_raster.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc1a88e

Please sign in to comment.