Skip to content

Commit

Permalink
Prepare re-submission to fix vignette building.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Feb 25, 2022
1 parent 3702b97 commit 987e166
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 26 deletions.
12 changes: 6 additions & 6 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ tools/torchgen/.Rbuildignore
# ^vignettes/using-autograd\.Rmd

# uncomment below for CRAN submission
# ^inst/bin/.*
# ^inst/include/(?!torch.h|lantern|torch_RcppExports.h|utils.h|torch_impl.h|torch_types.h|torch_api.h|torch_deleters.h|torch_imports.h).*
# ^inst/lib/.*
# ^inst/share/.*
# ^inst/build-hash
# ^inst/build-versions
^inst/bin/.*
^inst/include/(?!torch.h|lantern|torch_RcppExports.h|utils.h|torch_impl.h|torch_types.h|torch_api.h|torch_deleters.h|torch_imports.h).*
^inst/lib/.*
^inst/share/.*
^inst/build-hash
^inst/build-versions

^doc$
^Meta$
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# torch (development version)

## Bug fix

- Fixed vignette building on Windows.

# torch 0.7.1

## New features
Expand Down
2 changes: 1 addition & 1 deletion R/install.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
branch <- "main"
branch <- "cran/v0.7.2"

install_config <- list(
"1.10.2" = list(
Expand Down
20 changes: 1 addition & 19 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,19 +1 @@
Sorry for re-submitting so soon. This version adds a functionality that is needed
for dependencies that we are planning to submit to CRAN next. Thanks for
considering it.

## revdepcheck results

We checked 13 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 2 packages

Issues with CRAN packages are summarised below.

### Failed to check

* torchaudio (NA)
* torchdatasets (NA)


Re-submission to fix Windows vignette building.

0 comments on commit 987e166

Please sign in to comment.