Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--news/images-4.0/debug-language_objects.png (renamed from news/images/debug-language_objects.png)bin18835 -> 18835 bytes
-rw-r--r--news/images-4.0/debug-nested_codeblock.png (renamed from news/images/debug-nested_codeblock.png)bin38374 -> 38374 bytes
-rw-r--r--news/images-4.0/debug-promise.png (renamed from news/images/debug-promise.png)bin11985 -> 11985 bytes
-rw-r--r--news/images-4.0/r_app-tools.png (renamed from news/images/r_app-tools.png)bin43413 -> 43413 bytes
-rw-r--r--news/images-4.0/r_package_project-config.png (renamed from news/images/r_package_project-config.png)bin68774 -> 68774 bytes
-rw-r--r--news/noteworthy-4.0.html10
6 files changed, 5 insertions, 5 deletions
diff --git a/news/images/debug-language_objects.png b/news/images-4.0/debug-language_objects.png
index 90b9296..90b9296 100644
--- a/news/images/debug-language_objects.png
+++ b/news/images-4.0/debug-language_objects.png
Binary files differ
diff --git a/news/images/debug-nested_codeblock.png b/news/images-4.0/debug-nested_codeblock.png
index 051a877..051a877 100644
--- a/news/images/debug-nested_codeblock.png
+++ b/news/images-4.0/debug-nested_codeblock.png
Binary files differ
diff --git a/news/images/debug-promise.png b/news/images-4.0/debug-promise.png
index fb74b35..fb74b35 100644
--- a/news/images/debug-promise.png
+++ b/news/images-4.0/debug-promise.png
Binary files differ
diff --git a/news/images/r_app-tools.png b/news/images-4.0/r_app-tools.png
index ead9bd4..ead9bd4 100644
--- a/news/images/r_app-tools.png
+++ b/news/images-4.0/r_app-tools.png
Binary files differ
diff --git a/news/images/r_package_project-config.png b/news/images-4.0/r_package_project-config.png
index 03f8bf0..03f8bf0 100644
--- a/news/images/r_package_project-config.png
+++ b/news/images-4.0/r_package_project-config.png
Binary files differ
diff --git a/news/noteworthy-4.0.html b/news/noteworthy-4.0.html
index d98f4de..f13748c 100644
--- a/news/noteworthy-4.0.html
+++ b/news/noteworthy-4.0.html
@@ -54,7 +54,7 @@
The package name of R packages is parsed automatically from the DESCRIPTION file now.
It is no longer required to enter the name in the project properties, only the package
root folder must be specified correctly:
- <p><img src="images/r_package_project-config.png"/></p>
+ <p><img src="images-4.0/r_package_project-config.png"/></p>
<p>The wizards to create, convert and import R package projects are following the new
configuration; the New R Package Project wizard generates automatically the DESCRIPTION
file.</p>
@@ -80,7 +80,7 @@
This includes tools to start, restart and stop the app with support of different
<b>launch profiles</b> (as known e.g. from Document Processing Tools) as well as an
<b>app viewer</b>.
- <p><img src="images/r_app-tools.png"/></p>
+ <p><img src="images-4.0/r_app-tools.png"/></p>
</td>
</tr>
@@ -94,10 +94,10 @@
<td class="content">
The Variables view shows more information about some objects. For
<b>language objects</b> it shows the source code, if possible:
- <p><img src="images/debug-language_objects.png"/></p>
+ <p><img src="images-4.0/debug-language_objects.png"/></p>
<p>For <b>promise variables</b> it is possible to inspect their expression and
environment:</p>
- <p><img src="images/debug-promise.png"/></p>
+ <p><img src="images-4.0/debug-promise.png"/></p>
</td>
</tr>
<tr id="debugger-nested">
@@ -107,7 +107,7 @@
blocks</b>.
<p>This allows for example to set line breakpoints in code of Shiny apps while the
app is running.</p>
- <p><img src="images/debug-nested_codeblock.png"/></p>
+ <p><img src="images-4.0/debug-nested_codeblock.png"/></p>
</td>
</tr>

Back to the top