Skip to content

Commit

Permalink
undoing push to neelsoumya repo
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 10 changed files with 1,255 additions and 68 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
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
Expand Down
674 changes: 674 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ export(listDisclosureSettingsDS)
export(plotsurvfitDS)
export(summarySurvDS)
export(survfitDS)
export(vcovDS.coxph)
36 changes: 0 additions & 36 deletions R/vcovDS.coxph.R

This file was deleted.

45 changes: 45 additions & 0 deletions build_man_test.R
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()

13 changes: 11 additions & 2 deletions inst/DATASHIELD
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@ AggregateMethods:
coxphSummaryDS,
cox.zphSLMADS,
summarySurvDS,
plotsurvfitDS,
vcovDS.coxph
plotsurvfitDS
AssignMethods:
coxphSLMAassignDS,
SurvDS,
survfitDS
Options:
datashield.privacyLevel=5,
default.nfilter.glm=0.33,
default.nfilter.kNN=3,
default.nfilter.string=80,
default.nfilter.subset=3,
default.nfilter.stringShort=20,
default.nfilter.tab=3,
default.nfilter.noise=0.25,
default.nfilter.levels=0.33
28 changes: 0 additions & 28 deletions man/vcovDS.coxph.Rd

This file was deleted.

Binary file added screenshot_survival_models.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/development_plan.pdf
Binary file not shown.
Loading

0 comments on commit 3edbb30

Please sign in to comment.