You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://www.repostatus.org/#active)[](https://lifecycle.r-lib.org/articles/stages.html#stable)[](https://github.com/RonaldVisser/dendroNetwork/actions/workflows/pkgcheck.yaml)[](https://github.com/RonaldVisser/dendroNetwork/actions/workflows/R-CMD-check.yaml)
12
-
[](https://github.com/ropensci/software-review/issues/627)
[](https://www.repostatus.org/#active)[](https://lifecycle.r-lib.org/articles/stages.html#stable)[](https://github.com/RonaldVisser/dendroNetwork/actions/workflows/pkgcheck.yaml)[](https://github.com/RonaldVisser/dendroNetwork/actions/workflows/R-CMD-check.yaml)[](https://github.com/ropensci/software-review/issues/627)[](https://zenodo.org/doi/10.5281/zenodo.10636310)
14
12
15
13
<!-- badges: end -->
16
14
@@ -26,7 +24,7 @@ dendroNetwork is a package to create dendrochronological networks for gaining in
26
24
27
25
## Installation
28
26
29
-
This package depends on RCy3, which is part of Bioconductor. Therefore it is recommended to install RCy3 first using:
27
+
This package depends on [RCy3](https://www.bioconductor.org/packages/release/bioc/html/RCy3.html), which is part of Bioconductor. Therefore it is recommended to install RCy3 first using:
30
28
31
29
```r
32
30
if (!require("BiocManager", quietly=TRUE))
@@ -35,6 +33,8 @@ if (!require("BiocManager", quietly = TRUE))
35
33
BiocManager::install("RCy3")
36
34
```
37
35
36
+
The functionaliy of RCy3 depends on the installation of Cytoscape. It is therefore recommended to install Cyscape as well. Please follow the download and installation instructions for your operating system: <https://cytoscape.org/>.
37
+
38
38
You can install the development version of dendroNetwork from [GitHub](https://github.com/RonaldVisser/DendroNetwork) with:
39
39
40
40
```r
@@ -128,6 +128,10 @@ The workflow is similar as above, but with minor changes:
128
128
129
129
## Citation
130
130
131
+
```{r citation}
132
+
citation("dendroNetwork")
133
+
```
134
+
131
135
If you use this software, please cite this using:
132
136
133
137
Visser, R. (2024). dendroNetwork: a R-package to create dendrochronological provenance networks (Version 0.5.1) [Computer software]. <https://zenodo.org/doi/10.5281/zenodo.10636310>
0 commit comments