-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #364 from datashield/v6.3.1-dev
6.3.1 release
- Loading branch information
Showing
225 changed files
with
3,883 additions
and
3,856 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,5 @@ | |
^data$ | ||
^docs$ | ||
^pkgdown$ | ||
^\.circleci$ | ||
^\.circleci/config\.yml$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Copyright (c) 2024 Arjuna Technologies, Newcastle upon Tyne. All rights reserved. | ||
|
||
version: 2.1 | ||
|
||
jobs: | ||
dsbase: | ||
docker: | ||
- image: cimg/base:current | ||
resource_class: small | ||
steps: | ||
- checkout | ||
- setup_remote_docker: | ||
docker_layout_caching: true | ||
- run: | | ||
echo "Building" | ||
echo " Repo Name: " $CIRCLE_PROJECT_REPONAME | ||
echo " Branch: " $CIRCLE_BRANCH | ||
echo " Tag: " $CIRCLE_TAG | ||
- run: | ||
command: | | ||
sudo apt-get update -y | ||
sudo apt-get install -y r-base-core cmake | ||
- run: | ||
command: | | ||
sudo apt-get install -y libxml2-dev | ||
- run: | ||
command: | | ||
sudo Rscript -e "install.packages('RANN', dependencies=TRUE)" | ||
sudo Rscript -e "install.packages('stringr', dependencies=TRUE)" | ||
sudo Rscript -e "install.packages('lme4', dependencies=TRUE)" | ||
sudo Rscript -e "install.packages('dplyr', dependencies=TRUE)" | ||
sudo Rscript -e "install.packages('reshape2', dependencies=TRUE)" | ||
sudo Rscript -e "install.packages('polycor', dependencies=TRUE)" | ||
sudo Rscript -e "install.packages('splines', dependencies=TRUE)" | ||
sudo Rscript -e "install.packages('gamlss', dependencies=TRUE)" | ||
sudo Rscript -e "install.packages('gamlss.dist', dependencies=TRUE)" | ||
sudo Rscript -e "install.packages('mice', dependencies=TRUE)" | ||
sudo Rscript -e "install.packages('childsds', dependencies=TRUE)" | ||
sudo Rscript -e "install.packages('xml2', dependencies=TRUE)" | ||
sudo Rscript -e "install.packages('covr', dependencies=TRUE)" | ||
sudo Rscript -e "install.packages('devtools', dependencies=TRUE)" | ||
sudo Rscript -e "install.packages('DSI', dependencies=TRUE)" | ||
sudo Rscript -e "install.packages('DSLite', dependencies=TRUE)" | ||
- run: | ||
command: | | ||
sudo Rscript -e 'library(covr); covr::codecov(token = "'$CODECOV_TOKEN'")' | ||
workflows: | ||
build: | ||
jobs: | ||
- dsbase |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Package: dsBase | ||
Title: DataSHIELD server site base functions | ||
Description: DataSHIELD server site base functions. | ||
Version: 6.3.0 | ||
Title: DataSHIELD Server Site Base Functions | ||
Description: DataSHIELD Server Site Base Functions. | ||
Version: 6.3.1 | ||
Author: DataSHIELD Developers <[email protected]> | ||
Maintainer: DataSHIELD Developers <[email protected]> | ||
License: GPL-3 | ||
Depends: | ||
R (>= 3.5.0) | ||
R (>= 4.0.0) | ||
Imports: | ||
RANN, | ||
stringr, | ||
|
@@ -19,6 +19,8 @@ Imports: | |
gamlss.dist, | ||
mice, | ||
childsds | ||
Suggests: | ||
testthat | ||
AggregateMethods: | ||
asFactorDS1, | ||
asListDS, | ||
|
@@ -194,5 +196,5 @@ Options: | |
default.nfilter.noise=0.25, | ||
default.nfilter.levels.density=0.33, | ||
default.nfilter.levels.max=40 | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.2 | ||
Encoding: UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.