Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make check fails with "ERROR Namespace dependencies not required: ccdata, sdcMicro, yaml" #18

Open
tompollard opened this issue Nov 23, 2016 · 0 comments

Comments

@tompollard
Copy link
Contributor

Running make check (or R CMD check '.') raises the following error:

* checking package namespace information ... OK
* checking package dependencies ... ERROR
Namespace dependencies not required: ‘ccdata’ ‘sdcMicro’ ‘yaml’

See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
* DONE

Status: 1 ERROR

It looks like this issue can be fixed by adding ccdata, sdcMicro, yaml to the imports field in the DESCRIPTION file, so the following entry:

Imports: data.table

...becomes

Imports: data.table, ccdata, sdcMicro, yaml
tompollard referenced this issue in tompollard/ccanonym Nov 24, 2016
sinanshi added a commit that referenced this issue Dec 21, 2016
* 'master' of github.com:UCL-HIC/ccanonym:
  update function name
  heaptic => hepatic. Ref #16
  minor text changes
  fix path. ref #20
  add imports. ref #18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant