-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ Title: Accessing the Wordbank Database | |
Description: Connecting to Wordbank, an open repository for developmental | ||
vocabulary data. For more information on the underlying data, see | ||
<http://wordbank.stanford.edu>. | ||
Version: 1.0.0.9001 | ||
Version: 1.0.1 | ||
Authors@R: c( | ||
person("Mika", "Braginsky", email = "[email protected]", role = c("aut", "cre")), | ||
person("Daniel", "Yurovsky", email = "[email protected]", role = "ctb"), | ||
|
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,7 @@ | ||
## Test environments | ||
- macOS 12.2, R 4.2.1 (local install) | ||
- Ubuntu 20.04, R 4.2.1 (on R-hub) | ||
- win-builder (devel and release) | ||
- macOS 12.6.9 (R 4.3.1) | ||
- Ubuntu 22.04.3 (R 4.4.0, 4.3.1, 4.2.3) | ||
- Microsoft Windows Server 2022 10.0.20348 (R 4.3.1) | ||
|
||
|
||
## R CMD check results | ||
|
@@ -11,15 +11,20 @@ There were no ERRORs or WARNINGs. | |
There were 1 NOTE: | ||
|
||
``` | ||
* checking CRAN incoming feasibility ... NOTE | ||
* checking CRAN incoming feasibility ... [8s] NOTE | ||
Maintainer: 'Mika Braginsky <[email protected]>' | ||
New submission | ||
Package was archived on CRAN | ||
Possibly misspelled words in DESCRIPTION: | ||
Wordbank (3:22, 4:38) | ||
Wordbank (3:22, 4:28) | ||
CRAN repository db overrides: | ||
X-CRAN-Comment: Archived on 2022-10-24 for repeated policy violation. | ||
On Internet access. | ||
``` | ||
|
||
This package is being reinstated (the issue for which it was archived has been solved). | ||
|