Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/dsBase_test_suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ name: dsBase tests' suite

on:
push:
branches: [master, v6.3.4-dev]
schedule:
- cron: '0 0 * * 0' # Weekly
- cron: '0 1 * * *' # Nightly
Expand Down Expand Up @@ -153,10 +152,9 @@ jobs:
working-directory: dsBase

- name: Commit results to testStatus
# if: github.repository == 'villegar/dsBase' && github.event_name != 'pull_request'
run: |
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
cd testStatus
git checkout master
git pull
Expand Down
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ Imports:
mice,
childsds
Suggests:
spelling,
testthat
RoxygenNote: 7.3.2
Encoding: UTF-8
Language: en-GB
6 changes: 6 additions & 0 deletions R/dsBase-package.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
## usethis namespace: end
NULL
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Detailed instructions on how to install DataSHIELD are at https://wiki.datashiel

[1] Burton P, Wilson R, Butters O, Ryser-Welch P, Westerberg A, Abarrategui L, Villegas-Diaz R,
Avraam D, Marcon Y, Bishop T, Gaye A, Escribà Montagut X, Wheater S (2025). _dsBase: 'DataSHIELD' Server Side Base Functions_. R
package version 6.3.3. <https://doi.org/10.32614/CRAN.package.dsBase>.
package version 6.3.4. <https://doi.org/10.32614/CRAN.package.dsBase>.

[2] Gaye A, Marcon Y, Isaeva J, LaFlamme P, Turner A, Jones E, Minion J, Boyd A, Newby C, Nuotio
M, Wilson R, Butters O, Murtagh B, Demir I, Doiron D, Giepmans L, Wallace S, Budin-Ljøsne I,
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pandoc: 3.1.3
pandoc: '3.4'
pkgdown: 2.1.3
pkgdown_sha: ~
articles: {}
last_built: 2025-08-20T16:17Z
last_built: 2025-08-21T06:49Z
2 changes: 1 addition & 1 deletion docs/reference/BooleDS.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading