aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-10-07 07:26:39 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2014-10-07 07:26:39 +0200
commit813b2bba907bf2a62e1d5d58e9f362c09da7dfc1 (patch)
treec824d2c408981d5b212bb7e6a24ae99ba6740939 /man
parent8d7007876dbc01285616817ec261975aa520808c (diff)
Improvements to README, don't run save commands in examples
Diffstat (limited to 'man')
-rw-r--r--man/FOCUS_2006_Z_gmkin.Rd6
-rw-r--r--man/FOCUS_2006_gmkin.Rd5
2 files changed, 8 insertions, 3 deletions
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

Contact - Imprint