Skip to content

Commit

Permalink
Fix .Rbuildignore
Browse files Browse the repository at this point in the history
  • Loading branch information
baddstats committed Jun 15, 2024
1 parent ab15878 commit 8f1c737
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
README.md
.git
.gitignore
\.git$
\.github$
\.gitignore$
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
\.gcov$
\.gcda$
\.gcno$
^appveyor\.yml$
^appveyor\.yml$
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: spatstat.utils
Version: 3.0-4.002
Date: 2024-06-05
Version: 3.0-4.003
Date: 2024-06-15
Title: Utility Functions for 'spatstat'
Authors@R: c(person("Adrian", "Baddeley",
role = c("aut", "cre"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

CHANGES IN spatstat.utils VERSION 3.0-4.002
CHANGES IN spatstat.utils VERSION 3.0-4.003

OVERVIEW

Expand Down
2 changes: 1 addition & 1 deletion inst/doc/packagesizes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
"2023-03-11" "3.0-2" 39 186 0 3655 2031
"2023-05-09" "3.0-3" 39 186 0 3667 2031
"2023-10-24" "3.0-4" 39 186 0 3670 2031
"2024-06-05" "3.0-4.002" 39 187 0 3687 2031
"2024-06-15" "3.0-4.003" 39 187 0 3687 2031

0 comments on commit 8f1c737

Please sign in to comment.