From 324cf666a37be31448e566e6765c420d8b2f6477 Mon Sep 17 00:00:00 2001 From: LTLA Date: Wed, 4 Dec 2024 00:43:29 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20kanavers?= =?UTF-8?q?e/wobbegong-R@684f7418a1c6efbebf4407ca35be14223019dd27=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- pkgdown.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 482ee2b..fe16472 100644 --- a/index.html +++ b/index.html @@ -222,8 +222,8 @@

For reduced dimensions

Data encoding

-

Integer data ("integer") are encoded as a DEFLATE-compressed array of 32-bit signed integers in the specified byte_order. Missing values are represented as -2147483648.

-

Double-precision data ("double") are encoded as a DEFLATE-compressed array of 64-bit IEEE double-precision floats in the specified byte_order. This may contain IEEE special values like NaN and infinity. Missing values are encoded as NaN with a payload of 1954, inherited from R (see discussion here).

+

Integer data ("integer") are encoded as a DEFLATE-compressed array of 32-bit signed integers in the specified byte_order. It is expected that integers are using a two’s complement representation. Missing values are represented as -2147483648.

+

Double-precision data ("double") are encoded as a DEFLATE-compressed array of 64-bit IEEE754 double-precision floats in the specified byte_order. This may contain IEEE special values like NaN and infinity. Missing values are encoded as NaN with a payload of 1954, inherited from R (see discussion here).

Boolean data ("boolean") are encoded as a DEFLATE-compressed array of 8-bit unsigned integers. Values of 0 represent false, values of 1 represent true, and values of 2 are missing.

String data ("string") are encoded as a DEFLATE-compressed array of null-terminated strings. Each string can be assumed to follow the UTF-8 character encoding. Missing values are represented by the Unicode replacement character (U+FFFD).

diff --git a/pkgdown.yml b/pkgdown.yml index c66cbbe..a083d80 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,4 +2,4 @@ pandoc: 3.1.11 pkgdown: 2.1.1 pkgdown_sha: ~ articles: {} -last_built: 2024-12-03T21:24Z +last_built: 2024-12-04T00:43Z