Giter VIP home page Giter VIP logo

Comments (2)

daroczig avatar daroczig commented on July 29, 2024

parser was built in core R from version 3.0.0 and it has really great features that I use e.g. in my sandboxR package, which also has to check bunch of stuff about user provided R code. Quick demo:

> getParseData(parse(text = 'library(RColorBrewer)'))
  line1 col1 line2 col2 id parent                token terminal         text
9     1    1     1   21  9      0                 expr    FALSE             
1     1    1     1    7  1      3 SYMBOL_FUNCTION_CALL     TRUE      library
3     1    1     1    7  3      9                 expr    FALSE             
2     1    8     1    8  2      9                  '('     TRUE            (
4     1    9     1   20  4      6               SYMBOL     TRUE RColorBrewer
6     1    9     1   20  6      9                 expr    FALSE             
5     1   21     1   21  5      9                  ')'     TRUE            )

from lintr.

jimhester avatar jimhester commented on July 29, 2024

Yep I am using the built in parser functions extensively in lintr, this
issue was just a place for me to keep links to pre-existing linting tools
On Nov 1, 2014 5:25 PM, "Gergely Daróczi" [email protected] wrote:

parser was built in core R from version 3.0.0 and it has really great
features that I use e.g. in my sandboxR package
https://github.com/Rapporter/sandboxR/tree/r-3.0.0, which also has to
check bunch of stuff about user provided R code. Quick demo:

getParseData(parse(text = 'library(RColorBrewer)'))
line1 col1 line2 col2 id parent token terminal text9 1 1 1 21 9 0 expr FALSE 1 1 1 1 7 1 3 SYMBOL_FUNCTION_CALL TRUE library3 1 1 1 7 3 9 expr FALSE 2 1 8 1 8 2 9 '(' TRUE (4 1 9 1 20 4 6 SYMBOL TRUE RColorBrewer6 1 9 1 20 6 9 expr FALSE 5 1 21 1 21 5 9 ')' TRUE )


Reply to this email directly or view it on GitHub
#1 (comment).

from lintr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.