xianghui dong

Results 5 issues of xianghui dong

I like to use pacman because when I shared my script to others, they can run script to install/load in one time, instead of install packages manually. However this doesn't...

Bug

Running examples in `compressFile`: ``` cat(file="foo.txt", "Hello world!") print(isGzipped("foo.txt")) print(isGzipped("foo.txt.gz")) ``` Note the `foo.txt.gz` is not exist yet but `isGzipped` returned `TRUE`. Further test prove that it will return `TRUE`...

I'm very excited to try rminiconda after I read the news from reticulate, hoping to be able to make python config as transparent as possible to my R package users....

After played some time, I realized the following (it's probably clear without saying for the author, but new users might have similar confusions like me): - `get_miniconda_path()` and `R_MINICONDA_PATH` point...

I did a R CMD Check, the list is quite long, include numerous small but cumbersome details. This could be a very time consuming process. I may also need to...

DistantFuture