diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-07-26 16:17:05 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-07-26 16:17:05 +0200 |
commit | 546c540fecb60b51c3e265911282881315a8c937 (patch) | |
tree | 666f473f5f8e77e6f5059721e19076909d1d4499 /man | |
parent | 8f9bcec005ed1e0c6086c19a94e03f20fd6d6263 (diff) |
Import parallel instead of depending on it
This cleans up the startup message. Loading parallel is not
that important, users wanting to use it will know what to do.
Also, add codemeta.json to .Rbuildignore
Diffstat (limited to 'man')
-rw-r--r-- | man/mkinfit.Rd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/mkinfit.Rd b/man/mkinfit.Rd index b5b24449..f96b4d22 100644 --- a/man/mkinfit.Rd +++ b/man/mkinfit.Rd @@ -23,8 +23,8 @@ mkinfit( atol = 1e-08, rtol = 1e-10, error_model = c("const", "obs", "tc"), - error_model_algorithm = c("auto", "d_3", "direct", "twostep", "threestep", - "fourstep", "IRLS", "OLS"), + error_model_algorithm = c("auto", "d_3", "direct", "twostep", "threestep", "fourstep", + "IRLS", "OLS"), reweight.tol = 1e-08, reweight.max.iter = 10, trace_parms = FALSE, |