REditorSupport / atom-language-r

R syntax for Atom
https://atom.io/packages/atom-language-r
Other
31 stars 11 forks source link

Duplicate key 'Cummulative max' #17

Closed patarol closed 6 years ago

patarol commented 6 years ago

After install and restart atom, I got this error:

!error_rlanguage

Maybe it's a conflict with rbox package(?).

Thank you!!

guillaumechaumet commented 6 years ago

Could you remove language-r package, install atom-language-r and try again?

patarol commented 6 years ago

Same error. Even when removing rbox package.

guillaumechaumet commented 6 years ago

Could you show all your packages installed in atom (in the packages folder) please ?

patarol commented 6 years ago

Here it goes:

!error_r

Thank you.

guillaumechaumet commented 6 years ago

And if you remove the language-r folder between language-markdown and platformio-ide-terminal ?

patarol commented 6 years ago

It works now! Thank you!

raredd commented 6 years ago

Slightly on-topic: are these two prefixes swapped?

  'Cummulative max':
    'prefix': 'cumi'
    'body': 'cummax(${1:x})'
  'Cummulative min':
    'prefix': 'cuma'
    'body': 'cummin(${1:x})'
patarol commented 6 years ago

@raredd It was swapped!! I saw you made a commit. Gonna update it! Thank you.

error_r_lan

rpanai commented 6 years ago

There are still few duplicates and swapped terms. It's seem that the file on Master is fine but the downloaded one from atom is corrupted.

tjkohli commented 5 years ago

This still happens to me. I installed the language-r v0.4.2 package today in Atom 1.34 on macOS.

ghost commented 5 years ago

Same issue happens to me with language-r v0.4.2 package in Atom 1.34 on Windows 10.

vnijs commented 5 years ago

Just saw the same error. Was easy enough to fix (see link below) but this already seems resolved in the GitHub repo. However, the updated code is, for some, reason not used during an install. Could the updated code be re-published? Thanks

https://jstaf.github.io/2018/03/25/atom-ide.html

hermidalc commented 5 years ago

May I ask... why isn't there a new release of this language-r since over a year? Users still have to fix this manually even though it's been fixed in master for a long time

guillaumechaumet commented 5 years ago

Bug is corrected in github but not in atom repo because my atom push don't work anymore

Le sam. 13 juil. 2019 à 15:28, Leandro Hermida notifications@github.com a écrit :

May I ask... why is this fix still not included in latest 0.4.2? Users still have to fix this manually

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/REditorSupport/atom-language-r/issues/17?email_source=notifications&email_token=ADVLQ2H3U25LBMAP7X4AVMLP7HJ6RA5CNFSM4FBHX7O2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZ3RWEI#issuecomment-511122193, or mute the thread https://github.com/notifications/unsubscribe-auth/ADVLQ2BG45TTCKM2DB4NALTP7HJ6RANCNFSM4FBHX7OQ .

-- Guillaume Chaumet, Altrabio


Cette communication (y compris les documents attachés) est réservée à l'usage exclusif du destinataire (des destinataires) et peut contenir des informations privilégiées, confidentielles, exemptées de divulgation selon la loi ou protégées par les droits d'auteur. Si vous n'êtes pas un destinataire, toute utilisation, divulgation, distribution, reproduction, examen ou copie (totale ou partielle) est non-autorisée et peut être illégale. Tout message électronique est susceptible d'altération et son intégrité ne peut être assurée. AltraBio décline toute responsabilité au titre de ce message s'il a été modifié ou falsifié. Si vous n'êtes pas destinataire de ce message, merci de le détruire immédiatement et d'avertir l'expéditeur de l'erreur de distribution et de la destruction du message. Merci. This transmission (including any attachments) is intended solely for the use of the addressee(s) and may contain confidential information including trade secrets which are privileged, confidential, exempt from disclosure under applicable law and/or subject to copyright. If you are not an intended recipient, any use, disclosure, distribution, reproduction, review or copying (either whole or partial) is unauthorized and may be unlawful. E-mails are susceptible to alteration and their integrity cannot be guaranteed. AltraBio shall not be liable for this e-mail if modified or falsified. If you are not the intended recipient of this e-mail, please delete it immediately from your system and notify the sender of the wrong delivery and the mail deletion. Thank you.

hermidalc commented 5 years ago

Is it possible for you to fix that? Since this is an atom package

matthew-brett commented 4 years ago

Is there anything I can do to help upload this fix?

gosuto-inzasheru commented 3 years ago

I believe this was an error in language-r but has since been fixed in atom-language-r.