From 0d80327a514b6e8cf33773cab1ba10126bcc86d2 Mon Sep 17 00:00:00 2001 From: Adriaan Dokter Date: Sun, 28 Jul 2024 09:33:15 -0400 Subject: [PATCH] remove two spaces --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 620828e2..2b3ea660 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,9 +3,9 @@ ## New features -* ENRAM VPTS data exchange format added in package data as `vpts_schema.rda` +* ENRAM VPTS data exchange format added in package data as `vpts_schema.rda` -* VPTS files are now able to be validated with `validate_vpts()` which uses the schema to check for min/max constraint violations for specific fields, regex and datetime formatting +* VPTS files are now able to be validated with `validate_vpts()` which uses the schema to check for min/max constraint violations for specific fields, regex and datetime formatting * speed up `integrate_to_ppi()` and `project_as_ppi()` by using native `sf` functions (#669)