-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:rjournal/rjtools
- Loading branch information
Showing
11 changed files
with
138 additions
and
59 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,3 +1,9 @@ | ||
#' @export | ||
#' @rdname rjournal_article | ||
rjournal_web_article <- rjournal_article | ||
rjournal_web_article <- function(toc = FALSE, self_contained = FALSE, ...) { | ||
base_format <- rjournal_article( | ||
self_contained = self_contained, toc = toc, ... | ||
) | ||
base_format$on_exit <- function() {} | ||
base_format | ||
} |
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,13 +1,32 @@ | ||
This revision is to fix a problem identified by CRAN maintainers. | ||
This revision has some changes to fix some errors, and streamline usage and submission operations. | ||
|
||
## Test environment | ||
## Test environment, using devtools::check_rhub() | ||
|
||
* local R installation: R version 4.2.1 (2022-06-23) | ||
* local R installation: R version 4.3.1 (2023-06-16) | ||
* Ubuntu Linux 20.04.1 LTS, R-release, GCC | ||
* Fedora Linux, R-devel, clang, gfortran | ||
* Fedora Fedora Linux, R-devel, clang, gfortran | ||
* Windows Server 2022, R-devel, 64 bit | ||
|
||
## R CMD check results | ||
── R CMD check results ──────────────────────────────────── rjtools 1.0.12 ──── | ||
Duration: 29.9s | ||
|
||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔ | ||
|
||
With check_rhub, there are two notes, which I believe can be ignored. | ||
|
||
── rjtools 1.0.12: NOTE | ||
|
||
Build ID: rjtools_1.0.12.tar.gz-0420bebe3d074a298f5056193567f16e | ||
Platform: Windows Server 2022, R-devel, 64 bit | ||
Submitted: 2h 53m 53.5s ago | ||
Build time: 6m 12.7s | ||
|
||
❯ checking for non-standard things in the check directory ... NOTE | ||
Found the following files/directories: | ||
''NULL'' | ||
|
||
❯ checking for detritus in the temp directory ... NOTE | ||
Found the following files/directories: | ||
'lastMiKTeXException' | ||
|
||
0 errors ✔ | 0 warnings ✔ | 2 notes ✖ |
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
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.