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 706b01c commit 25b749fCopy full SHA for 25b749f
DESCRIPTION
@@ -17,10 +17,11 @@ BugReports: https://github.com/coatless-rpkg/filestamp/issues
17
License: AGPL (>= 3)
18
Depends: R (>= 4.4)
19
Imports:
20
- stringr,
21
- utils
+ cli,
+ yaml
22
Suggests:
23
testthat (>= 3.0.0),
24
+ withr,
25
knitr,
26
rmarkdown
27
Encoding: UTF-8
filestamp.Rproj
@@ -13,6 +13,9 @@ Encoding: UTF-8
13
RnwWeave: Sweave
14
LaTeX: pdfLaTeX
15
16
+AutoAppendNewline: Yes
+StripTrailingWhitespace: Yes
+
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
0 commit comments