-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
a5ba4ab
commit 98a0479
Showing
1 changed file
with
67 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,67 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. | ||
|
||
Also please add current session information: `sessionInfo()` | ||
|
||
<details> | ||
<summary>Click to Expand</summary> | ||
|
||
``` r | ||
sessionInfo() | ||
#> R version 4.1.1 (2021-08-10) | ||
#> Platform: x86_64-pc-linux-gnu (64-bit) | ||
#> Running under: Ubuntu 20.04.6 LTS | ||
#> | ||
#> Matrix products: default | ||
#> BLAS: /usr/lib/x86_64-linux-gnu/atlas/libblas.so.3.10.3 | ||
#> LAPACK: /usr/lib/x86_64-linux-gnu/atlas/liblapack.so.3.10.3 | ||
#> | ||
#> locale: | ||
#> [1] LC_CTYPE=en_BW.UTF-8 LC_NUMERIC=C | ||
#> [3] LC_TIME=en_BW.UTF-8 LC_COLLATE=en_BW.UTF-8 | ||
#> [5] LC_MONETARY=en_BW.UTF-8 LC_MESSAGES=en_BW.UTF-8 | ||
#> [7] LC_PAPER=en_BW.UTF-8 LC_NAME=C | ||
#> [9] LC_ADDRESS=C LC_TELEPHONE=C | ||
#> [11] LC_MEASUREMENT=en_BW.UTF-8 LC_IDENTIFICATION=C | ||
#> | ||
#> attached base packages: | ||
#> [1] stats graphics grDevices utils datasets methods base | ||
#> | ||
#> other attached packages: | ||
#> [1] logger_0.2.1 quantec_0.1.0 | ||
#> | ||
#> loaded via a namespace (and not attached): | ||
#> [1] pillar_1.9.0 compiler_4.1.1 highr_0.9 R.methodsS3_1.8.1 | ||
#> [5] R.utils_2.11.0 tools_4.1.1 bit_4.0.4 digest_0.6.29 | ||
#> [9] lubridate_1.8.0 jsonlite_1.7.2 evaluate_0.14 lifecycle_1.0.3 | ||
#> [13] tibble_3.2.1 R.cache_0.15.0 pkgconfig_2.0.3 rlang_1.1.0 | ||
#> [17] reprex_2.0.1 cli_3.6.1 rstudioapi_0.13 parallel_4.1.1 | ||
#> [21] curl_4.3.2 yaml_2.2.1 xfun_0.38 fastmap_1.1.0 | ||
#> [25] httr_1.4.2 withr_2.5.0 styler_1.6.2 stringr_1.5.0 | ||
#> [29] dplyr_1.1.1 knitr_1.37 hms_1.1.1 generics_0.1.3 | ||
#> [33] fs_1.6.1 vctrs_0.6.1 bit64_4.0.5 tidyselect_1.2.0 | ||
#> [37] snakecase_0.11.0 glue_1.6.2 R6_2.5.1 fansi_0.5.0 | ||
#> [41] vroom_1.5.5 rmarkdown_2.11 tzdb_0.3.0 readr_2.0.2 | ||
#> [45] purrr_1.0.1 magrittr_2.0.3 scales_1.2.1 ellipsis_0.3.2 | ||
#> [49] backports_1.4.1 htmltools_0.5.5 colorspace_2.0-2 utf8_1.2.2 | ||
#> [53] stringi_1.7.6 munsell_0.5.0 crayon_1.4.1 R.oo_1.24.0 | ||
``` | ||
</details> |