This repository was archived by the owner on May 14, 2024. It is now read-only.
Commit 545759e 1 parent 6849df0 commit 545759e Copy full SHA for 545759e
File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,13 @@ fetched using `tryCatch()` and then again without
36
36
is because ` janitor::remove_empty ` is a new function in a to-be-released version
37
37
of ` janitor ` . Sam Firke has a alerted me to the coming change so I've
38
38
incorporated the new functionality to future proof ` bomrang ` . See lines
39
- 74-83 of get_weather_bulletins.R for the if statement that checks the version
40
- of janitor, this allows it to work even before the new version is released. I've
41
- tested with the current version of ` janitor ` and the development version as well
42
- to be sure it functions as desired.
39
+ 74-83 of get_weather_bulletins.R for the ` if ` statement provided by Sam that
40
+ checks the version of ` janitor ` , this allows it to work even before the new
41
+ version is released. I've tested with the current version of ` janitor ` and the
42
+ development version as well to be sure it functions as desired.
43
+
44
+ Future versions of ` bomrang ` will remove this and require v1.0.0 of ` janitor ` in
45
+ the DESCRIPTION file.
43
46
44
47
## Reverse dependencies
45
48
You can’t perform that action at this time.
0 commit comments