Skip to content

Require some parameters in create_project #52

@Andrew0Hill

Description

@Andrew0Hill

CIDAtools/R/project.R

Lines 159 to 163 in e84bb43

create_project <- function(path = getwd(),
template = c('Admin', 'Background', 'Code', 'DataRaw',
'DataProcessed', 'Dissemination', 'Reports'),
project_name = "", pi = "", analyst = "", data_location = "",
git_location = "") {

Create project currently doesn't require any values to be specified (I no metadata is specified #48 occurs), but we should probably require a few of these values to be specified.

I think requiring:

  • analyst
  • project_name

Should be sufficient.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions