aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-03-31 10:40:36 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-03-31 10:40:36 +0200
commit1d01aa6e40bdb3e338638b9239153cf82713d634 (patch)
tree4468969af54048c03523c8e99e1bf7f99560cd2b
parent64a476750ff57f4c612620bd58cc4ac42812e185 (diff)
Update NEWS, static documentation rebuilt by pkgdownv0.9.49.9
-rw-r--r--NEWS.md4
-rw-r--r--docs/news/index.html3
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index 63cf18bc..8fe50754 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,8 @@
# mkin 0.9.49.9 (unreleased)
-- 'mkinmod': Do not check for gcc using Sys.which('gcc') any more, as this will often fail even if Rtools are installed
+- 'mkinmod': Use pkgbuild::has_compiler instead of Sys.which('gcc'), as the latter will often fail even if Rtools are installed
+
+- 'mkinds': Use roxygen for documenting fields and methods of this R6 class
# mkin 0.9.49.8 (2020-01-09)
diff --git a/docs/news/index.html b/docs/news/index.html
index b7c814ce..c2b5865f 100644
--- a/docs/news/index.html
+++ b/docs/news/index.html
@@ -134,7 +134,8 @@
<a href="#mkin-0-9-49-9-unreleased" class="anchor"></a>mkin 0.9.49.9 (unreleased)<small> Unreleased </small>
</h1>
<ul>
-<li>‘mkinmod’: Do not check for gcc using Sys.which(‘gcc’) any more, as this will often fail even if Rtools are installed</li>
+<li><p>‘mkinmod’: Use pkgbuild::has_compiler instead of Sys.which(‘gcc’), as the latter will often fail even if Rtools are installed</p></li>
+<li><p>‘mkinds’: Use roxygen for documenting fields and methods of this R6 class</p></li>
</ul>
</div>
<div id="mkin-0-9-49-8-2020-01-09" class="section level1">

Contact - Imprint