From 47a587d8fcce2639112974a459f5ee1a9d40a536 Mon Sep 17 00:00:00 2001 From: Chris Hartgerink Date: Mon, 24 Jun 2024 10:05:36 +0200 Subject: [PATCH 1/3] Add DOI category feed --- blog.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog.qmd b/blog.qmd index 4a7bdc3a..88b0b1d0 100644 --- a/blog.qmd +++ b/blog.qmd @@ -8,7 +8,7 @@ listing: sort-ui: false filter-ui: false feed: - categories: [R package, R, posts] + categories: [R package, R, posts, DOI] page-layout: full title-block-banner: true --- From 15c34e6e75f8a90a961074a0a5586c7501847702 Mon Sep 17 00:00:00 2001 From: Chris Hartgerink Date: Mon, 24 Jun 2024 14:13:26 +0200 Subject: [PATCH 2/3] Add DOI category to post --- posts/renv-complications/index.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/renv-complications/index.qmd b/posts/renv-complications/index.qmd index bb31e312..fea8bed5 100644 --- a/posts/renv-complications/index.qmd +++ b/posts/renv-complications/index.qmd @@ -4,7 +4,7 @@ author: - name: "Hugo Gruson" orcid: "0000-0002-4094-1476" date: "2024-01-31" -categories: [R, reproducibility, renv] +categories: [R, reproducibility, renv, DOI] format: html: toc: true From 1822e0d3d2fd72e83dba23ca75930872bbf7f446 Mon Sep 17 00:00:00 2001 From: Chris Hartgerink Date: Mon, 24 Jun 2024 14:19:06 +0200 Subject: [PATCH 3/3] Ignore MD033 --- posts/renv-complications/index.qmd | 1 + 1 file changed, 1 insertion(+) diff --git a/posts/renv-complications/index.qmd b/posts/renv-complications/index.qmd index fea8bed5..cc29dec1 100644 --- a/posts/renv-complications/index.qmd +++ b/posts/renv-complications/index.qmd @@ -56,6 +56,7 @@ For example, a recent project (from 2023) was trying to install the version 0.60 > error: ‘DOUBLE_XMAX’ undeclared (first use in this function); did you mean ‘DBL_MAX’? +
Click to see the full error message ```txt