Skip to content

Commit

Permalink
Updated docs/ for 0.3.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jan 11, 2025
1 parent 68ea56a commit 5fe3414
Show file tree
Hide file tree
Showing 7 changed files with 187 additions and 27 deletions.
59 changes: 58 additions & 1 deletion docs/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<div data-md-component="skip">


<a href="#2024" class="md-skip">
<a href="#2025" class="md-skip">
Skip to content
</a>

Expand Down Expand Up @@ -829,6 +829,13 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#2025" class="md-nav__link">
2025
</a>

</li>

<li class="md-nav__item">
<a href="#2024" class="md-nav__link">
2024
Expand Down Expand Up @@ -931,6 +938,13 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#2025" class="md-nav__link">
2025
</a>

</li>

<li class="md-nav__item">
<a href="#2024" class="md-nav__link">
2024
Expand Down Expand Up @@ -1011,7 +1025,50 @@

<h1>Changelog</h1>

<h3 id="2025">2025</h3>
<p>2025-01-10 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<pre><code> * DESCRIPTION (Version, Date): Release 0.3.11
</code></pre>
<p>2025-01-07 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<pre><code> * DESCRIPTION (Date, Version): Roll micro version and date

* R/nanotime.R (format.nanotime): Index and override NA values prior
to CCTZ call, flag after call avoiding a UBSAN warning in client code
</code></pre>
<h3 id="2024">2024</h3>
<p>2024-10-31 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<pre><code> * DESCRIPTION (Version, Date): Roll minor version and date
</code></pre>
<p>2024-10-30 Michael Chirico <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#99;&#104;&#105;&#114;&#105;&#99;&#111;&#109;&#64;&#103;&#111;&#111;&#103;&#108;&#101;&#46;&#99;&#111;&#109;">&#99;&#104;&#105;&#114;&#105;&#99;&#111;&#109;&#64;&#103;&#111;&#111;&#103;&#108;&#101;&#46;&#99;&#111;&#109;</a> </p>
<pre><code> * src/period.cpp: Create `Rcomplex` objects in a more robust
way that appeases `Wmissing-braces` compiler warnings on `clang`.
</code></pre>
<p>2024-09-16 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<pre><code> * DESCRIPTION (Version, Date): Release 0.3.10
</code></pre>
<p>2024-09-15 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<pre><code> * demo/ggplot2Example.R: Removed to local/
* demo/00Index: Removed entry for gpplot2Example
</code></pre>
<p>2024-09-09 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<pre><code> * DESCRIPTION (Version, Date): Roll minor version and date

* R/nanoival.R (setdiff): Under R 4.5.0, call setdiff for integer64
* R/nanotime.R (setMethod): Under R 4.5.0, define unique method
* NAMESPACE: Conditionally export unique
* man/nanotime.Rd: Alias unique
</code></pre>
<p>2024-08-31 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<pre><code> * DESCRIPTION (Authors@R): Added
</code></pre>
<p>2024-06-22 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<pre><code> * DESCRIPTION (Version, Date): Roll minor version and date

* inst/tinytest/test_nanotime.R: Retire test for Solaris
* inst/tinytest/test_nanoperiod.R: Idem
* inst/tinytest/test_nanoival.R: Idem
* inst/tinytest/test_zoo.R: Idem
</code></pre>
<p>2024-06-21 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<pre><code> * DESCRIPTION (Version, Date): Release 0.3.9
</code></pre>
Expand Down
53 changes: 53 additions & 0 deletions docs/mkdmt-src/src/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,58 @@
### 2025

2025-01-10 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Release 0.3.11

2025-01-07 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Date, Version): Roll micro version and date

* R/nanotime.R (format.nanotime): Index and override NA values prior
to CCTZ call, flag after call avoiding a UBSAN warning in client code

### 2024

2024-10-31 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Roll minor version and date

2024-10-30 Michael Chirico <[email protected]>

* src/period.cpp: Create `Rcomplex` objects in a more robust
way that appeases `Wmissing-braces` compiler warnings on `clang`.

2024-09-16 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Release 0.3.10

2024-09-15 Dirk Eddelbuettel <[email protected]>

* demo/ggplot2Example.R: Removed to local/
* demo/00Index: Removed entry for gpplot2Example

2024-09-09 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Roll minor version and date

* R/nanoival.R (setdiff): Under R 4.5.0, call setdiff for integer64
* R/nanotime.R (setMethod): Under R 4.5.0, define unique method
* NAMESPACE: Conditionally export unique
* man/nanotime.Rd: Alias unique

2024-08-31 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Authors@R): Added

2024-06-22 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Roll minor version and date

* inst/tinytest/test_nanotime.R: Retire test for Solaris
* inst/tinytest/test_nanoperiod.R: Idem
* inst/tinytest/test_nanoival.R: Idem
* inst/tinytest/test_zoo.R: Idem

