Skip to content

Commit 9c62257

Browse files
committed
Infra
1 parent cf314c4 commit 9c62257

File tree

5 files changed

+41
-0
lines changed

5 files changed

+41
-0
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
^lazytest\.Rproj$
2+
^\.Rproj\.user$

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.Rproj.user

DESCRIPTION

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Package: lazytest
2+
Title: What the Package Does (One Line, Title Case)
3+
Version: 0.0.0.9000
4+
Date: 2023-02-12
5+
Authors@R:
6+
person("Kirill", "Müller", , "[email protected]", role = c("aut", "cre"),
7+
comment = c(ORCID = "0000-0002-1416-3412"))
8+
Description: What the package does (one paragraph).
9+
License: GPL-3
10+
URL: https://github.com/krlmlr/happy, https://krlmlr.github.io/happy
11+
BugReports: https://github.com/krlmlr/happy/issues
12+
Encoding: UTF-8
13+
Roxygen: list(markdown = TRUE)
14+
RoxygenNote: 7.2.3

NAMESPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Generated by roxygen2: do not edit by hand
2+

lazytest.Rproj

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

0 commit comments

Comments
 (0)