From 3e276ccfec835990fb2c09a498829992b6402d52 Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:19:37 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8fca4e..51bc939 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Developing `R` packages As a modern statistician, one of the most fundamental contributions you can make is to create and distribute software that implements the methods you develop. I have gone so far as to say if you write a paper without -software, [that paper doesn't exist](http://simplystatistics.org/2013/01/23/statisticians-and-computer-scientists-if-there-is-no-code-there-is-no-paper/). +software, [that paper doesn't exist](https://simplystatistics.org/posts/2013-01-23-statisticians-and-computer-scientists-if-there-is-no-code-there-is-no-paper/). The purposes of this guide are: