Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

r-dt: update to 0.2 #702

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 43 additions & 18 deletions r-packages/r-dt/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ package:
name: r-dt
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "0.1"
version: "0.2"

source:
fn: DT_0.1.tar.gz
fn: DT_0.2.tar.gz
url:
- http://cran.r-project.org/src/contrib/DT_0.1.tar.gz
- http://cran.r-project.org/src/contrib/Archive/DT/DT_0.1.tar.gz
- http://cran.r-project.org/src/contrib/DT_0.2.tar.gz
- http://cran.r-project.org/src/contrib/Archive/DT/DT_0.2.tar.gz


# You can add a hash for the file here, like md5 or sha1
Expand All @@ -31,18 +31,18 @@ build:
- lib/R/lib/
- lib/

# Suggests: jsonlite (>= 0.9.16), knitr (>= 1.8), shiny (>= 0.12.0)
# Suggests: jsonlite (>= 0.9.16), knitr (>= 1.8), rmarkdown, shiny (>= 0.12.0)
requirements:
build:
- r-base
- r-htmltools
- r-htmlwidgets >=0.4
- r-htmltools >=0.3.5
- r-htmlwidgets >=0.6
- r-magrittr

run:
- r-base
- r-htmltools
- r-htmlwidgets >=0.4
- r-htmltools >=0.3.5
- r-htmlwidgets >=0.6
- r-magrittr

test:
Expand All @@ -67,25 +67,50 @@ about:

# The original CRAN metadata for this package was:


# Package: DT
# Type: Package
# Title: A Wrapper of the JavaScript Library 'DataTables'
# Version: 0.1
# Date: 2015-06-08
# Authors@R: c( person("Yihui", "Xie", email = "[email protected]", role = c("aut", "cre")), person("Joe", "Cheng", email = "[email protected]", role = c("ctb")), person("jQuery contributors", role = c("ctb", "cph"), comment = "jQuery in htmlwidgets/lib"), person("SpryMedia Limited", role = c("ctb", "cph"), comment = "DataTables in htmlwidgets/lib"), person("Brian", "Reavis", role = c("ctb", "cph"), comment = "selectize.js in htmlwidgets/lib"), person("Leon", "Gersen", role = c("ctb", "cph"), comment = "noUiSlider in htmlwidgets/lib"), person("Bartek", "Szopka", role = c("ctb", "cph"), comment = "jquery.highlight.js in htmlwidgets/lib"), person("RStudio Inc", role = "cph") )
# Version: 0.2
# Date: 2016-08-08
# Authors@R: c(
# person("Yihui", "Xie", email = "[email protected]", role = c("aut", "cre")),
# person("Joe", "Cheng", role = "ctb"),
# person("JJ", "Allaire", role = "ctb"),
# person("jQuery contributors", role = c("ctb", "cph"), comment = "jQuery in htmlwidgets/lib"),
# person("SpryMedia Limited", role = c("ctb", "cph"), comment = "DataTables in htmlwidgets/lib"),
# person("Brian", "Reavis", role = c("ctb", "cph"), comment = "selectize.js in htmlwidgets/lib"),
# person("Leon", "Gersen", role = c("ctb", "cph"), comment = "noUiSlider in htmlwidgets/lib"),
# person("Bartek", "Szopka", role = c("ctb", "cph"), comment = "jquery.highlight.js in htmlwidgets/lib"),
# person("RStudio Inc", role = "cph")
# )
# Maintainer: Yihui Xie <[email protected]>
# Description: Data objects in R can be rendered as HTML tables using the JavaScript library 'DataTables' (typically via R Markdown or Shiny). The 'DataTables' library has been included in this R package. The package name 'DT' is an abbreviation of 'DataTables'.
# Description: Data objects in R can be rendered as HTML tables using the
# JavaScript library 'DataTables' (typically via R Markdown or Shiny). The
# 'DataTables' library has been included in this R package. The package name
# 'DT' is an abbreviation of 'DataTables'.
# URL: http://rstudio.github.io/DT
# BugReports: https://github.com/rstudio/DT/issues
# License: GPL-3 | file LICENSE
# Imports: htmltools, htmlwidgets (>= 0.4), magrittr
# Suggests: jsonlite (>= 0.9.16), knitr (>= 1.8), shiny (>= 0.12.0)
# Imports: htmltools (>= 0.3.5), htmlwidgets (>= 0.6), magrittr
# Suggests: jsonlite (>= 0.9.16), knitr (>= 1.8), rmarkdown, shiny (>=
# 0.12.1)
# VignetteBuilder: knitr
# RoxygenNote: 5.0.1
# NeedsCompilation: no
# Packaged: 2015-06-08 22:37:56 UTC; yihui
# Author: Yihui Xie [aut, cre], Joe Cheng [ctb], jQuery contributors [ctb, cph] (jQuery in htmlwidgets/lib), SpryMedia Limited [ctb, cph] (DataTables in htmlwidgets/lib), Brian Reavis [ctb, cph] (selectize.js in htmlwidgets/lib), Leon Gersen [ctb, cph] (noUiSlider in htmlwidgets/lib), Bartek Szopka [ctb, cph] (jquery.highlight.js in htmlwidgets/lib), RStudio Inc [cph]
# Packaged: 2016-08-09 04:06:45 UTC; yihui
# Author: Yihui Xie [aut, cre],
# Joe Cheng [ctb],
# JJ Allaire [ctb],
# jQuery contributors [ctb, cph] (jQuery in htmlwidgets/lib),
# SpryMedia Limited [ctb, cph] (DataTables in htmlwidgets/lib),
# Brian Reavis [ctb, cph] (selectize.js in htmlwidgets/lib),
# Leon Gersen [ctb, cph] (noUiSlider in htmlwidgets/lib),
# Bartek Szopka [ctb, cph] (jquery.highlight.js in htmlwidgets/lib),
# RStudio Inc [cph]
# Repository: CRAN
# Date/Publication: 2015-06-09 07:47:04
# Date/Publication: 2016-08-09 11:41:46


# See
# http://docs.continuum.io/conda/build.html for
Expand Down