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 eeb11ee commit 3842a23Copy full SHA for 3842a23
NEWS.md
@@ -1,8 +1,10 @@
1
# usethis 1.0.0.9000
2
3
+* `use_revdep()` now also git-ignores the SQLite database (#107).
4
+
5
* `use_tidy_versions()` sets minimum version requirement for all dependencies.
6
-* New family of `browse_` functions that open useful websites (#96)
7
+* New family of `browse_` functions that open useful websites (#96).
8
9
* `use_r()` creates and opens an `.R` file
10
R/revdep.R
@@ -12,6 +12,7 @@ use_revdep <- function() {
12
use_git_ignore("revdep/library")
13
use_git_ignore("revdep/checks.noindex")
14
use_git_ignore("revdep/library.noindex")
15
+ use_git_ignore("revdep/data.sqlite")
16
17
use_template(
18
"revdep-email.yml",
0 commit comments