-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from jrdnbradford/v1-release
V1 release
- Loading branch information
Showing
148 changed files
with
928 additions
and
340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ | |
^docs$ | ||
^pkgdown$ | ||
^vignettes/*_files$ | ||
^vignettes/.quarto$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,47 @@ | ||
.Rproj.user | ||
# History files | ||
.Rhistory | ||
.Rapp.history | ||
|
||
# Session Data files | ||
.RData | ||
.RDataTmp | ||
|
||
# User-specific files | ||
.Ruserdata | ||
|
||
# Example code in package build process | ||
*-Ex.R | ||
|
||
# Output files from R CMD build | ||
/*.tar.gz | ||
|
||
# Output files from R CMD check | ||
/*.Rcheck/ | ||
|
||
# RStudio files | ||
.Rproj.user/ | ||
|
||
# produced vignettes | ||
vignettes/*.html | ||
vignettes/*.pdf | ||
|
||
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 | ||
.httr-oauth | ||
|
||
# knitr and R markdown default cache directories | ||
*_cache/ | ||
/cache/ | ||
|
||
# Temporary files created by R markdown | ||
*.utf8.md | ||
*.knit.md | ||
|
||
# R Environment Variables | ||
.Renviron | ||
|
||
# pkgdown site | ||
docs/ | ||
|
||
# Quarto folder | ||
/.quarto/ | ||
docs | ||
inst/doc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: lovecraftr | ||
Type: Package | ||
Title: H. P. Lovecraft's works, for text analysis | ||
Version: 0.2.4 | ||
Version: 1.0.0 | ||
Authors@R: | ||
person("Jordan", "Bradford", email = "[email protected]", role = c("aut", "cre")) | ||
Description: A collection of H. P. Lovecraft's works as R datasets. | ||
|
@@ -11,8 +11,11 @@ License: MIT + file LICENSE | |
Encoding: UTF-8 | ||
LazyData: true | ||
Depends: | ||
R (>= 2.10) | ||
R (>= 3.5) | ||
Suggests: | ||
testthat (>= 3.0.0), | ||
knitr, | ||
rmarkdown, | ||
testthat (>= 3.0.0) | ||
Config/testthat/edition: 3 | ||
RoxygenNote: 7.3.2 | ||
VignetteBuilder: knitr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# lovecraftr 1.0.0.9000 (Development Version) | ||
No development changes (yet). | ||
|
||
# lovecraftr 1.0.0 | ||
The release of 1.0.0 signals a stable API and base infrastructure on which to maintain the datasets and documentation. | ||
|
||
## Documentation | ||
* `vignettes/copyright-status.Rmd` explains copyright status of works | ||
* `NEWS.md`, this file, documents changes | ||
* updates to `README` | ||
* addition of lifecycle and R package version badges | ||
* `CONTRIBUTING.md` has been overhauled | ||
|
||
## Tooling | ||
* `generate_data.R` adds reference to `copyright-status.Rmd` to dataset documentation, along with a few other minor updates | ||
|
||
## Datasets | ||
* datasets now use version 3 RDA serialization format |
Oops, something went wrong.