-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "updating from neelsoumya repo" This reverts commit 52aaf6b, reversing changes made to 8e3ca92.
- Loading branch information
Tom Bishop
committed
Jul 19, 2022
1 parent
52aaf6b
commit 3edbb30
Showing
10 changed files
with
1,255 additions
and
68 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: dsSurvival | ||
Title: dsSurvival: Privacy preserving survival models for federated individual patient meta-analysis in DataSHIELD | ||
Description: DataSHIELD server side base functions for building survival models. | ||
Version: 2.1.0 | ||
Version: 2.0.0 | ||
Author: Soumya Banerjee, Demetris Avraam, Xavier Escriba Montagut, Juan Gonzalez, Paul Burton and Tom R P Bishop <[email protected]> | ||
Maintainer: Soumya Banerjee, Demetris Avraam, Xavier Escriba Montagut, Juan Gonzalez, Paul Burton and Tom R P Bishop <[email protected]> | ||
License: GPL-3 | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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,45 @@ | ||
########################################### | ||
# Script to build manuals and test code | ||
# | ||
# Usage: | ||
# R --no-save < build_man_test.R | ||
# | ||
########################################### | ||
|
||
################### | ||
# load libraries | ||
################### | ||
library(devtools) | ||
library(testthat) | ||
library(dsBase) | ||
library(dsBaseClient) | ||
require('DSI') | ||
require('DSOpal') | ||
library(dsSurvival) | ||
library(dsSurvivalClient) | ||
|
||
################## | ||
# build manuals | ||
################## | ||
devtools::build_manual() | ||
|
||
######################## | ||
# update documentation | ||
######################## | ||
devtools::check_man() | ||
|
||
################## | ||
# build vignettes | ||
################## | ||
devtools::build_vignettes() | ||
|
||
################## | ||
# Testing | ||
################## | ||
devtools::test() | ||
|
||
################## | ||
# clean up | ||
################## | ||
gc() | ||
|
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 was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.