26 lines
825 B
Plaintext
Raw Normal View History

2025-01-12 00:52:51 +08:00
FROM gridBase_0.4-6 TO gridBase_0.4-7
-------------------------------------
1. Changed to ONLY using Imports for 'grid' and 'graphics'
(no longer Depends on these)
(to satisfy stricter R CMD check)
FROM gridBase_0.4-5 TO gridBase_0.4-6
-------------------------------------
1. Changed to using Imports from 'grid' in NAMESPACE rather than
just Depending on 'grid'. Ditto for 'graphics'.
This allows other packages to Import 'gridBase' without
having to attach 'gridBase' to the search path.
(Thanks to Martin Maechler for the suggestion and patches)
FROM gridBase_0.4 TO gridBase_0.4-1
-----------------------------------
1. Updated demo(gridBase)
Was using very old gridOMI() behaviour which actually set par(omi)
rather than just returning a value to use in a call to par()