Giter Site home page Giter Site logo

Chinese character support about shiny HOT 4 CLOSED

rocker-org avatar rocker-org commented on July 17, 2024
Chinese character support

from shiny.

Comments (4)

xwsg avatar xwsg commented on July 17, 2024 1

docker run
-v /usr/share/fonts:/usr/share/fonts
or
docker compose

volumes:
      - /usr/share/fonts:/usr/share/fonts

if your host machine(my os is Ubuntu 14.04.2 LTS) support Chinese.

from shiny.

eddelbuettel avatar eddelbuettel commented on July 17, 2024

Sure, a PR never hurts. @cboettig is more on top of locale settings than I am. We may have switched between en_US,UTF-8 and C in other spots.

from shiny.

wush978 avatar wush978 commented on July 17, 2024

Dear @eddelbuettel ,

I fail to build this image.

The base image in the Dockerfile is the official r-base in https://registry.hub.docker.com/_/r-base/ and a dependency issue occurred for libcairo2-dev/unstable. However, if I change the base image to rocker/r-base, the rocker/shiny image is built successful.

Are you using the rocker/r-base as base image of rocker/shiny?

Wush

from shiny.

cboettig avatar cboettig commented on July 17, 2024

@wush978 Sorry, that's a temporary issue do to debian transition of jessie out of testing. If you add -t unstable argument to the apt-get install commands, you'll be able to build the image. That won't be necessary after the next r-base update, so we haven't bothered to change this in all the images yet.

With that you should be able to build your fork and we'd be happy to look at a PR, thanks.

from shiny.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.