Skip to content

Commit

Permalink
add note on devtools version
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterVanAssche committed Dec 7, 2023
1 parent f07a6b5 commit 52c466c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions source/software/r_devtools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ devtools_ documentation for examples of other repositories.
Depending on how your R library is managed, you will need a slightly different
approach to use or install devtools.

.. note::

When consulting the devtools documentation, make sure that it is the correct version!
It should match the module devtools version. To check what devtools version is installed:

.. code-block:: r
library(devtools)
sessioninfo::session_info()
Installing in a local R library
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 52c466c

Please sign in to comment.