diff --git a/DESCRIPTION b/DESCRIPTION index 1f3beb1..b734b3d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,11 @@ Package: stRoke Title: Providing tools for work in clinical stroke research. -Version: 0.0.0.9000 +Version: 0.22.9.2 Authors@R: person("Andreas Gammelgaard", "Damsbo", , "agdamsbo@clin.au.dk", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7559-1154")) -Description: For a start this package migrates functions from the agdamsbo/daDoctoR-package. +Description: R functions for convenient data management an danalysis in health research. + For a start this package migrates functions from the agdamsbo/daDoctoR-package. License: GPL-3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) diff --git a/man/stRoke-package.Rd b/man/stRoke-package.Rd index 273646c..3452a96 100644 --- a/man/stRoke-package.Rd +++ b/man/stRoke-package.Rd @@ -6,7 +6,7 @@ \alias{stRoke-package} \title{stRoke: Providing tools for work in clinical stroke research.} \description{ -For a start this package migrates functions from the agdamsbo/daDoctoR-package. +R functions for convenient data management an danalysis in health research. For a start this package migrates functions from the agdamsbo/daDoctoR-package. } \author{ \strong{Maintainer}: Andreas Gammelgaard Damsbo \email{agdamsbo@clin.au.dk} (\href{https://orcid.org/0000-0002-7559-1154}{ORCID}) diff --git a/setup help.R b/setup help.R index a664300..22f8a4d 100644 --- a/setup help.R +++ b/setup help.R @@ -8,4 +8,18 @@ usethis::use_package() spelling::spell_check_setup() -pkgdown:::build_site() \ No newline at end of file +pkgdown:::build_site() + +# https://privefl.github.io/advr38book/packages.html#pkg-start + +# Update version +source("ver_upd.R") + +updatePackageVersion() + +# Commit and push +commit_message<-"Version naming updated, script added" + +git2r::commit(all=TRUE, message=paste(commit_message,lubridate::now())) + +system("/usr/bin/git push origin HEAD:refs/heads/master") \ No newline at end of file