Yishen Miao

Results 11 comments of Yishen Miao

An attempt at color coordination. ![ccls](https://user-images.githubusercontent.com/561975/85954884-8b4e7e00-b92f-11ea-8323-4e33dbd6cc14.png)

@htfy96 Hue=215 is a good choice. It looks too dark. Maybe CC=0056CD, LS=CD5100? With Hue=208, the bright version become CC=0066CC, LS=CC6600. What a coincidence. 😄 ![Artboard 1@0 25x](https://user-images.githubusercontent.com/561975/85985313-6c87d000-b99f-11ea-8af1-8442dddd25af.png)

I managed to get mine to work with the following: ```Rscript rowData(cds)$gene_name

Is there anyway to assist you for this issue?

That's good to know! Regarding to compiler support, I have been able to compile tweego on Apple Silicon with go1.17.2 darwin/arm64.

``` > install.packages("rnaturalearth") Installing package into ‘/opt/homebrew/lib/R/4.2/site-library’ (as ‘lib’ is unspecified) also installing the dependency ‘sf’ trying URL 'https://cloud.r-project.org/src/contrib/sf_1.0-7.tar.gz' Content type 'application/x-gzip' length 3529597 bytes (3.4 MB) ================================================== downloaded 3.4...

@rsbivand Please see the printout for pkg-config in the bottom. The external dependencies are installed.

Yes, for my particular setup the binary package does not work since the homebrew . I did some digging and it turned out that Homebrew's `libtiff` depends on `jpeg`. This...

There is a more fundamental problem at hand. The error message `whether PROJ and sqlite3 are available for linking` is misleading since `sqlite3` is shipped with all macOS. In fact...