Skip to content

Commit ba1a753

Browse files
committed
fix some line lengths
1 parent 67a2d04 commit ba1a753

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ repository](https://github.com/r-devel/r-dev-env) in VSCode you will be prompted
3636
to start the dev container.
3737

3838
The [Local setup
39-
section](https://contributor.r-project.org/r-dev-env/container_setup/local_setup/localsetup/) of
40-
the R Dev Container Docs will walk you through the process. Then you can work
41-
through the following the tutorials in the docs to learn how to use the
39+
section](https://contributor.r-project.org/r-dev-env/container_setup/local_setup/localsetup/)
40+
of the R Dev Container Docs will walk you through the process. Then you can
41+
work through the following the tutorials in the docs to learn how to use the
4242
codespace for R development.
4343

4444
More information about Dev Containers can be found in the [Microsoft

docs/tutorials/building_r.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ $TOP_SRCDIR/configure --with-valgrind-instrumentation=1
6767

6868
<!-- markdownlint-disable MD046 -->
6969
!!! Note
70-
The `--with-valgrind-instrumentation` option is set to 1 for effective use of valgrind. See the [Using valgrind](https://cran.r-project.org/doc/manuals/R-exts.html#Using-valgrind) section of the R-admin manual for more information.
70+
The `--with-valgrind-instrumentation` option is set to 1 for effective use
71+
of valgrind. See the [Using
72+
valgrind](https://cran.r-project.org/doc/manuals/R-exts.html#Using-valgrind)
73+
section of the R-admin manual for more information.
7174
<!-- markdownlint-enable MD046 -->
7275

7376
- The configure cmd prepares for building R, creating files and folders inside

0 commit comments

Comments
 (0)