Skip to content

Commit e25a15d

Browse files
committed
Preparing for CRAN submission
1 parent c223636 commit e25a15d

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ docs
1313
.idea
1414
^cran-comments.md$
1515
^CRAN-SUBMISSION$
16+
.vscode

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ src/*.o
1717
src/*.so
1818
src/*.dll
1919
/Debug
20-
standalone/build/*
20+
standalone/build/*
21+
.vscode

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: CohortMethod
22
Type: Package
33
Title: New-User Cohort Method with Large Scale Propensity and Outcome Models
4-
Version: 6.0.0
5-
Date: 2026-02-23
4+
Version: 6.0.1
5+
Date: 2026-03-02
66
Authors@R: c(
77
person("Martijn", "Schuemie", , "schuemie@ohdsi.org", role = c("aut", "cre")),
88
person("Marc", "Suchard", role = c("aut")),

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
CohortMethod 6.0.1
2+
==================
3+
4+
- Adding CohortMethod to CRAN.
5+
16
CohortMethod 6.0.0
27
==================
38

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Installation
7878

7979
User Documentation
8080
==================
81-
Documentation can be found on the [package website](https://ohdsi.github.io/CohortMethod).
81+
Documentation can be found on the [package website](https://ohdsi.github.io/CohortMethod/).
8282

8383
PDF versions of the documentation are also available:
8484

0 commit comments

Comments
 (0)