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?
- Host: GitHub
- URL: https://github.com/jonocarroll/itdepends
- Owner: jonocarroll
- Created: 2018-06-05T07:34:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T07:41:54.000Z (over 6 years ago)
- Last Synced: 2024-11-15T14:42:59.928Z (3 months ago)
- Language: R
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - jonocarroll/itdepends - Is It Sufficient To Use Imports? (R)
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)
```
# itdependsIs 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
```