Gábor Csárdi
Remotes
field in DESCRIPTION
, for package developmentFiles and directories of a project/package:
R/ # code comes here
DESCRIPTION # dependencies specified here
.Rprofile # library path setup comes here
r-packages/ # private package library
.Rbuildignore # to ignore profile and library
... # all other files, e.g. data
pak:::proj_create()
pak:::proj_install()
pak:::proj_install_dev()
pak:::proj_remove()
pak:::proj_status()