Skip to content

Commit 2860112

Browse files
committed
Increment version number to 0.1.0.9000
0 parents  commit 2860112

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

DESCRIPTION

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Package: importr2
2+
Type: Package
3+
Title: What the Package Does (Title Case)
4+
Version: 0.1.0.9000
5+
Author: Who wrote it
6+
Maintainer: The package maintainer <[email protected]>
7+
Description: More about what it does (maybe more than one line)
8+
Use four spaces when indenting paragraphs within the Description.
9+
License: MIT + file LICENSE
10+
Encoding: UTF-8
11+
LazyData: true
12+
Imports:
13+
DBI,
14+
dplyr,
15+
keyring,
16+
lubridate,
17+
magrittr,
18+
odbc,
19+
purrr,
20+
rlang,
21+
stringr,
22+
tibble,
23+
tidyr
24+
RoxygenNote: 7.2.3
25+
Depends:
26+
R (>= 2.10)

0 commit comments

Comments
 (0)