Skip to content

Commit

Permalink
Merge pull request #2 from hadley/dev-stringr
Browse files Browse the repository at this point in the history
Fixes for dev stringr
  • Loading branch information
hope-data-science authored Sep 22, 2024
2 parents 5f6b4e5 + 05b4d8a commit f54db0f
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 27 deletions.
8 changes: 8 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
^.*\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
^cran-comments\.md$
^pkgdown$
^dev\.R$
^docs$
^performance\.png$
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ URL: https://github.com/hope-data-science/tidyft, https://hope-data-science.gith
BugReports: https://github.com/hope-data-science/tidyft/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
RoxygenNote: 7.2.1
Imports:
data.table (>= 1.12.8),
stringr (>= 1.4.0),
Expand All @@ -26,5 +25,6 @@ Suggests:
knitr,
rmarkdown,
profvis,
dplyr
dplyr,
dtplyr
VignetteBuilder: knitr
4 changes: 2 additions & 2 deletions man/reexports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/unite.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 22 additions & 21 deletions tidyft.Rproj
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
Version: 1.0

RestoreWorkspace: No
SaveWorkspace: No
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace
Version: 1.0

RestoreWorkspace: No
SaveWorkspace: No
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes
LineEndingConversion: None

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace

0 comments on commit f54db0f

Please sign in to comment.