Skip to content

Commit

Permalink
Correct authors on website and update http -> https links
Browse files Browse the repository at this point in the history
  • Loading branch information
louisaslett committed Aug 22, 2024
1 parent fdd95ee commit 53d44c8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# mlmc R package <img src="man/figures/logo.png" align="right" height="278" alt="" />
[![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 <http://people.maths.ox.ac.uk/~gilesm/mlmc/>) 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 <https://people.maths.ox.ac.uk/~gilesm/mlmc/>) to provide a full MLMC driver and example level samplers. Multi-core parallel sampling of levels is provided built-in.

## Contact

Expand Down Expand Up @@ -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
Expand Down
14 changes: 13 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit 53d44c8

Please sign in to comment.