forked from ThinkR-open/golem
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
715 additions
and
1,329 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ | |
^LICENSE\.md$ | ||
^CODE_OF_CONDUCT\.md$ | ||
^app\.R$ | ||
^cran-comments\.md$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,22 +6,22 @@ Authors@R: | |
family = "Guyader", | ||
role = c("cre", "aut"), | ||
email = "[email protected]", | ||
comment = structure("0000-0003-0671-9270", .Names = "ORCID")), | ||
comment = c(ORCID = "0000-0003-0671-9270")), | ||
person(given = "Colin", | ||
family = "Fay", | ||
role = "aut", | ||
email = "[email protected]", | ||
comment = structure("0000-0001-7343-1846", .Names = "ORCID")), | ||
comment = c(ORCID = "0000-0001-7343-1846")), | ||
person(given = "Sébastien", | ||
family = "Rochette", | ||
role = "aut", | ||
email = "[email protected]", | ||
comment = structure("0000-0002-1565-9313", .Names = "ORCID")), | ||
comment = c(ORCID = "0000-0002-1565-9313")), | ||
person(given = "Cervan", | ||
family = "Girard", | ||
role = "aut", | ||
email = "[email protected]", | ||
comment = structure("0000-0002-4816-4624", .Names = "ORCID")), | ||
comment = c(ORCID = "0000-0002-4816-4624")), | ||
person(given = "ThinkR", | ||
role = "cph")) | ||
Description: An opinionated framework for building a | ||
|
@@ -39,6 +39,7 @@ Imports: | |
crayon, | ||
desc, | ||
dockerfiler, | ||
DT, | ||
glue, | ||
htmltools, | ||
pkgload, | ||
|
@@ -58,7 +59,6 @@ Imports: | |
yesno | ||
Suggests: | ||
covr, | ||
DT, | ||
knitr, | ||
pkgdown, | ||
purrr, | ||
|
@@ -69,5 +69,5 @@ VignetteBuilder: | |
knitr | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 6.1.1 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 6.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,74 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(activate_js) | ||
export(add_css_file) | ||
export(add_dockerfile) | ||
export(add_dockerfile_heroku) | ||
export(add_dockerfile_shinyproxy) | ||
export(add_js_file) | ||
export(add_js_handler) | ||
export(add_module) | ||
export(add_rstudioconnect_file) | ||
export(add_shinyappsio_file) | ||
export(add_shinyserver_file) | ||
export(add_ui_server_files) | ||
export(app_dev) | ||
export(app_prod) | ||
export(browser_button) | ||
export(browser_dev) | ||
export(cat_dev) | ||
export(create_golem) | ||
export(detach_all_attached) | ||
export(document_and_reload) | ||
export(expect_html_equal) | ||
export(expect_shinytag) | ||
export(expect_shinytaglist) | ||
export(favicon) | ||
export(fill_desc) | ||
export(get_dependencies) | ||
export(get_golem_options) | ||
export(invoke_js) | ||
export(make_dev) | ||
export(message_dev) | ||
export(print_dev) | ||
export(remove_favicon) | ||
export(set_golem_options) | ||
export(use_favicon) | ||
export(use_recommended_deps) | ||
export(use_recommended_tests) | ||
export(use_utils_server) | ||
export(use_utils_ui) | ||
export(warning_dev) | ||
export(with_golem_options) | ||
importFrom(attempt,attempt) | ||
importFrom(attempt,stop_if_not) | ||
importFrom(attempt,without_warning) | ||
importFrom(cli,cat_bullet) | ||
importFrom(cli,cat_line) | ||
importFrom(cli,cat_rule) | ||
importFrom(desc,description) | ||
importFrom(glue,glue) | ||
importFrom(htmltools,includeScript) | ||
importFrom(htmltools,save_html) | ||
importFrom(htmltools,tags) | ||
importFrom(pkgload,load_all) | ||
importFrom(rlang,enquo) | ||
importFrom(roxygen2,roxygenise) | ||
importFrom(rstudioapi,isAvailable) | ||
importFrom(rstudioapi,openProject) | ||
importFrom(shiny,getShinyOption) | ||
importFrom(stats,setNames) | ||
importFrom(stringr,str_remove_all) | ||
importFrom(testthat,expect) | ||
importFrom(testthat,expect_equal) | ||
importFrom(testthat,quasi_label) | ||
importFrom(usethis,use_package) | ||
importFrom(usethis,use_testthat) | ||
importFrom(utils,capture.output) | ||
importFrom(utils,file.edit) | ||
importFrom(utils,getFromNamespace) | ||
importFrom(utils,installed.packages) | ||
importFrom(utils,sessionInfo) | ||
importFrom(yesno,yesno) | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(activate_js) | ||
export(add_css_file) | ||
export(add_dockerfile) | ||
export(add_dockerfile_heroku) | ||
export(add_dockerfile_shinyproxy) | ||
export(add_js_file) | ||
export(add_js_handler) | ||
export(add_module) | ||
export(add_rstudioconnect_file) | ||
export(add_shinyappsio_file) | ||
export(add_shinyserver_file) | ||
export(add_ui_server_files) | ||
export(app_dev) | ||
export(app_prod) | ||
export(browser_button) | ||
export(browser_dev) | ||
export(cat_dev) | ||
export(create_golem) | ||
export(detach_all_attached) | ||
export(document_and_reload) | ||
export(expect_html_equal) | ||
export(expect_shinytag) | ||
export(expect_shinytaglist) | ||
export(favicon) | ||
export(fill_desc) | ||
export(get_dependencies) | ||
export(get_golem_options) | ||
export(invoke_js) | ||
export(make_dev) | ||
export(message_dev) | ||
export(print_dev) | ||
export(remove_favicon) | ||
export(set_golem_options) | ||
export(use_favicon) | ||
export(use_recommended_deps) | ||
export(use_recommended_tests) | ||
export(use_utils_server) | ||
export(use_utils_ui) | ||
export(warning_dev) | ||
export(with_golem_options) | ||
importFrom(attempt,attempt) | ||
importFrom(attempt,stop_if_not) | ||
importFrom(attempt,without_warning) | ||
importFrom(cli,cat_bullet) | ||
importFrom(cli,cat_line) | ||
importFrom(cli,cat_rule) | ||
importFrom(desc,description) | ||
importFrom(glue,glue) | ||
importFrom(htmltools,includeScript) | ||
importFrom(htmltools,save_html) | ||
importFrom(htmltools,tags) | ||
importFrom(pkgload,load_all) | ||
importFrom(pkgload,pkg_name) | ||
importFrom(rlang,enquo) | ||
importFrom(roxygen2,roxygenise) | ||
importFrom(rstudioapi,isAvailable) | ||
importFrom(rstudioapi,openProject) | ||
importFrom(shiny,getShinyOption) | ||
importFrom(stats,setNames) | ||
importFrom(stringr,str_remove_all) | ||
importFrom(testthat,expect) | ||
importFrom(testthat,expect_equal) | ||
importFrom(testthat,quasi_label) | ||
importFrom(usethis,use_build_ignore) | ||
importFrom(usethis,use_package) | ||
importFrom(usethis,use_testthat) | ||
importFrom(utils,capture.output) | ||
importFrom(utils,file.edit) | ||
importFrom(utils,getFromNamespace) | ||
importFrom(utils,installed.packages) | ||
importFrom(utils,sessionInfo) | ||
importFrom(yesno,yesno) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
## Test environments | ||
* local OS X install, R 3.6.0 | ||
* ubuntu 14.04 (on travis-ci), R 3.6.0 | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 1 note | ||
|
||
* This is a resubmission. | ||
|
||
Feedbacks from previous submission: | ||
|
||
``` | ||
Found the following (possibly) invalid URLs: | ||
URL: | ||
From: inst/doc/c_deploy.html | ||
inst/doc/d_js.html | ||
Message: Empty URL | ||
remove empty references. | ||
``` | ||
|
||
-> We filled the URL so they are not empty anymore | ||
|
||
``` | ||
Found the following (possibly) invalid file URI: | ||
URI: CODE_OF_CONDUCT.md | ||
From: README.md | ||
The file is not part of the package, perhaps link to it via a fully | ||
specified URL? | ||
``` | ||
|
||
-> Changed the Code of conduct link to full url | ||
|
||
``` | ||
We also see you declared > License: MIT + file LICENSE | ||
where the license file should be the CRAN template for the MIT license, | ||
but actually it contains a copy of the GPL-3? Is this meant as an | ||
alternative licence? | ||
``` | ||
|
||
-> We switched to a full MIT licence |
Oops, something went wrong.