Skip to content

Commit

Permalink
Update website.
Browse files Browse the repository at this point in the history
  • Loading branch information
DillonHammill committed Mar 8, 2022
1 parent 44420b7 commit 96e2a0c
Show file tree
Hide file tree
Showing 31 changed files with 11,923 additions and 978 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
^Meta$
vignettes/DataEditR/
man/figures/DataEditR/
^\.github$
^\.github$
^_pkgdown\.yml$
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ devtools::install_github("DillonHammill/rhandsontable")
- save edited data to file using any writing function (e.g. `write.csv()`)
- return appropriately formatted data as an R object for downstream use
- code required to create edited data can be optionally printed to the console or saved to a file
- support for custom themes through `shinythemes` package
- support for custom themes through `bslib` package
- customisable user interface (title, logo and modules)
- row indices are always displayed for easy navigation
- switch between datasets or files without having to leave the application
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ add-in should you prefer to interact with it in this way.
use
- code required to create edited data can be optionally printed to the
console or saved to a file
- support for custom themes through `shinythemes` package
- support for custom themes through `bslib` package
- customisable user interface (title, logo and modules)
- row indices are always displayed for easy navigation
- switch between datasets or files without having to leave the
Expand Down Expand Up @@ -139,17 +139,17 @@ citation("DataEditR")
#>
#> To cite package 'DataEditR' in publications use:
#>
#> Dillon Hammill (2021). DataEditR: An Interactive Editor for Viewing,
#> Entering, Filtering & Editing Data. R package version 0.1.4.
#> Dillon Hammill (2022). DataEditR: An Interactive Editor for Viewing,
#> Entering, Filtering & Editing Data. R package version 0.1.5.
#> https://github.com/DillonHammill/DataEditR
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {DataEditR: An Interactive Editor for Viewing, Entering, Filtering & Editing Data},
#> author = {Dillon Hammill},
#> year = {2021},
#> note = {R package version 0.1.4},
#> year = {2022},
#> note = {R package version 0.1.5},
#> url = {https://github.com/DillonHammill/DataEditR},
#> }
```
33 changes: 33 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
url: https://dillonhammill.github.io/DataEditR/

template:
bootstrap: 5

reference:
- title: Interactive Data Editor
desc: >
DataEditR ships with a single function called `data_edit()` that provides an
interactive interface to view, enter, filter and edit data. DataEditR also
ships with an RStudio add-in that can be accessed through the `Addins` menu.
contents:
- data_edit

- title: DataEditR Shiny Modules
desc: >
DataEditR is built using a series of shiny modules that work together to
allow users to view, filter, edit and export their data. Using these shiny
modules, users can integrate DataEditR features into their own custom Shiny
applications.
contents:
- dataInput
- dataEdit
- dataFilter
- dataSelect
- dataSync
- dataOutput

articles:
- title : DataEditR
navbar: ~
contents:
- DataEditR
115 changes: 51 additions & 64 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 96e2a0c

Please sign in to comment.