diff options
-rw-r--r-- | GNUmakefile | 1 | ||||
-rw-r--r-- | docs/index.html | 2 | ||||
-rw-r--r-- | docs/pkgdown.yml | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile index 405958c..d82d329 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -28,7 +28,6 @@ quickcheck: build pd: "$(RBIN)/Rscript" -e "pkgdown::build_site()" git add -A - git commit -m 'Static documentation rebuilt by pkgdown::build_site()' -e winbuilder: build @echo "Uploading to R-release on win-builder" diff --git a/docs/index.html b/docs/index.html index 3aead2a..1404e36 100644 --- a/docs/index.html +++ b/docs/index.html @@ -72,7 +72,7 @@ <p><a href="https://cran.r-project.org/package=drfit" class="external-link"><img src="https://www.r-pkg.org/badges/version/drfit"></a></p> <p>A somewhat outdated package of basic and easy-to-use functions for fitting dose-response curves to continuous dose-response data, calculating some toxicological parameters and plotting the results. Please consider using the more powerful and actively developed ‘drc’ package.</p> <p>Functions that are fitted are the cumulative density function of the log-normal distribution (‘probit’ fit), of the logistic distribution (‘logit’ fit), of the Weibull distribution (‘weibull’ fit) and a linear-logistic model (‘linlogit’ fit), derived from the latter, which is used to describe data showing stimulation at low doses (hormesis). In addition, functions checking, plotting and retrieving dose-response data retrieved from a database accessed via ‘odbc’ are included. As an alternative to the original fitting methods, the algorithms from the ‘drc’ package can be used.</p> -<p>More details can be found in the <a href="reference/index.html">function referenc</a>.</p> +<p>More details can be found in the <a href="https://pkgdown.jrwb.de/drfit/reference/index.html" class="external-link">function reference</a>.</p> </div> </div> diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index b4c63ac..e9038f4 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -2,5 +2,5 @@ pandoc: 2.17.1.1 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2023-07-21T06:24Z +last_built: 2023-07-21T06:32Z |