File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## Files to ignore in R package build
2+ ##
3+ ## Github repository files
4+ ##
15README.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+
Original file line number Diff line number Diff line change 11Package: spatstat.sparse
2- Version: 3.0-3.001
2+ Version: 3.0-3.002
33Date: 2024-06-15
44Title: Sparse Three-Dimensional Arrays and Linear Algebra Utilities
55Authors@R: c(person("Adrian", "Baddeley",
Original file line number Diff line number Diff line change 11
2- CHANGES IN spatstat.sparse VERSION 3.0-3.001
2+ CHANGES IN spatstat.sparse VERSION 3.0-3.002
33
44OVERVIEW
55
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments