An open API service indexing awesome lists of open source software.

https://github.com/jonocarroll/itdepends

Is It Sufficient To Use Imports?
https://github.com/jonocarroll/itdepends

Last synced: about 1 month ago
JSON representation

Is It Sufficient To Use Imports?

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
library(itdepends)
```
# itdepends

Is it sufficient to specify `Imports: tibble` in order to have `print.tbl_df` available for a stored data object? It appears not.

```{r}
data_tibble
```