Skip to content

Commit

Permalink
Merge pull request #33 from AQLT/develop
Browse files Browse the repository at this point in the history
add .Rbuildignore
  • Loading branch information
palatej authored Mar 25, 2024
2 parents 496e084 + 6338d19 commit f06067e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
^.*\.Rproj$
^\.Rproj\.user$
^appveyor\.yml$
^docs$
^_pkgdown\.yml$
^.*\.Rproj$
^\.Rproj\.user$
^README\.Rmd$
^README-.*\.png$
.travis.yml
^pkgdown$
^doc$
cran-comments.md
TODO.R
TO_DO
^revdep$
^\.github$
.DS_Store
^reconf\.sh$
^rjd3toolkit-java-deps\.xml$
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.Rproj.user
.Rbuildignore
.Rhistory
.RData
.Ruserdata
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ importFrom(rJava,.jpackage)
importFrom(rJava,is.jnull)
importFrom(stats,.preformat.ts)
importFrom(stats,coef)
importFrom(stats,cycle)
importFrom(stats,df.residual)
importFrom(stats,end)
importFrom(stats,frequency)
Expand Down
2 changes: 1 addition & 1 deletion R/calendars.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' @import checkmate
#' @importFrom methods is
#' @importFrom stats frequency ts is.ts is.mts start end
#' @importFrom stats frequency ts is.ts is.mts start end cycle
#' @include protobuf.R jd2r.R
NULL

Expand Down

0 comments on commit f06067e

Please sign in to comment.