Closed patarol closed 6 years ago
Could you remove language-r package, install atom-language-r and try again?
Same error. Even when removing rbox
package.
Could you show all your packages installed in atom (in the packages folder) please ?
Here it goes:
!
Thank you.
And if you remove the language-r folder between language-markdown and platformio-ide-terminal ?
It works now! Thank you!
Slightly on-topic: are these two prefixes swapped?
'Cummulative max':
'prefix': 'cumi'
'body': 'cummax(${1:x})'
'Cummulative min':
'prefix': 'cuma'
'body': 'cummin(${1:x})'
@raredd It was swapped!! I saw you made a commit. Gonna update it! Thank you.
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.
This still happens to me. I installed the language-r v0.4.2 package today in Atom 1.34 on macOS.
Same issue happens to me with language-r v0.4.2 package in Atom 1.34 on Windows 10.
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
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
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.
Is it possible for you to fix that? Since this is an atom package
Is there anything I can do to help upload this fix?
I believe this was an error in language-r
but has since been fixed in atom-language-r
.
After install and restart atom, I got this error:
!
Maybe it's a conflict with
rbox
package(?).Thank you!!