-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare for CRAN * Increment version number to 0.14.0 * Don't depend on dev Rcpp * Fix 404 URL * Polish NEWS * Fix `Tuple[int]` to avoid a missing link * Improve error message for `nn_sequential` + fix linalg docs. * Remove empty line in DESCRIPTION * Revdep check
- Loading branch information
Showing
17 changed files
with
313 additions
and
521 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
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
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,4 +1,4 @@ | ||
branch <- "main" | ||
branch <- "cran/v0.14.0" | ||
torch_version <- "2.5.1" | ||
|
||
#' Install Torch | ||
|
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
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,8 +1,7 @@ | ||
New release with many bug fixes and new features. | ||
|
||
We checked 23 reverse dependencies (22 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 39 reverse dependencies (37 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 1 new problems | ||
* We failed to check 9 packages | ||
|
||
The new failing package is luz, and a new version will be submitted shortly after. | ||
The new problem is in torchvisionlib and we'll submit a fixed version of it shortly after the torch release. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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,25 +1,15 @@ | ||
## revdepcheck results | ||
|
||
We checked 25 reverse dependencies (24 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 39 reverse dependencies (37 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 1 new problems | ||
* We failed to check 8 packages | ||
* We saw 0 new problems | ||
* We failed to check 4 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### New problems | ||
(This reports the first line of each new failure) | ||
|
||
* torchvisionlib | ||
checking tests ... | ||
|
||
### Failed to check | ||
|
||
* PLNmodels (NA) | ||
* proteus (NA) | ||
* scDHA (NA) | ||
* sits (NA) | ||
* SPQR (NA) | ||
* targets (NA) | ||
* torchdatasets (NA) | ||
* torchvision (NA) | ||
* proteus (NA) | ||
* tabnet (NA) | ||
* torchdatasets (NA) | ||
* torchvisionlib (NA) |
Oops, something went wrong.