From 6f36ce4b1dcda53f00e447908d84ed24692cecb2 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer <reinhold@kainhofer.com> Date: Sat, 21 Oct 2023 06:59:50 +0200 Subject: [PATCH] V1.0.0: Fix canonical URL for CRAN --- .../creating-company-specific-implementations-as-package.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/creating-company-specific-implementations-as-package.Rmd b/vignettes/creating-company-specific-implementations-as-package.Rmd index 3f6acb5..ce2d6c4 100644 --- a/vignettes/creating-company-specific-implementations-as-package.Rmd +++ b/vignettes/creating-company-specific-implementations-as-package.Rmd @@ -107,7 +107,7 @@ to validate the official numbers in the financial statements). 1. Implement the corresponding products in the files in the `R/` subdirectory. Use the LifeInsureR documentation available at - <https://cran.r-project.org/web/packages/LifeInsureR/vignettes/using-the-lifeinsurer-package.html> + <https://cran.r-project.org/package=LifeInsureR/vignettes/using-the-lifeinsurer-package.html> 2. Install the package (using the "Install" button in RStudio's "Build" pane) -- GitLab