Young Sherlock

Results 7 issues of Young Sherlock

Hi Thank you for developing the zsh-proxy plugin, it is very convenient and easy to use. I'm a User of Windows Subsystem for Linux. Recently I was planning to move...

Hi, My package have checked by ``` rhub::check_for_cran() ``` The result seems ok https://builder.r-hub.io/status/AnnoProbe_0.1.1.tar.gz-94038f22805843e4bbc8f5b6b9dbb6cf ![image](https://user-images.githubusercontent.com/17431830/118645236-3e0e2000-b811-11eb-8469-ca1f79316296.png) And ``` devtools::check_win_devel() ``` Look good too. https://win-builder.r-project.org/cYMDL1QLHJ79/00check.log ![image](https://user-images.githubusercontent.com/17431830/118645285-4f572c80-b811-11eb-965a-bd55136af9b4.png) But CRAN report that an ERROR...

add text and figs to Rerooting tree section

In some conditions, geoChina will be imported to another package, but the Rdata file in the data directory will not be load auto, eg. ```R #' @importFrom GEOmirror geoChina #'...

This modified will be more property for a data-dependent function in packages

Hi, Thank you for this project, which improves the way rgl is used and makes things easier. But recently I ran into such a problem. ```R library(MBA) library(dplyr) library(tidyr) library(tibble)...

Description: This pull request introduces an image caching mechanism to `geom_image`, significantly improving performance for plots with multiple images or repeated plot generations. Let's consider the example provided: ```R images...