Skip to content

Commit

Permalink
dontrun
Browse files Browse the repository at this point in the history
  • Loading branch information
RonaldVisser committed Feb 10, 2024
1 parent 63c5c62 commit 27538ea
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dendroNetwork 0.5.1 (2024-02-10)
* added .github/CONTRIBUTING.md using usethis::use_tidy_contributing()
* DESCRIPTION: added URL and BugReports to DESCRIPTION + package checks
* correction in clique_community_names(_par) functions, due to [k] seen as link
* added \donttest{} to cytoscape functions
* added \dontrun{} to cytoscape functions
### CONTINUOUS INTEGRATION
* added GitHub Action for BiocMananager (https://lcolladotor.github.io/biocthis/index.html)
* added more tests
Expand Down
2 changes: 1 addition & 1 deletion R/clique_community_names_par.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @returns a dataframe with node names and community name. The community is named as CPM_Kk_number_of_community with k replaced by the value of k.
#'
#' @examples
#' \donttest{
#' \dontrun{
#' hol_sim <- sim_table(hol_rom)
#' g_hol <- dendro_network(hol_sim, r_threshold = 0.4, sgc_threshold = 0.4)
#' clique_community_names_par(g_hol, k = 3, n_core = 2)
Expand Down
2 changes: 1 addition & 1 deletion R/cyto_clean_styles.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' @returns Cytoscape cleaned of styles and only styles with white and grey nodes.
#' @examples
#' \donttest{
#' \dontrun{
#' cyto_clean_styles()
#' }
#'
Expand Down
2 changes: 1 addition & 1 deletion R/cyto_create_cpm_style.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' @param style_name name of the output style in Cytoscape. If set to "auto", the style is derived from the name of the network and value for k
#' @returns The style applied in Cytoscape, no objects in R as return.
#' @examples
#' \donttest{
#' \dontrun{
#' data(hol_rom)
#' sim_table_hol <- sim_table(hol_rom)
#' g_hol <- dendro_network(sim_table_hol)
Expand Down
2 changes: 1 addition & 1 deletion R/cyto_create_gn_style.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @param style_name name of the output style in Cytoscape. If set to "auto", the style is derived from the name of the network and value for k
#' @returns The style applied in Cytoscape, no objects in R as return.
#' @examples
#' \donttest{
#' \dontrun{
#' data(hol_rom)
#' sim_table_hol <- sim_table(hol_rom)
#' g_hol <- dendro_network(sim_table_hol)
Expand Down
2 changes: 1 addition & 1 deletion R/cyto_create_graph.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#'
#' @returns a graph in Cytoscape
#' @examples
#' \donttest{
#' \dontrun{
#' data(hol_rom)
#' sim_table_hol <- sim_table(hol_rom)
#' g_hol <- dendro_network(sim_table_hol)
Expand Down
2 changes: 1 addition & 1 deletion R/wuchswerte.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @param x tree-ring series
#' @returns tree-ring series normalized according to Hollstein (1980, 14-15)
#' @examples
#' \donttest{
#' \dontrun{
#' data(hol_rom)
#' wuchswerte(hol_rom)
#' # to convert a rwl object into wuchwerte use:
Expand Down
2 changes: 1 addition & 1 deletion man/clique_community_names_par.Rd

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

2 changes: 1 addition & 1 deletion man/cyto_clean_styles.Rd

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

2 changes: 1 addition & 1 deletion man/cyto_create_cpm_style.Rd

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

2 changes: 1 addition & 1 deletion man/cyto_create_gn_style.Rd

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

2 changes: 1 addition & 1 deletion man/cyto_create_graph.Rd

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

2 changes: 1 addition & 1 deletion man/wuchswerte.Rd

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

0 comments on commit 27538ea

Please sign in to comment.