Skip to content

Commit b229447

Browse files
committed
Test ref links and optimize YAML headers
1 parent fbafe28 commit b229447

File tree

7 files changed

+1
-8
lines changed

7 files changed

+1
-8
lines changed

documentation/user/Compatibility.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: docs-experimental
33
toc_group: fastr
44
link_title: GraalVM R Engine Compatibility
55
permalink: /reference-manual/r/Compatibility/
6-
redirect_from: /docs/reference-manual/r/Compatibility/
76
---
87
# GraalVM R Runtime Compatibility
98

documentation/user/ExtensionsSupport.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: docs-experimental
33
toc_group: fastr
44
link_title: R Extensions Support
55
permalink: /reference-manual/r/ExtensionsSupport/
6-
redirect_from: /docs/reference-manual/r/ExtensionsSupport/
76
---
87
# R Extensions Support
98

@@ -15,7 +14,7 @@ The GraalVM R runtime can run [R extensions](https://cran.r-project.org/doc/manu
1514
The *native* mode is better suited for code that does not extensively interact with the R API, for example, plain C or Fortran numerical computations working on primitive arrays.
1615
The *llvm* mode provides significantly better performance for extensions that frequently call between R and the C/C++ code, because GraalVM's LLVM runtime is also partially evaluated like the R code.
1716
Both can be inlined and optimized as one compilation unit.
18-
Moreover, GraalVM's LLVM runtime is supported by [GraalVM tools](https://www.graalvm.org/docs/graalvm-tools/) which allows users to, for instance, debug R and C code together.
17+
Moreover, GraalVM's LLVM runtime is supported by [GraalVM tools](https://www.graalvm.org/tools/) which allows users to, for instance, debug R and C code together.
1918

2019
In one GraalVM R process, any R package can be loaded in either mode.
2120
That is, GraalVM's R runtime supports mixing packages loaded in the *native* mode with packages loaded in the *llvm* mode in one process.

documentation/user/Interoperability.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: docs-experimental
33
toc_group: fastr
44
link_title: Interoperability
55
permalink: /reference-manual/r/Interoperability/
6-
redirect_from: /docs/reference-manual/r/Interoperability/
76
---
87
# Interoperability
98

documentation/user/JavaInteroperability.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: docs-experimental
33
toc_group: fastr
44
link_title: Interoperability with Java
55
permalink: /reference-manual/r/JavaInteroperability/
6-
redirect_from: /docs/reference-manual/r/JavaInteroperability/
76
---
87
# Interoperability with Java
98

documentation/user/ParallelExecution.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: docs-experimental
33
toc_group: fastr
44
link_title: Parallel Execution
55
permalink: /reference-manual/r/ParallelExecution/
6-
redirect_from: /docs/reference-manual/r/ParallelExecution/
76
---
87
# Parallel Execution
98

documentation/user/Performance.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: docs-experimental
33
toc_group: fastr
44
link_title: GraalVM R Engine Performance
55
permalink: /reference-manual/r/Performance/
6-
redirect_from: /docs/reference-manual/r/Performance/
76
---
87
# Runtime Performance
98

documentation/user/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: docs-experimental
33
toc_group: fastr
44
link_title: R Reference
55
permalink: /reference-manual/r/
6-
redirect_from: /docs/reference-manual/languages/r/
76
---
87
# GraalVM R Runtime
98

0 commit comments

Comments
 (0)