2024-06-21 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Release 0.3.9
Expand Down
25 changes: 25 additions & 0 deletions docs/mkdmt-src/src/news.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
<div class="container">
<div role="main">
<h3 id="version-0.3.11-2025-01-10">Version 0.3.11 (2025-01-10)</h3>
<ul>
<li><p>Explicit <code>Rcomplex</code> assignment accommodates pickier
compilers over newer R struct (Michael Chirico in <a
href="https://github.com/eddelbuettel/nanotime/pull/135">#135</a> fixing
<a
href="https://github.com/eddelbuettel/nanotime/issues/134">#134</a>)</p></li>
<li><p>When formatting, <code>NA</code> are flagged before
<code>CCTZ</code> call to to not trigger santizier, and set to NA after
call (Dirk in <a
href="https://github.com/eddelbuettel/nanotime/pull/136">#136</a>)</p></li>
</ul>
<h3 id="version-0.3.10-2024-09-16">Version 0.3.10 (2024-09-16)</h3>
<ul>
<li><p>Retire several checks for Solaris in test suite (Dirk in <a
href="https://github.com/eddelbuettel/nanotime/pull/130">#130</a>)</p></li>
<li><p>Switch to Authors@R in DESCRIPTION as now required by
CRAN</p></li>
<li><p>Accommodate R-devel change for setdiff (Dirk in <a
href="https://github.com/eddelbuettel/nanotime/pull/133">#133</a> fixing
<a
href="https://github.com/eddelbuettel/nanotime/issues/132">#132</a>)</p></li>
<li><p>No longer ship defunction ggplot2 demo (Dirk fixing <a
href="https://github.com/eddelbuettel/nanotime/issues/131">#131</a>)</p></li>
</ul>
<h3 id="version-0.3.9-2024-06-21">Version 0.3.9 (2024-06-21)</h3>
<ul>
<li><p>Condition two tests to not run on arm64 (Dirk in <a
Expand Down
25 changes: 25 additions & 0 deletions docs/news/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,31 @@ <h1>News</h1>

<div class="container">
<div role="main">
<h3 id="version-0.3.11-2025-01-10">Version 0.3.11 (2025-01-10)</h3>
<ul>
<li><p>Explicit <code>Rcomplex</code> assignment accommodates pickier
compilers over newer R struct (Michael Chirico in <a
href="https://github.com/eddelbuettel/nanotime/pull/135">#135</a> fixing
<a
href="https://github.com/eddelbuettel/nanotime/issues/134">#134</a>)</p></li>
<li><p>When formatting, <code>NA</code> are flagged before
<code>CCTZ</code> call to to not trigger santizier, and set to NA after
call (Dirk in <a
href="https://github.com/eddelbuettel/nanotime/pull/136">#136</a>)</p></li>
</ul>
<h3 id="version-0.3.10-2024-09-16">Version 0.3.10 (2024-09-16)</h3>
<ul>
<li><p>Retire several checks for Solaris in test suite (Dirk in <a
href="https://github.com/eddelbuettel/nanotime/pull/130">#130</a>)</p></li>
<li><p>Switch to Authors@R in DESCRIPTION as now required by
CRAN</p></li>
<li><p>Accommodate R-devel change for setdiff (Dirk in <a
href="https://github.com/eddelbuettel/nanotime/pull/133">#133</a> fixing
<a
href="https://github.com/eddelbuettel/nanotime/issues/132">#132</a>)</p></li>
<li><p>No longer ship defunction ggplot2 demo (Dirk fixing <a
href="https://github.com/eddelbuettel/nanotime/issues/131">#131</a>)</p></li>
</ul>
<h3 id="version-0.3.9-2024-06-21">Version 0.3.9 (2024-06-21)</h3>
<ul>
<li><p>Condition two tests to not run on arm64 (Dirk in <a
Expand Down
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,127 +2,127 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://github.com/eddelbuettel/nanotime/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/changelog/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/news/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/vignette/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/man/all.equal.nanoduration/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/man/all.equal.nanoival/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/man/all.equal.nanoperiod/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/man/all.equal.nanotime/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/man/is.unsorted-nanoival-method/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/man/nano_year/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/man/nanoduration/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/man/nanoival/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/man/nanoperiod/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/man/nanoperiod.month/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/man/nanotime/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/man/rep-nanoduration-method/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/man/rep-nanoival-method/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/man/rep-nanoperiod-method/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/man/rep-nanotime-method/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/man/rounding/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/man/seq-nanoival-method/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/man/seq.nanoduration/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/man/seq.nanotime/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/man/set_operations/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/nanotime/man/sort-nanoival-method/</loc>
<lastmod>2024-06-21</lastmod>
<lastmod>2025-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified docs/sitemap.xml.gz
Binary file not shown.

0 comments on commit 5fe3414

Please sign in to comment.