Skip to content

Commit 25f3040

Browse files
committed
Full rebuild
1 parent fd40c45 commit 25f3040

32 files changed

+164
-161
lines changed

.Rbuildignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
^.*\.Rproj$
1717
^\.Rproj\.user$
1818
^packrat/$
19-
^tests/testdata$
20-
^tests/testthat/_data/SPEfile.SPE$
21-
^\test\*
2219
^_pkgdown\.yml$
2320
^docs$
2421

@@ -50,6 +47,12 @@
5047
# -- Exclude build stuff
5148
^Makefile$
5249

50+
# -- Exclude tests stuff for the CRAN build --
51+
^tests/testdata$
52+
^tests/testthat/_data/SPEfile.SPE$
53+
^\test\*
54+
^tests/testthat/_snaps$
55+
5356
# -- Exclude meta data stuff --
5457
^codemeta\.json$
5558
^\.zenodo\.json$

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: RLumBuild
22
Type: Package
33
Title: RLum Universe Package Building
4-
Version: 0.1.10.9000-11
5-
Date: 2024-12-18
4+
Version: 0.1.10.9000-18
5+
Date: 2025-03-21
66
Authors@R: c(
77
person("Sebastian", "Kreutzer", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-0734-2199")),
88
person("Christoph", "Burow", role = c("aut"), comment = c(ORCID = "0000-0002-5023-4046")))
Binary file not shown.

RLumBuild.BuildResults/RLumBuild_0.1.10.9000-11-Functions.csv renamed to RLumBuild.BuildResults/RLumBuild_0.1.10.9000-18-Functions.csv

Lines changed: 19 additions & 19 deletions
Large diffs are not rendered by default.

RLumBuild.BuildResults/RLumBuild_0.1.10.9000-11-Functions.html renamed to RLumBuild.BuildResults/RLumBuild_0.1.10.9000-18-Functions.html

Lines changed: 40 additions & 40 deletions
Large diffs are not rendered by default.

RLumBuild.BuildResults/RLumBuild_0.1.10.9000-11-Functions.tex renamed to RLumBuild.BuildResults/RLumBuild_0.1.10.9000-18-Functions.tex

Lines changed: 19 additions & 19 deletions
Large diffs are not rendered by default.

RLumBuild.BuildResults/RLumBuild_0.1.10.9000-11-Functions_Markdown.md renamed to RLumBuild.BuildResults/RLumBuild_0.1.10.9000-18-Functions_Markdown.md

Lines changed: 19 additions & 19 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@Manual{,
22
title = {RLumBuild: RLum Universe Package Building},
33
author = {Sebastian Kreutzer and Christoph Burow},
4-
year = {2024},
5-
note = {R package version 0.1.10.9000-11},
4+
year = {2025},
5+
note = {R package version 0.1.10.9000-18},
66
url = {https://github.com/R-Lum/RLumBuild},
77
}

0 commit comments

Comments
 (0)