The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Description: Data frame, tibble, or tbl objects are converted to data
package objects using specific metadata labels (name, version, title,
homepage, description). A data package object (dpkg
) can be
written to disk as a ‘parquet’ file or released to a ‘GitHub’
repository. Data package objects can be read into R from online
repositories and downloaded files are cached locally across R
sessions.
Install the released version of dpkg from CRAN with:
install.packages("dpkg")
You can install the development version of dpkg from GitHub with:
# install.packages("devtools")
::install_github("cole-brokamp/dpkg") devtools
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.