|
6 | 6 | [](https://CRAN.R-project.org/package=import) |
8 | 8 | [](https://github.com/rticulate/import) |
| 9 | +shields](https://img.shields.io/badge/Git-1.3.1-success)](https://github.com/rticulate/import) |
10 | 10 | [](https://github.com/rticulate/import/actions) |
12 | 12 | <!-- badges: end --> |
@@ -206,27 +206,27 @@ feature?), demand (how many people seem to need a new feature?), and |
206 | 206 | last, but not least, by whether a feature can be implemented without |
207 | 207 | breaking backwards compatibility. |
208 | 208 |
|
209 | | -- Created and authored by [@smbache](https://github.com/smbache) |
210 | | -- Currently maintained by [@torfason](https://github.com/torfason) |
211 | | -- Code contributions by [@awong234](https://github.com/awong234), |
212 | | - [@brshallo](https://github.com/brshallo), |
213 | | - [@flying-sheep](https://github.com/flying-sheep), |
214 | | - [@hutch3232](https://github.com/hutch3232), |
215 | | - [@J-Moravec](https://github.com/J-Moravec), |
216 | | - [@klmr](https://github.com/klmr), |
217 | | - [@mschilli87](https://github.com/mschilli87) |
| 209 | +- Created and authored by [@smbache](https://github.com/smbache) |
| 210 | +- Currently maintained by [@torfason](https://github.com/torfason) |
| 211 | +- Code contributions by [@awong234](https://github.com/awong234), |
| 212 | + [@brshallo](https://github.com/brshallo), |
| 213 | + [@flying-sheep](https://github.com/flying-sheep), |
| 214 | + [@hutch3232](https://github.com/hutch3232), |
| 215 | + [@J-Moravec](https://github.com/J-Moravec), |
| 216 | + [@klmr](https://github.com/klmr), |
| 217 | + [@mschilli87](https://github.com/mschilli87) |
218 | 218 |
|
219 | 219 | *(Did we forget to add you? If so, please let us know!)* |
220 | 220 |
|
221 | 221 | # See also: |
222 | 222 |
|
223 | | -- Some of the use cases for `import` can now be handled directly in |
224 | | - base R using the new `exclude` and `include.only` arguments of |
225 | | - `library()` and `require()` |
226 | | -- For an interesting but slightly different idea of Python-like |
227 | | - modules for R, see the [modules](https://github.com/klmr/modules) |
228 | | - package by [@klmr](https://github.com/klmr). |
229 | | -- Another approach, focused on treating the use of functions with |
230 | | - naming conflicts as explicit errors is the |
231 | | - [conflicted](https://github.com/r-lib/conflicted) package by |
232 | | - [@hadley](https://github.com/hadley). |
| 223 | +- Some of the use cases for `import` can now be handled directly in base |
| 224 | + R using the new `exclude` and `include.only` arguments of `library()` |
| 225 | + and `require()` |
| 226 | +- For an interesting but slightly different idea of Python-like modules |
| 227 | + for R, see the [modules](https://github.com/klmr/modules) package by |
| 228 | + [@klmr](https://github.com/klmr). |
| 229 | +- Another approach, focused on treating the use of functions with naming |
| 230 | + conflicts as explicit errors is the |
| 231 | + [conflicted](https://github.com/r-lib/conflicted) package by |
| 232 | + [@hadley](https://github.com/hadley). |
0 commit comments