Skip to content

Commit

Permalink
prepare for cran
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Feb 12, 2021
1 parent fa788f6 commit 47f38cf
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 5 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
^Meta$
^\.github$
^dev$
^cran-comments\.md$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: datamods
Title: Modules to Import and Manipulate Data in 'Shiny'
Version: 0.1.0.9000
Version: 1.0.0
Authors@R:
c(person(given = "Victor",
family = "Perrier",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# datamods 1.0.0

* First release on CRAN: Shiny modules import, to update, validate and filter data in interactive applications
* Added a `NEWS.md` file to track changes to the package.
2 changes: 1 addition & 1 deletion R/import-modal.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#'
#' @param id Module's id
#' @param from The import_ui & server to use, i.e. the method.
#' There are 4 options to choose from. ("env", "file", "copypaste", "googlsheets")
#' There are 4 options to choose from. ("env", "file", "copypaste", "googlesheets")
#'
#' @return
#' * UI: HTML tags that can be included in shiny's UI
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This module also allow to view imported data and to update variables.
Module `update_variables_ui()` / `update_variables_server()` allow to:

* **select** variables of interest in a dataset
* **rename** variablesto be used in application after that
* **rename** variables to be used in application after that
* **convert** variables to change their class, from character to numeric for example

![](man/figures/datamods-update.png)
Expand Down
15 changes: 15 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Test environments
* local R installation, R 4.0.3
* ubuntu 16.04, Windows 10, macOS (on GitHub Actions), R 4.0.3
* win-builder (devel)

## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new release.
This package contains Shiny modules to import, update, validate and filter data in interactive applications.

Thanks,

Victor
2 changes: 1 addition & 1 deletion man/import-modal.Rd

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

2 changes: 1 addition & 1 deletion vignettes/datamods.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ imported <- import_copypaste_server("myid")

#### From Googlesheet

Imports data from a Googlsheet. Use the shareable link to read data.
Imports data from a Googlesheet. Use the shareable link to read data.

```{r}
# UI
Expand Down

0 comments on commit 47f38cf

Please sign in to comment.