You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes to ensure that network errors do not trigger check or test warnings/errors.
3
+
1
4
## Test environments
2
5
* local Windows 10 x64, R 4.0.5
3
6
* Ubuntu 18.04 (on GitHub Actions), R 4.1
4
7
* Ubuntu 18.04 (on GitHub Actions), R 3.6
5
-
* Ubuntu 18.04 (on GitHub Actions), r80460
8
+
* Ubuntu 18.04 (on GitHub Actions), r80639
6
9
* Mac OS X 10.15.7 (on GitHub Actions), R 4.1.0
7
10
* Windows x64, i386 (on win-builder), R 4.1.0
8
11
@@ -11,27 +14,11 @@ No ERRORs, or WARNINGs
11
14
12
15
1 NOTE (on win-builder only):
13
16
14
-
New submission
15
-
16
-
Possibly mis-spelled words in DESCRIPTION:
17
-
al (12:27)
18
-
et (12:24)
19
-
wiDB (7:14, 8:9)
17
+
Days since last update: 4
20
18
21
19
Uses the non-portable package: 'R2WinBUGS'
22
20
23
-
This is the first CRAN submission of this package. All spelling has been
24
-
verified. The final entry relates to a dependent package, see revision comment below.
21
+
This update addresses a concern identified during CRAN checking. The final entry relates to a dependent package and has been acknowledged and cleared in previous submissions.
25
22
26
23
## Downstream dependencies
27
-
There are currently no downstream dependencies for this package
28
-
29
-
## Revision comments
30
-
The contents of this resubmission are unchanged. After our previous resubmission we were asked if we could remove the dependency on R2WinBUGS. I replied, explaining the reason for including this dependency and the nature of our use of the package, as was told that this should be OK. However, processing of the package never resumed. I'm resubmitting in hopes of restarting the process.
31
-
32
-
Changes in the previous resubmission:
33
-
* Added () to function references in DESCRIPTION.
34
-
* Added url for API protocol in DESCRIPTION.
35
-
* Checked all Rd files for missing \value tags: the referenced file is the master man page for the package, and does not represent an exported method.
36
-
* Checked all functions for modification of options, par, and working directory. Protected one instance of modified par setting by adding an immediate call to on.exit().
37
-
* Checked all examples and vignettes for code modifying par settings. Fixed four instances in the vignette to either eliminate the modification or restore user settings.
24
+
There are currently no downstream dependencies for this package
0 commit comments