aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-02-21 15:11:05 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2019-02-21 15:11:05 +0100
commitd5a30175649e2812881c3b1cdba231e2b12b41da (patch)
tree870d8dfcd7f2b0f57787474621d67d50e1d2ab16
parent584232eb6db9c02a3efd2430cd555a037ded65bc (diff)
Remove unused code
-rw-r--r--build.log2
-rw-r--r--man/logistic.solution.Rd1
-rw-r--r--tests/testthat/test_logistic.R1
3 files changed, 1 insertions, 3 deletions
diff --git a/build.log b/build.log
index 79c00855..6831459d 100644
--- a/build.log
+++ b/build.log
@@ -6,5 +6,5 @@
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* looking to see if a ‘data/datalist’ file should be added
-* building ‘mkin_0.9.47.6.tar.gz’
+* building ‘mkin_0.9.48.1.tar.gz’
diff --git a/man/logistic.solution.Rd b/man/logistic.solution.Rd
index 396e09ef..67e60983 100644
--- a/man/logistic.solution.Rd
+++ b/man/logistic.solution.Rd
@@ -53,7 +53,6 @@ logistic.solution(t, parent.0, kmax, k0, r)
sampling_times = c(0, 1, 3, 7, 14, 28, 60, 90, 120)
parms_logistic <- c(kmax = 0.08, k0 = 0.0001, r = 0.2)
- parms_logistic_optim <- c(parent_0 = 100, parms_logistic)
d_logistic <- mkinpredict(logistic,
parms_logistic, c(parent = 100),
sampling_times)
diff --git a/tests/testthat/test_logistic.R b/tests/testthat/test_logistic.R
index 1ea1013b..5cc00fd3 100644
--- a/tests/testthat/test_logistic.R
+++ b/tests/testthat/test_logistic.R
@@ -22,7 +22,6 @@ logistic <- mkinmod(parent = mkinsub("logistic"))
sampling_times = c(0, 1, 3, 7, 14, 28, 60, 90, 120)
parms_logistic <- c(kmax = 0.08, k0 = 0.0001, r = 0.2)
-parms_logistic_optim <- c(parent_0 = 100, parms_logistic)
d_logistic <- mkinpredict(logistic,
parms_logistic, c(parent = 100),
sampling_times)

Contact - Imprint