Skip to content

Commit

Permalink
Enhance documentation (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubnowicki authored Sep 12, 2024
1 parent b8dcbb8 commit ec1c515
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 167 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ Authors@R:
)
Description: A 'box' compatible custom language parser for the 'languageserver' package to provide
completion and signature hints in code editors.
URL: https://github.com/Appsilon/box.lsp
License: LGPL (>= 3)
URL: https://github.com/Appsilon/box.lsp, https://appsilon.github.io/box.lsp/
BugReports: https://github.com/Appsilon/box.lsp/issues
License: LGPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Expand Down
163 changes: 0 additions & 163 deletions LICENSE.md

This file was deleted.

30 changes: 28 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# box.lsp
*Experimental* custom language server parser hook for `{box}` modules
# box.lsp <a href="https://appsilon.github.io/box.lsp/"><img src="man/figures/logo.png" align="right" alt="box.lsp logo" style="height: 140px;"></a>
> _Experimental* custom language server parser hook for `{box}` modules._
<!-- badges: start -->
[![CRAN](https://www.r-pkg.org/badges/version/box.lsp)](https://cran.r-project.org/package=box.lsp)
[![CI](https://github.com/Appsilon/box.lsp/actions/workflows/test-and-lint.yaml/badge.svg)](https://github.com/Appsilon/box.lsp/actions/workflows/test-and-lint.yaml)
<!-- badges: end -->

This package is an attempt to provide `{box}`-compatibility for `{languageserver}` used in VS Code.

Expand Down Expand Up @@ -160,3 +165,24 @@ client$send_message(
```

The interactive debugger runs in Instance B.

## Contribute

If you want to contribute to this project, please submit a regular PR, once you're done with the new feature or bug fix.

Reporting a bug is also helpful - please use [Github issues](https://github.com/Appsilon/box.lsp/issues) and describe your problem as detailed as possible.

## Appsilon

<img src="https://avatars0.githubusercontent.com/u/6096772" align="right" alt="" width="6%" />

Appsilon is a **Posit (formerly RStudio) Full Service Certified Partner**.<br/>
Learn more at [appsilon.com](https://appsilon.com).

Get in touch [[email protected]](mailto:[email protected])

Explore the [Rhinoverse](https://rhinoverse.dev) - a family of R packages built around [Rhino](https://appsilon.github.io/rhino/)!

<a href = "https://appsilon.us16.list-manage.com/subscribe?u=c042d7c0dbf57c5c6f8b54598&id=870d5bfc05" target="_blank">
<img src="https://raw.githubusercontent.com/Appsilon/website-cdn/gh-pages/shiny_weekly_light.jpg" alt="Subscribe for Shiny tutorials, exclusive articles, R/Shiny community events, and more."/>
</a>
Binary file added man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon.ico
Binary file not shown.

0 comments on commit ec1c515

Please sign in to comment.