Skip to content

Commit

Permalink
Regenerating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Aug 23, 2024
1 parent cea4ad7 commit ed5eba0
Show file tree
Hide file tree
Showing 64 changed files with 225 additions and 235 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: ParallelLogger
Type: Package
Title: Support for Parallel Computation, Logging, and Function Automation
Version: 3.3.1
Date: 2023-11-02
Date: 2024-08-23
Authors@R: c(
person("Martijn", "Schuemie", email = "[email protected]", role = c("aut", "cre")),
person("Marc", "Suchard", role = c("aut")),
Expand Down Expand Up @@ -33,5 +33,5 @@ Suggests:
URL: https://ohdsi.github.io/ParallelLogger/, https://github.com/OHDSI/ParallelLogger
BugReports: https://github.com/OHDSI/ParallelLogger/issues
NeedsCompilation: no
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
Encoding: UTF-8
2 changes: 1 addition & 1 deletion R/Appenders.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @file Appenders.R
#
# Copyright 2022 Observational Health Data Sciences and Informatics
# Copyright 2024 Observational Health Data Sciences and Informatics
#
# This file is part of ParallelLogger
#
Expand Down
2 changes: 1 addition & 1 deletion R/Args.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @file Args.R
#
# Copyright 2022 Observational Health Data Sciences and Informatics
# Copyright 2024 Observational Health Data Sciences and Informatics
#
# This file is part of ParallelLogger
#
Expand Down
2 changes: 1 addition & 1 deletion R/Cluster.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @file Cluster.R
#
# Copyright 2022 Observational Health Data Sciences and Informatics
# Copyright 2024 Observational Health Data Sciences and Informatics
#
# This file is part of ParallelLogger
#
Expand Down
2 changes: 1 addition & 1 deletion R/Layouts.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @file Layouts.R
#
# Copyright 2022 Observational Health Data Sciences and Informatics
# Copyright 2024 Observational Health Data Sciences and Informatics
#
# This file is part of ParallelLogger
#
Expand Down
2 changes: 1 addition & 1 deletion R/Loggers.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @file Loggers.R
#
# Copyright 2022 Observational Health Data Sciences and Informatics
# Copyright 2024 Observational Health Data Sciences and Informatics
#
# This file is part of ParallelLogger
#
Expand Down
2 changes: 1 addition & 1 deletion R/Logging.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @file Logging.R
#
# Copyright 2022 Observational Health Data Sciences and Informatics
# Copyright 2024 Observational Health Data Sciences and Informatics
#
# This file is part of ParallelLogger
#
Expand Down
2 changes: 1 addition & 1 deletion R/ParallelLogger.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @file ParallelLogger.R
#
# Copyright 2022 Observational Health Data Sciences and Informatics
# Copyright 2024 Observational Health Data Sciences and Informatics
#
# This file is part of ParallelLogger
#
Expand Down
2 changes: 1 addition & 1 deletion R/ShinyApps.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @file ShinyApps.R
#
# Copyright 2022 Observational Health Data Sciences and Informatics
# Copyright 2024 Observational Health Data Sciences and Informatics
#
# This file is part of ParallelLogger
#
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ParallelLogger

[![Build Status](https://github.com/OHDSI/ParallelLogger/workflows/R-CMD-check/badge.svg)](https://github.com/OHDSI/ParallelLogger/actions?query=workflow%3AR-CMD-check)
[![codecov.io](https://codecov.io/github/OHDSI/ParallelLogger/coverage.svg?branch=main)](https://app.codecov.io/github/OHDSI/ParallelLogger?branch=main)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/ParallelLogger)](https://cran.r-project.org/package=ParallelLogger)
[![CRAN_Status_Badge](http://cranlogs.r-pkg.org/badges/ParallelLogger)](https://cran.r-project.org/package=ParallelLogger)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/ParallelLogger)](https://cran.r-project.org/package=ParallelLogger)
[![CRAN_Status_Badge](https://cranlogs.r-pkg.org/badges/ParallelLogger)](https://cran.r-project.org/package=ParallelLogger)

ParallelLogger is part of [HADES](https://ohdsi.github.io/Hades/).

Expand Down
9 changes: 4 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
This update includes 1 change and 2 bugfixes. This includes the fix requested by Prof. Hornik (see NEWS)
This update includes 1 bugfix (see NEWS.md)

---

## Test environments
* Ubuntu 20.04, R 4.3.1
* Microsoft Windows Server 2019, R 4.3.1
* MacOS, R 4.3.1
* Windows 10, R 4.2.3
* Ubuntu 20.04, R 4.4.1
* Microsoft Windows Server 2019, R 4.4.1
* MacOS, R 4.4.1

## R CMD check results

Expand Down
6 changes: 3 additions & 3 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ed5eba0

Please sign in to comment.