Skip to content

Commit 85f78cf

Browse files
committed
Update with CRAN changes in v6.3.5
2 parents e672990 + 05c8de2 commit 85f78cf

146 files changed

Lines changed: 601 additions & 17 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

azure-pipelines.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ variables:
2727
branchName: $(Build.SourceBranchName)
2828
test_filter: '*'
2929
_r_check_system_clock_: 0
30+
PERF_PROFILE: 'azure-pipeline'
3031

3132

3233

@@ -46,17 +47,18 @@ resources:
4647
# When and under what condition to run the pipeline.
4748
schedules:
4849
- cron: "0 0 * * 0"
49-
displayName: Weekly build - master
50+
displayName: Weekly build - latest release
5051
branches:
5152
include:
52-
- master
53-
- 6.3.0
53+
- 6.3.4
5454
always: true
5555
- cron: "0 1 * * *"
56-
displayName: Nightly build - v6.3.1-dev
56+
displayName: Nightly build - development branchs
5757
branches:
5858
include:
59-
- v6.3.1-dev
59+
- v6.3.5-dev
60+
- v6.4.0-dev
61+
- v7.0.0-dev
6062
always: true
6163

6264
jobs:
@@ -192,6 +194,7 @@ jobs:
192194
# testthat::testpackage uses a MultiReporter, comprised of a ProgressReporter and JunitReporter
193195
# R output and messages are redirected by sink() to test_console_output.txt
194196
# junit reporter output is to test_results.xml
197+
195198
sudo R -q -e '
196199
library(covr);
197200
write.csv(

docs/authors.html

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@ pandoc: 3.1.3
22
pkgdown: 2.2.0
33
pkgdown_sha: ~
44
articles: {}
5+
<<<<<<< HEAD
56
last_built: 2025-11-28T12:54Z
7+
=======
8+
last_built: 2025-11-30T16:44Z
9+
>>>>>>> origin/v6.3.5-dev

docs/reference/BooleDS.html

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/absDS.html

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/asCharacterDS.html

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/asDataMatrixDS.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@
2222
</button>
2323
<span class="navbar-brand">
2424
<a class="navbar-link" href="../index.html">dsBase</a>
25+
<<<<<<< HEAD
2526
<<<<<<< HEAD
2627
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="">6.4.0-9000</span>
2728
=======
2829
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="">6.3.4</span>
30+
>>>>>>> origin/v6.3.5-dev
31+
=======
32+
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="">6.3.5.9000</span>
2933
>>>>>>> origin/v6.3.5-dev
3034
</span>
3135
</div>
@@ -104,7 +108,7 @@ <h2>Author</h2>
104108
</div>
105109

106110
<div class="pkgdown">
107-
<p></p><p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.1.3.</p>
111+
<p></p><p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.2.0.</p>
108112
</div>
109113

110114
</footer></div>

docs/reference/asFactorDS1.html

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/asFactorDS2.html

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)