From 9e38e562349da58edfad8e1745315735d6b60307 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 20 Jul 2015 23:30:42 +0200 Subject: Vignettes rebuilt by staticdocs::build_site() for static documentation on r-forge --- test.R | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test.R (limited to 'test.R') diff --git a/test.R b/test.R new file mode 100644 index 00000000..5733960f --- /dev/null +++ b/test.R @@ -0,0 +1,10 @@ +devtools::document("~/git/staticdocs") +devtools::install("~/git/staticdocs") +library(staticdocs) + +debug(staticdocs:::to_html.list) +debug(staticdocs:::to_html.Rd_doc) +debug(staticdocs:::to_html.examples) +debug(staticdocs:::replay_html) +debug(staticdocs:::replay_html.recordedplot) +build_site("~/git/mkin", site_path = "~/svn/kinfit.r-forge/www/mkin_static") -- cgit v1.2.1