From 813b2bba907bf2a62e1d5d58e9f362c09da7dfc1 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 7 Oct 2014 07:26:39 +0200 Subject: Improvements to README, don't run save commands in examples --- man/FOCUS_2006_Z_gmkin.Rd | 6 ++++-- man/FOCUS_2006_gmkin.Rd | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/FOCUS_2006_Z_gmkin.Rd b/man/FOCUS_2006_Z_gmkin.Rd index 4f6a5e4..07f40bb 100644 --- a/man/FOCUS_2006_Z_gmkin.Rd +++ b/man/FOCUS_2006_Z_gmkin.Rd @@ -14,8 +14,10 @@ needed to populate the \code{\link{gmkin}} user interface. } \examples{ - save(FOCUS_2006_Z_gmkin, file = "FOCUS_2006_gmkin_Z.RData") - # Now you can load the file "FOCUS_2006_gmkin_Z.RData" from gmkin + \dontrun{ + save(FOCUS_2006_Z_gmkin, file = "FOCUS_2006_Z_gmkin.RData") + # Now you can load the file "FOCUS_2006_Z_gmkin.RData" from gmkin + } } \source{ FOCUS (2006) \dQuote{Guidance Document on Estimating Persistence and diff --git a/man/FOCUS_2006_gmkin.Rd b/man/FOCUS_2006_gmkin.Rd index 371ddc7..580286d 100644 --- a/man/FOCUS_2006_gmkin.Rd +++ b/man/FOCUS_2006_gmkin.Rd @@ -15,8 +15,11 @@ needed to populate the gmkin user interface. } \examples{ + \dontrun{ save(FOCUS_2006_gmkin, file = "FOCUS_2006_gmkin.RData") - # Now you can load the file "FOCUS_2006_gmkin.RData" from gmkin + # Now you can load the file "FOCUS_2006_gmkin.RData" from gmkin, + # restoring the workspace that is loaded at startup. + } } \source{ FOCUS (2006) \dQuote{Guidance Document on Estimating Persistence and -- cgit v1.2.1