Commit 6982440
Mike Nguyen
fix: correct build_args param name; remove MCPanel from Remotes; skip Suggests
- Fix build_args (underscore not hyphen) - was silently ignored, causing
vignettes to be built during R CMD build and failing on Windows
- Remove MCPanel from Remotes - was causing setup failures on macOS/oldrel-1
due to C++ compilation issues
- Add dependencies: hard to only install Imports/Depends, skip Suggests
- _R_CHECK_FORCE_SUGGESTS_=false handles missing Suggests at check time1 parent 9fae8a2 commit 6982440
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
| 54 | + | |
54 | 55 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
| 126 | + | |
128 | 127 | | |
0 commit comments