Skip to content

Commit

Permalink
Consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierMurilloF committed Mar 19, 2021
1 parent e5f832d commit a14562c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 18 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: FielDHub
Title: A Shiny app for Design of Experiments in Life Sciences
Title: A Shiny App for Design of Experiments in Life Sciences
Version: 0.1.0
Authors@R:
c(person(given = "Didier",
Expand All @@ -26,15 +26,15 @@ Authors@R:
family = "Horsley",
role = "ctb",
email = "[email protected]"))
Description: FielDHub is an R Shiny design of experiments (DOE) app that aids in the creation of
traditional, unreplicated, augmented and partially-replicated designs applied to agriculture,
Description: A shiny design of experiments (DOE) app that aids in the creation of traditional,
unreplicated, augmented and partially-replicated designs applied to agriculture,
plant breeding, forestry, animal and biological sciences.
Depends: R (>= 3.6.0)
License: MIT + file LICENSE
Imports:
config,
golem,
shiny,
processx,
shiny (>= 1.6.0),
attempt,
DT,
glue,
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ knitr::opts_chunk$set(
# FielDHub

<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![Travis build status](https://travis-ci.com/DidierMurilloF/FielDHub.svg?branch=master)](https://travis-ci.com/DidierMurilloF/FielDHub)
[![R-CMD-check](https://github.com/DidierMurilloF/FielDHub/workflows/R-CMD-check/badge.svg)](https://github.com/DidierMurilloF/FielDHub/actions)
<!-- badges: end -->
Expand Down
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## FielDHub: An R Shiny Package for Design of Experiments in Life Sciences.
## FielDHub: A Shiny App for Design of Experiments in Life Sciences


[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)


FielDHub is an R Shiny design of experiments (DOE) app that aids in the creation of traditional, unreplicated, augmented and partially-replicated designs applied to agriculture, plant breeding, forestry, animal and biological sciences.
A shiny design of experiments (DOE) app that aids in the creation of traditional, unreplicated, augmented and partially-replicated designs applied to agriculture, plant breeding, forestry, animal and biological sciences.

## Installation

Expand All @@ -14,13 +14,6 @@ You can install the dev version of FielDHub from:
devtools::install_github("DidierMurilloF/FielDHub")
```

or


``` r
remotes::install_github("DidierMurilloF/FielDHub")
```

## Example

This is a basic example which shows you how to launch the app:
Expand Down
2 changes: 0 additions & 2 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ centric
dev
doi
fieldBook
fpr
hirizontal
https
optimizatin
resolvables
suboptimal
un
Expand Down
Binary file removed inst/app/www/baner4.jpg
Binary file not shown.

0 comments on commit a14562c

Please sign in to comment.