Skip to content

Commit cdb24dc

Browse files
committed
Standardised .Rbuildignore
1 parent 3b40f08 commit cdb24dc

4 files changed

Lines changed: 27 additions & 5 deletions

File tree

.Rbuildignore

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,34 @@
1+
## Files to ignore in R package build
2+
##
3+
## Github repository files
4+
##
15
README.md
2-
ChangeLog.txt
36
\.git$
47
\.github$
58
\.gitignore$
9+
ChangeLogs
10+
ChangeLogs/ChangeLog*
11+
ChangeLog.txt
12+
RepoStuff
13+
RepoStuff/*
14+
Reproducibility
15+
Reproducibility/*
16+
##
17+
## Files produced by R sessions
18+
##
619
^.*\.Rproj$
720
^\.Rproj\.user$
21+
##
22+
## Scripts and backups for other services
23+
##
824
^\.travis\.yml$
25+
^appveyor\.yml$
926
\.gcov$
1027
\.gcda$
1128
\.gcno$
12-
^appveyor\.yml$
29+
##
30+
## File backups (editors and operating systems)
31+
##
32+
.DS_Store
33+
~$
34+

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: spatstat.sparse
2-
Version: 3.0-3.001
2+
Version: 3.0-3.002
33
Date: 2024-06-15
44
Title: Sparse Three-Dimensional Arrays and Linear Algebra Utilities
55
Authors@R: c(person("Adrian", "Baddeley",

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
CHANGES IN spatstat.sparse VERSION 3.0-3.001
2+
CHANGES IN spatstat.sparse VERSION 3.0-3.002
33

44
OVERVIEW
55

inst/doc/packagesizes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
1818
"2022-10-19" "3.0-0" 15 48 0 2092 740
1919
"2023-03-12" "3.0-1" 15 48 0 2092 740
2020
"2023-10-24" "3.0-3" 15 48 0 2092 740
21-
"2024-06-15" "3.0-3.001" 15 48 0 2092 740
21+
"2024-06-15" "3.0-3.002" 15 48 0 2092 740

0 commit comments

Comments
 (0)