Skip to content

Commit c4279d5

Browse files
committed
CRAN accepted
1 parent a311f5a commit c4279d5

File tree

6 files changed

+40
-40
lines changed

6 files changed

+40
-40
lines changed

CRAN-RELEASE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
This package was submitted to CRAN on 2019-10-14.
2-
Once it is accepted, delete this file and tag the release (commit 933f714c9a).
1+
This package was submitted to CRAN on 2019-12-19.
2+
Once it is accepted, delete this file and tag the release (commit a311f5a00a).

R/options.R

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,42 +17,42 @@
1717
#'
1818
#' Debugging mode
1919
#'
20-
#' - `debug_on : function ()` \Sexpr{attr(slurmR::opts_slurmR$debug_on, "desc")}
20+
#' - `debug_on : function ()` \Sexpr[stage=build]{attr(slurmR::opts_slurmR$debug_on, "desc")}
2121
#'
22-
#' - `debug_off : function ()` \Sexpr{attr(slurmR::opts_slurmR$debug_off, "desc")}
22+
#' - `debug_off : function ()` \Sexpr[stage=build]{attr(slurmR::opts_slurmR$debug_off, "desc")}
2323
#'
24-
#' - `get_debug : function ()` \Sexpr{attr(slurmR::opts_slurmR$get_debug, "desc")}
24+
#' - `get_debug : function ()` \Sexpr[stage=build]{attr(slurmR::opts_slurmR$get_debug, "desc")}
2525
#'
2626
#' Verbose mode
2727
#'
28-
#' - `verbose_on : function ()` \Sexpr{attr(slurmR::opts_slurmR$verbose_on, "desc")}
28+
#' - `verbose_on : function ()` \Sexpr[stage=build]{attr(slurmR::opts_slurmR$verbose_on, "desc")}
2929
#'
30-
#' - `verbose_off : function ()` \Sexpr{attr(slurmR::opts_slurmR$verbose_off, "desc")}
30+
#' - `verbose_off : function ()` \Sexpr[stage=build]{attr(slurmR::opts_slurmR$verbose_off, "desc")}
3131
#'
32-
#' - `get_verbose : function ()` \Sexpr{attr(slurmR::opts_slurmR$get_verbose, "desc")}
32+
#' - `get_verbose : function ()` \Sexpr[stage=build]{attr(slurmR::opts_slurmR$get_verbose, "desc")}
3333
#'
3434
#' Slurm options
3535
#'
36-
#' - `set_tmp_path : function (path, recursive = TRUE)` \Sexpr{attr(slurmR::opts_slurmR$set_tmp_path, "desc")}
36+
#' - `set_tmp_path : function (path, recursive = TRUE)` \Sexpr[stage=build]{attr(slurmR::opts_slurmR$set_tmp_path, "desc")}
3737
#'
38-
#' - `get_tmp_path : function ()` \Sexpr{attr(slurmR::opts_slurmR$get_tmp_path, "desc")}
38+
#' - `get_tmp_path : function ()` \Sexpr[stage=build]{attr(slurmR::opts_slurmR$get_tmp_path, "desc")}
3939
#'
40-
#' - `set_job_name : function (path, check = TRUE, overwrite = TRUE)` \Sexpr{attr(slurmR::opts_slurmR$set_job_name, "desc")}.
40+
#' - `set_job_name : function (path, check = TRUE, overwrite = TRUE)` \Sexpr[stage=build]{attr(slurmR::opts_slurmR$set_job_name, "desc")}.
4141
#'
42-
#' - `get_job_name : function (check = TRUE)` \Sexpr{attr(slurmR::opts_slurmR$get_job_name, "desc")}
42+
#' - `get_job_name : function (check = TRUE)` \Sexpr[stage=build]{attr(slurmR::opts_slurmR$get_job_name, "desc")}
4343
#'
4444
#' Other options
4545
#'
46-
#' - `get_cmd : function ()` \Sexpr{attr(slurmR::opts_slurmR$get_cmd, "desc")}
46+
#' - `get_cmd : function ()` \Sexpr[stage=build]{attr(slurmR::opts_slurmR$get_cmd, "desc")}
4747
#'
4848
#'
4949
#' For general set/retrieve options
5050
#'
51-
#' - `set_opts : function (...)` \Sexpr{attr(slurmR::opts_slurmR$set_opts, "desc")}
51+
#' - `set_opts : function (...)` \Sexpr[stage=build]{attr(slurmR::opts_slurmR$set_opts, "desc")}
5252
#'
53-
#' - `get_opts_job : function (...)` \Sexpr{attr(slurmR::opts_slurmR$get_opts_job, "desc")}
53+
#' - `get_opts_job : function (...)` \Sexpr[stage=build]{attr(slurmR::opts_slurmR$get_opts_job, "desc")}
5454
#'
55-
#' - `get_opts_r : function (...)` \Sexpr{attr(slurmR::opts_slurmR$get_opts_r, "desc")}
55+
#' - `get_opts_r : function (...)` \Sexpr[stage=build]{attr(slurmR::opts_slurmR$get_opts_r, "desc")}
5656
#'
5757
#'
5858
#' @examples

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ Slurm_clean <- function(x) {
389389
#' Information about where jobs are submitted
390390
#'
391391
#' This returns a named vector with the following variables:
392-
#' \Sexpr{paste(names(slurmR::WhoAmI()), collapse = ", ")}
392+
#' \Sexpr[stage=build]{paste(names(slurmR::WhoAmI()), collapse = ", ")}
393393
#' @export
394394
#' @return A character vector with the corresponding system environment variables'
395395
#' values.

cran-comments.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
* AppVeyor: Windows x86_64-w64-mingw32/x64 (64-bit) R 3.6.2 Patched (2019-12-14 r77584)
88
* win-builder (CRAN): x86_64-w64-mingw32 (64-bit), R 3.6.1 (2019-07-05)
99
* win-builder (CRAN): x86_64-w64-mingw32 (64-bit), R Under development (unstable) (2019-12-18 r77602)
10+
* R-hub builder: Ubuntu 16.04, R-release
11+
* R-hub builder: Fedora Linux, R-release
12+
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit
1013

1114
## R CMD check results
1215

@@ -27,15 +30,12 @@ package and use some of its functions.
2730

2831
## On previous CRAN comments
2932

30-
1. The "invalid URLs: URL: https://rc.hms.harvard.edu/" still shows a note on R
31-
CMD check. A false positive.
33+
1. Last submission included the note: "Package has help file(s) containing
34+
install/render-stage \Sexpr{} expressions but no prebuilt PDF manual."
35+
Evaluation of the Sexpr is now done during the building process. I don't
36+
see such message now.
3237

33-
2. On the package's name. I've contacted the team behind Slurm and, unfortunately,
34-
they asked me to change the name. Because of this, the R package is now called
35-
slurmR. Besides of the name, all documentation has been updated to reflect this
36-
change.
37-
38-
3. Errors while running tests on windows are now fixed.
38+
I've also added R-hub checks. All is working OK.
3939

4040
Thanks
4141

man/WhoAmI.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/opts_slurmR.Rd

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)