diff --git a/DESCRIPTION b/DESCRIPTION index a5ad5da..ee32778 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -18,9 +18,9 @@ Authors@R: c( role = c("cph", "fnd"))) Description: A Certe R Package for ... . This package is part of the 'certedata' universe. -URL: https://github.com/certe-medical-epidemiology +URL: https://github.com/certe-medical-epidemiology/certetemplate Depends: - R (>= 4.0.0) + R (>= 3.6.0) Suggests: testthat (>= 2.0.0) License: GPL-2 diff --git a/_pkgdown.yml b/_pkgdown.yml new file mode 100644 index 0000000..e487d66 --- /dev/null +++ b/_pkgdown.yml @@ -0,0 +1,38 @@ +# ===================================================================== # +# An R package by Certe: # +# https://github.com/certe-medical-epidemiology # +# # +# Licensed as GPL-v2.0. # +# # +# Developed at non-profit organisation Certe Medical Diagnostics & # +# Advice, department of Medical Epidemiology. # +# # +# This R package is free software; you can freely use and distribute # +# it for both personal and commercial purposes under the terms of the # +# GNU General Public License version 2.0 (GNU GPL-2), as published by # +# the Free Software Foundation. # +# # +# We created this package for both routine data analysis and academic # +# research and it was publicly released in the hope that it will be # +# useful, but it comes WITHOUT ANY WARRANTY OR LIABILITY. # +# ===================================================================== # + +title: "certetemplate" +url: "https://certe-medical-epidemiology.github.io/certetemplate/" + +navbar: + title: "AMR (for R)" + left: + - text: "Home" + icon: "fa-home" + href: "index.html" + - text: "Manual" + icon: "fa-book-open" + href: "reference/index.html" + - text: "Source Code" + icon: "fab fa-github" + href: "https://github.com/certe-medical-epidemiology/certetemplate" + right: + - text: "Certe Website" + icon: "fa-flask" + href: "https://certe.nl"