Skip to content

Commit

Permalink
Fix pkgdown error
Browse files Browse the repository at this point in the history
* Error in yaml::yaml.load(..., eval.expr = TRUE) : Scanner error: while scanning for the next token at line 3, column 8 found character that cannot start any token at line 3, column 8
* `date` field was not valid in YAML, easy fix (see https://codegrepr.com/question/yaml-current-date-in-rmarkdown/)
  • Loading branch information
sophiemeakin committed Sep 22, 2022
1 parent c5d3a0f commit d5399c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/create_public_mapping.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Creating the public mappings"
author: "Sophie Meakin"
date: `r format.Date(Sys.Date(), "%d %B %Y")`
date: "`r format.Date(Sys.Date(),'%d %B %Y')`"
output: html_document
vignette: >
%\VignetteIndexEntry{Creating the public mappings}
Expand Down

0 comments on commit d5399c3

Please sign in to comment.