Skip to content

Commit

Permalink
Merge pull request #128 from DavisVaughan/rc/1.0.1
Browse files Browse the repository at this point in the history
RC 1.0.1
  • Loading branch information
DavisVaughan authored Jun 25, 2024
2 parents 733cc58 + 8f52ca6 commit 369d20f
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 4 deletions.
1 change: 1 addition & 0 deletions bindings/r/.Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
^_pkgdown\.yml$
^docs$
^pkgdown$
^cran-comments\.md$
10 changes: 6 additions & 4 deletions bindings/r/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
Package: treesitter.r
Title: 'R' Grammar for 'Tree-Sitter'
Version: 0.0.0.9000
Version: 1.0.1
Authors@R: c(
person("Davis", "Vaughan", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
person("Posit Software, PBC", role = c("cph", "fnd")),
person("Tree-sitter authors", role = "cph",
comment = "Tree-sitter C headers and parser.c")
)
Description: Provides bindings to an 'R' grammar for 'Tree-sitter', to be
used alongside the 'treesitter' package. 'Tree-sitter' builds concrete
syntax trees for source files of any language, and can efficiently
update those syntax trees as the source file is edited.
License: MIT + file LICENSE
URL: https://github.com/r-lib/tree-sitter-r
BugReports: https://github.com/r-lib/tree-sitter-r/issues
Depends:
R (>= 4.3.0)
Suggests:
testthat (>= 3.0.0),
treesitter
Remotes:
treesitter=DavisVaughan/r-tree-sitter
Config/build/bootstrap: TRUE
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Expand Down
24 changes: 24 additions & 0 deletions bindings/r/LICENSE.note
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Tree-sitter C headers and parser.c
--------------------------------------------------------------------------------

The MIT License (MIT)

Copyright (c) 2018-2024 Max Brunsfeld

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
3 changes: 3 additions & 0 deletions bindings/r/NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# treesitter.r 1.0.1

* Initial CRAN submission.
1 change: 1 addition & 0 deletions bindings/r/cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is a new release. It should be considered alongside the treesitter R package, which is being released at the same time (right before this one was sent in).
9 changes: 9 additions & 0 deletions bindings/r/man/treesitter.r-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,22 @@
\title{treesitter.r: 'R' Grammar for 'Tree-Sitter'}
\description{
Provides bindings to an 'R' grammar for 'Tree-sitter', to be used alongside the 'treesitter' package. 'Tree-sitter' builds concrete syntax trees for source files of any language, and can efficiently update those syntax trees as the source file is edited.
}
\seealso{
Useful links:
\itemize{
\item \url{https://github.com/r-lib/tree-sitter-r}
\item Report bugs at \url{https://github.com/r-lib/tree-sitter-r/issues}
}

}
\author{
\strong{Maintainer}: Davis Vaughan \email{davis@posit.co}

Other contributors:
\itemize{
\item Posit Software, PBC [copyright holder, funder]
\item Tree-sitter authors (Tree-sitter C headers and parser.c) [copyright holder]
}

}
Expand Down

0 comments on commit 369d20f

Please sign in to comment.