From 3859ee685c9be51e628e401cd488b827707b2bb5 Mon Sep 17 00:00:00 2001 From: sorinvoicu <61691256+sorinvoicu@users.noreply.github.com> Date: Thu, 4 Apr 2024 10:23:56 +0000 Subject: [PATCH] docs init --- .Rbuildignore | 9 - .github/workflows/ci.yml | 21 --- .gitignore | 1 - 404.html | 96 ++++++++++ DESCRIPTION | 27 --- LICENSE | 13 -- LICENSE-text.html | 84 +++++++++ NAMESPACE | 2 - NEWS.md | 4 - README.md | 9 - authors.html | 99 ++++++++++ bootstrap-toc.css | 60 ++++++ bootstrap-toc.js | 159 ++++++++++++++++ docsearch.css | 148 +++++++++++++++ docsearch.js | 85 +++++++++ dv.fabric.Rproj | 17 -- index.html | 124 +++++++++++++ link.svg | 12 ++ news/index.html | 73 ++++++++ pkgdown.css | 384 +++++++++++++++++++++++++++++++++++++++ pkgdown.js | 108 +++++++++++ pkgdown.yml | 6 + reference/index.html | 67 +++++++ sitemap.xml | 21 +++ 24 files changed, 1526 insertions(+), 103 deletions(-) delete mode 100644 .Rbuildignore delete mode 100644 .github/workflows/ci.yml delete mode 100644 .gitignore create mode 100644 404.html delete mode 100644 DESCRIPTION delete mode 100644 LICENSE create mode 100644 LICENSE-text.html delete mode 100644 NAMESPACE delete mode 100644 NEWS.md delete mode 100644 README.md create mode 100644 authors.html create mode 100644 bootstrap-toc.css create mode 100644 bootstrap-toc.js create mode 100644 docsearch.css create mode 100644 docsearch.js delete mode 100644 dv.fabric.Rproj create mode 100644 index.html create mode 100644 link.svg create mode 100644 news/index.html create mode 100644 pkgdown.css create mode 100644 pkgdown.js create mode 100644 pkgdown.yml create mode 100644 reference/index.html create mode 100644 sitemap.xml diff --git a/.Rbuildignore b/.Rbuildignore deleted file mode 100644 index 391e79c..0000000 --- a/.Rbuildignore +++ /dev/null @@ -1,9 +0,0 @@ -^.*\.Rproj$ -^\.Rproj\.user$ -^LICENSE\.md$ -^LICENSE$ -^_pkgdown\.yml$ -^docs$ -^\.github -^\.lintr$ -^NEWS\.md$ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index d5060a1..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Checks 🧩 - -on: - pull_request: - types: - - opened - - synchronize - - reopened - - ready_for_review - branches: - - main - push: - branches: - - main - workflow_dispatch: - -jobs: - run-shared-ci: - name: Shared - uses: boehringer-ingelheim/dv.templates/.github/workflows/shared_ci.yml@main diff --git a/.gitignore b/.gitignore deleted file mode 100644 index cd67eac..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -.Rproj.user diff --git a/404.html b/404.html new file mode 100644 index 0000000..b383872 --- /dev/null +++ b/404.html @@ -0,0 +1,96 @@ + + +
+ + + + +Copyright 2024 Boehringer-Ingelheim Pharma GmbH & Co.KG + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. ++ +
+if (!require("remotes")) install.packages("remotes")
+remotes::install_github("Boehringer-Ingelheim/dv.fabric")