Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit118a3b3

Browse files
committed
Bump version: 1.6.1.9000 -> 1.6.2 and re-build docs.
1 parent0ad4c38 commit118a3b3

File tree

54 files changed

+223
-124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+223
-124
lines changed

‎DESCRIPTION‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: workflowr
22
Type: Package
33
Title: A Framework for Reproducible and Collaborative Data Science
4-
Version: 1.6.1.9000
4+
Version: 1.6.2
55
Authors@R: c(
66
person("John", "Blischak", role = c("aut", "cre"),
77
email = "jdblischak@uchicago.edu",
@@ -55,7 +55,7 @@ Imports:
5555
whisker (>= 0.3-2),
5656
xfun,
5757
yaml
58-
RoxygenNote: 7.0.2
58+
RoxygenNote: 7.1.0
5959
Suggests:
6060
clipr (>= 0.7.0),
6161
covr,

‎NEWS.md‎

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
#workflowr 1.6.1.9000
1+
#workflowr 1.6.2
2+
3+
This patch release of workflowr includes minor improvements, updated
4+
documentation, and bug fixes. Users are encouraged to upgrade workflowr so that
5+
it is compatible with the next release of[fs][] (>1.4.1).
6+
7+
##Minor improvements
28

3-
* Skip test of error handling of deleted working directory on Solaris
4-
* Update FAQ entry on external images to note that the website directory for
5-
GitLab Pages is`public/`, not`docs/` (idea from@ryurko)
6-
* Send warning if Python plots created using outdated version of reticulate (<
7-
1.15) (bug report from@lazappi,#181)
8-
* Set minimum version requirement for dependency rprojroot to 1.2
99
* Make the HTTP calls by`wflow_use_github()` to the GitHub API more resilient
1010
to transient network issues by automatically retrying HTTP calls more than once
1111
(@jameslamb,#199,#201)
@@ -14,7 +14,19 @@ to transient network issues by automatically retrying HTTP calls more than once
1414
* Throw error early if user sets`overwrite = TRUE` to`wflow_start()` but
1515
`existing = FALSE`, since it isn't possible to overwrite non-existent files
1616
(@skpurdue,#194,#202, idea from@pcarbo)
17+
18+
##Updated documentation
19+
20+
* Update FAQ entry on external images to note that the website directory for
21+
GitLab Pages is`public/`, not`docs/` (idea from@ryurko)
22+
23+
##Bug fixes
24+
25+
* Send warning if Python plots created using outdated version of reticulate (<
26+
1.15) (bug report from@lazappi,#181)
1727
* Make workflowr compatible with fs version 1.4.1.9000+ (@jimhester,#204)
28+
* Set minimum version requirement for dependency rprojroot to 1.2
29+
* Skip test of error handling of deleted working directory on Solaris
1830

1931
#workflowr 1.6.1
2032

‎cran-comments.md‎

Lines changed: 56 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,67 @@
33
* Ubuntu 18.04, R 3.6.3 (local)
44
* Debian GNU/Linux bullseye/sid, R 3.6.3 (CircleCI)
55
* Debian GNU/Linux bullseye/sid (no pandoc), R 3.6.3 (CircleCI)
6-
* Ubuntu 16.04, R 3.6.1 (r-hub)
76

87
* macOS 10.10.5, R 3.3.3 (local)
9-
* macOS 10.13.6, R3.6.2 (Travis-CI)
10-
* macOS 10.11.6, R3.6.3 (r-hub)
8+
* macOS 10.13.6, R4.0.0 (Travis-CI)
9+
* macOS 10.13.6, R4.0.0 (r-hub)
1110

12-
* Windows 10, R3.6.3 (local)
13-
* Windows Server 2012 R2 (x64/x64), R3.6.3 (AppVeyor)
14-
* Windows Server 2008 R2 SP1 (32/64 bit), R3.6.3 (r-hub)
11+
* Windows 10, R4.0.0 (local)
12+
* Windows Server 2012 R2 (x64/x64), R4.0.0 (AppVeyor)
13+
* Windows Server 2008 R2 SP1 (32/64 bit), R4.0.0 (r-hub)
1514
* winbuilder (release, devel)
1615

1716
##R CMD check results
1817

1918
0 errors | 0 warnings | 0 notes
19+
20+
##Previous CRAN checks
21+
22+
The check for workflowr version 1.6.1 failed on solaris because some tests were
23+
checking for a filesystem issue that is only possible on Linux and macOS. These
24+
tests are now skipped on solaris.
25+
26+
Version: 1.6.1
27+
Check: tests
28+
Result: ERROR
29+
Running ‘spelling.R’
30+
Running ‘system-info.R’
31+
Running ‘testthat.R’[78s/94s]
32+
Running the tests in ‘tests/testthat.R’ failed.
33+
Complete output:
34+
> library("testthat")
35+
> library("workflowr")
36+
This is workflowr version 1.6.1
37+
Run ?workflowr for help getting started
38+
>
39+
> test_check("workflowr")
40+
── 1. Error: check_wd_exists throws error if working directory has been deleted
41+
[EINVAL] Failed to remove '/tmp/RtmpMBay9X/working_dir/RtmpheaWir/file224661335cfb': invalid argument
42+
Backtrace:
43+
1. fs::dir_delete(path)
44+
45+
── 2. Error: wflow_status fails early if deleted subdirectory is current working
46+
[EINVAL] Failed to remove '/tmp/RtmpMBay9X/working_dir/RtmpheaWir/file22461d523f12/sub': invalid argument
47+
Backtrace:
48+
1. fs::dir_delete(subdir)
49+
50+
── 3. Error: wflow_status fails early if deleted root directory is current worki
51+
[EINVAL] Failed to remove '/tmp/RtmpMBay9X/working_dir/RtmpheaWir/file224672d44faa': invalid argument
52+
Backtrace:
53+
1. fs::dir_delete(path)
54+
55+
── 4. Error: wflow_status fails early if deleted external directory is current w
56+
[EINVAL] Failed to remove '/tmp/RtmpMBay9X/working_dir/RtmpheaWir/file22466cff2a79': invalid argument
57+
Backtrace:
58+
1. fs::dir_delete(extdir)
59+
60+
══ testthat results ═══════════════════════════════════════════════════════════
61+
[ OK: 1207 | SKIPPED: 165 | WARNINGS: 0 | FAILED: 4 ]
62+
1. Error: check_wd_exists throws error if working directory has been deleted (@test-utility.R#711)
63+
2. Error: wflow_status fails early if deleted subdirectory is current working directory (@test-wflow_status.R#348)
64+
3. Error: wflow_status fails early if deleted root directory is current working directory (@test-wflow_status.R#366)
65+
4. Error: wflow_status fails early if deleted external directory is current working directory (@test-wflow_status.R#387)
66+
67+
Error: testthat unit tests failed
68+
Execution halted
69+
Flavor: r-patched-solaris-x86

‎docs/404.html‎

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

‎docs/CODE_OF_CONDUCT.html‎

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

‎docs/CONTRIBUTING.html‎

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎docs/LICENSE-text.html‎

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

‎docs/LICENSE.html‎

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

‎docs/articles/index.html‎

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp