Skip to content

Commit

Permalink
CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmcdermott committed Feb 28, 2023
1 parent 51f4578 commit 8a8da13
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: etwfe
Type: Package
Title: Extended Two-Way Fixed Effects
Version: 0.3.1
Date: 2023-02-22
Date: 2023-02-27
Authors@R:
c(
person(given = "Grant",
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ performance improvements to `emfx()`.
## Other

- Some documentation improvements.
- The Examples have been wrapped in `\dontrun` to avoid triggering CRAN NOTEs on
Windows for exceeding 5 seconds execution time. Note that the package homepage
still runs these Examples if users want to inspect the output online.

# etwfe 0.3.0

Expand Down
8 changes: 7 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
This is a resubmission that wraps Examples in `\dontrun` to avoid the NOTE
triggered by my previous submission (23 Feb), regarding examples taking more
than 5 seconds on Windows. The key features of this `etwfe` update are otherwise
unchanged and remain as per the below.

## Overview

`etwfe` 0.3.1 is a patch release that ensures the package internals reflect some changes introduced by an upstream dependency.
`etwfe` 0.3.1 is a patch release that ensures the package internals reflect some
changes introduced by an upstream dependency.

## Test environments

Expand Down

0 comments on commit 8a8da13

Please sign in to comment.