Skip to content

Commit

Permalink
install csvwr
Browse files Browse the repository at this point in the history
  • Loading branch information
KMicha committed Oct 10, 2024
1 parent ae2b78e commit f08c64a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Dockerfile18
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ RUN apt-get -y --no-install-recommends install r-cran-shiny r-cran-shinybs r-cr
RUN apt-get -y --no-install-recommends install pandoc r-cran-markdown r-cran-knitr
# markdown rust-markdown

# Handle csv meta data csv for web
# https://pypi.org/project/csvw/
# https://csvw.org/standards.html
#RUN apt-get -y --no-install-recommends install r-cran-csvwr #not working...
RUN R -e "install.packages('csvwr')"

## not (yet?) available , 20.04 only

## https://www.rplumber.io/
Expand Down
7 changes: 4 additions & 3 deletions Dockerfile20
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@ RUN apt-get -y --no-install-recommends install r-cran-shiny r-cran-shinybs r-cr
RUN apt-get -y --no-install-recommends install pandoc r-cran-rmarkdown r-cran-markdown r-cran-knitr
# markdown rust-markdown


#csvwr
#RUN apt-get -y --no-install-recommends install r-cran-csvwr
# Handle csv meta data csv for web
# https://pypi.org/project/csvw/
# https://csvw.org/standards.html
#RUN apt-get -y --no-install-recommends install r-cran-csvwr #not working...
RUN R -e "install.packages('csvwr')"


Expand Down
6 changes: 6 additions & 0 deletions Dockerfile22
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ RUN apt-get -y --no-install-recommends install r-cran-shiny r-cran-shinybs r-cr
RUN apt-get -y --no-install-recommends install pandoc r-cran-rmarkdown r-cran-markdown r-cran-knitr
# markdown rust-markdown

# Handle csv meta data csv for web
# https://pypi.org/project/csvw/
# https://csvw.org/standards.html
#RUN apt-get -y --no-install-recommends install r-cran-csvwr #not working...
RUN R -e "install.packages('csvwr')"

# Install Quarto
# https://quarto.org
##RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v$QUARTO_VERSION/quarto-$QUARTO_VERSION-linux-amd64.tar.gz \
Expand Down
6 changes: 6 additions & 0 deletions Dockerfile24
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ RUN apt-get -y --no-install-recommends install r-cran-shiny r-cran-shinybs r-cr
RUN apt-get -y --no-install-recommends install pandoc r-cran-rmarkdown r-cran-markdown r-cran-knitr
# markdown rust-markdown

# Handle csv meta data csv for web
# https://pypi.org/project/csvw/
# https://csvw.org/standards.html
#RUN apt-get -y --no-install-recommends install r-cran-csvwr #not working...
RUN R -e "install.packages('csvwr')"

# Install Quarto
# https://quarto.org
##RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v$QUARTO_VERSION/quarto-$QUARTO_VERSION-linux-amd64.tar.gz \
Expand Down

0 comments on commit f08c64a

Please sign in to comment.