Просмотр исходного кода

Fix depends and import functions as needed from dplyr and utils

tags/v0.1.0^2
Garrick Aden-Buie 8 лет назад
Родитель
Сommit
61e4659b4c
5 измененных файлов: 14 добавлений и 5 удалений
  1. +2
    -3
      DESCRIPTION
  2. +6
    -0
      NAMESPACE
  3. +4
    -0
      R/utils.R
  4. +1
    -1
      man/textAreaInputAlt.Rd
  5. +1
    -1
      man/textInputCode.Rd

+ 2
- 3
DESCRIPTION Просмотреть файл

person(family = "RStudio", role = "cph", comment = "Copyright holder of included shiny fragments") person(family = "RStudio", role = "cph", comment = "Copyright holder of included shiny fragments")
) )
Description: Test and view regexes. Description: Test and view regexes.
Depends:
R (>= 3.4.3),
dplyr
Depends: R (>= 3.4.3)
License: GPL-3 License: GPL-3
Encoding: UTF-8 Encoding: UTF-8
LazyData: true LazyData: true
Imports: Imports:
purrr, purrr,
dplyr,
rmarkdown, rmarkdown,
utils, utils,
tidyr, tidyr,

+ 6
- 0
NAMESPACE Просмотреть файл

export(view_regex) export(view_regex)
import(miniUI) import(miniUI)
import(shiny) import(shiny)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,summarize)
importFrom(utils,getFromNamespace)

+ 4
- 0
R/utils.R Просмотреть файл

#' @importFrom dplyr "%>%" mutate filter group_by summarize
#' @importFrom utils getFromNamespace
NULL

escape_html <- function(x) { escape_html <- function(x) {
x = gsub("&", "&amp;", x) x = gsub("&", "&amp;", x)
x = gsub("<", "&lt;", x) x = gsub("<", "&lt;", x)

+ 1
- 1
man/textAreaInputAlt.Rd Просмотреть файл

% Generated by roxygen2: do not edit by hand % Generated by roxygen2: do not edit by hand
% Please edit documentation in R/regex_gadget.R
% Please edit documentation in R/shiny_modified_inputs.R
\name{textAreaInputAlt} \name{textAreaInputAlt}
\alias{textAreaInputAlt} \alias{textAreaInputAlt}
\title{Modified Text Area Input} \title{Modified Text Area Input}

+ 1
- 1
man/textInputCode.Rd Просмотреть файл

% Generated by roxygen2: do not edit by hand % Generated by roxygen2: do not edit by hand
% Please edit documentation in R/regex_gadget.R
% Please edit documentation in R/shiny_modified_inputs.R
\name{textInputCode} \name{textInputCode}
\alias{textInputCode} \alias{textInputCode}
\title{Modified Text Input} \title{Modified Text Input}

Загрузка…
Отмена
Сохранить