File tree 5 files changed +46
-0
lines changed
5 files changed +46
-0
lines changed Original file line number Diff line number Diff line change
1
+ ^GPCERF\.Rproj$
2
+ ^\.Rproj\.user$
Original file line number Diff line number Diff line change
1
+ .Rproj.user
2
+ .Rhistory
3
+ .RData
4
+ .Ruserdata
Original file line number Diff line number Diff line change
1
+ Package: GPCERF
2
+ Title: What the Package Does (One Line, Title Case)
3
+ Version: 0.0.0.9000
4
+ Authors@R:
5
+ person(given = "First",
6
+ family = "Last",
7
+ role = c("aut", "cre"),
8
+ email = "first.last@example.com",
9
+ comment = c(ORCID = "YOUR-ORCID-ID"))
10
+ Description: What the package does (one paragraph).
11
+ License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
12
+ license
13
+ Encoding: UTF-8
14
+ LazyData: true
15
+ Roxygen: list(markdown = TRUE)
16
+ RoxygenNote: 7.1.2
Original file line number Diff line number Diff line change
1
+ Version: 1.0
2
+
3
+ RestoreWorkspace: No
4
+ SaveWorkspace: No
5
+ AlwaysSaveHistory: Default
6
+
7
+ EnableCodeIndexing: Yes
8
+ UseSpacesForTab: Yes
9
+ NumSpacesForTab: 2
10
+ Encoding: UTF-8
11
+
12
+ RnwWeave: Sweave
13
+ LaTeX: pdfLaTeX
14
+
15
+ AutoAppendNewline: Yes
16
+ StripTrailingWhitespace: Yes
17
+ LineEndingConversion: Posix
18
+
19
+ BuildType: Package
20
+ PackageUseDevtools: Yes
21
+ PackageInstallArgs: --no-multiarch --with-keep.source
22
+ PackageRoxygenize: rd,collate,namespace
Original file line number Diff line number Diff line change
1
+ # Generated by roxygen2: do not edit by hand
2
+
You can’t perform that action at this time.
0 commit comments