We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6839d4a commit d27831aCopy full SHA for d27831a
DESCRIPTION
@@ -1,6 +1,6 @@
1
Package: devtools
2
Title: Tools to Make Developing R Packages Easier
3
-Version: 2.3.0.9000
+Version: 2.3.1
4
Authors@R:
5
c(person(given = "Hadley",
6
family = "Wickham",
NEWS.md
@@ -1,9 +1,11 @@
-# devtools (development version)
+# devtools 2.3.1
* `run_examples()` arguments `run` and `test` are deprecated in favor of the (hopefully) more clear `run_dontrun` and `run_donttest` (pkgload/#107).
* Previously deprecated functions `dr_devtools()` and `dr_github()` have been removed.
7
+* Documentation has been synced with remotes 2.2.0
8
+
9
# devtools 2.3.0
10
11
* `build()` now errors with a more informative error message when passed an
0 commit comments