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

Possible problem with compile #29

Open
tgrrr opened this issue Feb 3, 2020 · 0 comments
Open

Possible problem with compile #29

tgrrr opened this issue Feb 3, 2020 · 0 comments

Comments

@tgrrr
Copy link

tgrrr commented Feb 3, 2020

In the file language-r.cson Version 1.4.8, I keep getting an error message upon install:

Error message:
Failed to load snippets from '/Users/tgrrr/.atom/packages/language-r/snippets/language-r.cson'

/Users/tgrrr/.atom/packages/language-r/snippets/language-r.cson: Duplicate key 'Cummulative max'

# language-r.cson:
  'Cummulative max':
    'prefix': 'cumi'
    'body': 'cummax(${1:x})'
  'Cummulative max':
    'prefix': 'cuma'
    'body': 'cummin(${1:x})'

/Users/phil/.atom/packages/language-r/snippets/language-r.cson: Duplicate key 'Grep'

'Grep':
    'prefix': 'grep'
    'body': 'grep(${1:pattern}, ${2:x}, ${3:ignore.case = ${4:FALSE}}, ${5:perl = ${6:FALSE}})'
  'Grep':
    'prefix': 'grep'
    'body': 'grep(${1:pattern}, ${2:x}, ${3:ignore.case = ${4:FALSE}}, ${5:perl = ${6:FALSE}}, ${7:value = ${8:FALSE}}, ${9:fixed = ${10:TRUE}})'

The code is right on github, but not when I install the package in atom (both with the UI, and apm install). Is it possible that there's an error in compile?

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