Undefined
Undefined
This PR includes: - A *Publications* page to include more publications, such as papers, book sections, and conference proceedings. - Modify the *Publications* section on the index page to *Selected...
This PR fixed a bug that testNumeric() function treated the matrix as numeric. ``` > testNumeric(2) [1] TRUE > testNumeric(matrix(2)) # The bug appears [1] TRUE ```
Hello Professor Yu, When using the `dotplot` function in the `enrichplot` package, I noticed that the results displayed in the plot are not consistent with my own implementation of the...
Fixed an issue of directly recognize single element as file path: #11
It is a fix for #436 and #215 To fix these two problems, it would introduce breakage in `as_list()` function. Since the `xml2` package is widely used in the R...