From 53d44c8a0d48781fdaa4a87bb89ad2ab79b79232 Mon Sep 17 00:00:00 2001 From: Louis Aslett Date: Thu, 22 Aug 2024 17:56:45 +0100 Subject: [PATCH] Correct authors on website and update http -> https links --- README.md | 8 ++++---- _pkgdown.yml | 14 +++++++++++++- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e28b076..f867e25 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # mlmc R package -[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) -[![license](https://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-2.0.html) +[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) +[![license](https://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat)](https://www.gnu.org/licenses/gpl-2.0.html) [![metacran version](https://www.r-pkg.org/badges/version/mlmc)](https://cran.r-project.org/package=mlmc) [![metacran downloads](https://cranlogs.r-pkg.org/badges/grand-total/mlmc)](https://cran.r-project.org/package=mlmc) [![mlmc status badge](https://louisaslett.r-universe.dev/badges/mlmc)](https://louisaslett.r-universe.dev/mlmc) -An implementation of Multi-level Monte Carlo for R. This package builds on the original GPL-2 Matlab and C++ implementations by Mike Giles (see ) to provide a full MLMC driver and example level samplers. Multi-core parallel sampling of levels is provided built-in. +An implementation of Multi-level Monte Carlo for R. This package builds on the original GPL-2 Matlab and C++ implementations by Mike Giles (see ) to provide a full MLMC driver and example level samplers. Multi-core parallel sampling of levels is provided built-in. ## Contact @@ -33,7 +33,7 @@ install.packages("mlmc", repos = c("https://louisaslett.r-universe.dev", "https: Installing directly from [GitHub](https://github.com) is not supported by the `install.packages` command. You could use the -[devtools](http://cran.r-project.org/web/packages/devtools/index.html) package +[devtools](https://cran.r-project.org/package=devtools) package to install the development version if desired. ```r diff --git a/_pkgdown.yml b/_pkgdown.yml index 8cd37c6..5a61829 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,4 +1,16 @@ url: https://mlmc.louisaslett.com/ template: bootstrap: 5 - +navbar: + structure: + left: [intro, reference, articles, tutorials, news, giles] + right: [search, github, lightswitch] + components: + giles: + text: Mike Giles MLMC page + href: https://people.maths.ox.ac.uk/~gilesm/mlmc/ +authors: + footer: + text: "Maintained by" + sidebar: + roles: [aut, ctb]