mirror of
https://github.com/agdamsbo/stRoke.git
synced 2024-11-24 05:41:53 +01:00
Version naming updated, script added 2022-09-22 14:32:08
This commit is contained in:
parent
b62c68eebc
commit
c0cb859e49
@ -1,10 +1,11 @@
|
|||||||
Package: stRoke
|
Package: stRoke
|
||||||
Title: Providing tools for work in clinical stroke research.
|
Title: Providing tools for work in clinical stroke research.
|
||||||
Version: 0.0.0.9000
|
Version: 0.22.9.2
|
||||||
Authors@R:
|
Authors@R:
|
||||||
person("Andreas Gammelgaard", "Damsbo", , "agdamsbo@clin.au.dk", role = c("aut", "cre"),
|
person("Andreas Gammelgaard", "Damsbo", , "agdamsbo@clin.au.dk", role = c("aut", "cre"),
|
||||||
comment = c(ORCID = "0000-0002-7559-1154"))
|
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
|
License: GPL-3
|
||||||
Encoding: UTF-8
|
Encoding: UTF-8
|
||||||
Roxygen: list(markdown = TRUE)
|
Roxygen: list(markdown = TRUE)
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
\alias{stRoke-package}
|
\alias{stRoke-package}
|
||||||
\title{stRoke: Providing tools for work in clinical stroke research.}
|
\title{stRoke: Providing tools for work in clinical stroke research.}
|
||||||
\description{
|
\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{
|
\author{
|
||||||
\strong{Maintainer}: Andreas Gammelgaard Damsbo \email{agdamsbo@clin.au.dk} (\href{https://orcid.org/0000-0002-7559-1154}{ORCID})
|
\strong{Maintainer}: Andreas Gammelgaard Damsbo \email{agdamsbo@clin.au.dk} (\href{https://orcid.org/0000-0002-7559-1154}{ORCID})
|
||||||
|
14
setup help.R
14
setup help.R
@ -9,3 +9,17 @@ usethis::use_package()
|
|||||||
spelling::spell_check_setup()
|
spelling::spell_check_setup()
|
||||||
|
|
||||||
pkgdown:::build_site()
|
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")
|
Loading…
Reference in New Issue
Block a user