Skip to content

Commit

Permalink
Update news
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierMurilloF committed Apr 18, 2023
1 parent b2311e6 commit aa93cfe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions NEWS.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@ knitr::opts_chunk$set(

## FielDHub 1.3.1

#### New Features in the Shiny App
### New Features in the Shiny App

* Added a module to generate **Sparse allocation**.

* Added a module for generating **Optimized Multi-Location Partially Replicated (p-rep)**.

* Added **vignettes and help documentation** for all the new modules; Sparse Allocations and Optimized Multi-Location Partially Replicated (p-rep) Designs in the app.

##### Enhancements:
### Enhancements:

* Renamed the **Partially Replicated** module to **Single and Multi-Location p-rep**

* Improved the usability of the field dimensions dropdown menu by reordering the options based on the absolute value of the difference between the number of rows and columns for each option. This affects unreplicated and partially replicated design modules.

##### Fix bugs:
### Fix bugs:

* Fixed issue: Upload data in the CRD module.

#### New Features in the `FielDHub` Package:
### New Features in the `FielDHub` Package:

##### Standalone Functions
### Standalone Functions

* Created the `do_optim()` function. This function generates the sparse or p-rep allocation to multiple locations. It optimized the allocation by using incomplete blocks.

Expand All @@ -59,7 +59,7 @@ converges or the max number of iterations have been performed.

* Added **vignettes and help documentation** for all the new functions.

##### Enhancements:
### Enhancements:

* Code refactoring on the `diagonal_arrangement()` function.

Expand Down
12 changes: 6 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## FielDHub 1.3.1

#### New Features in the Shiny App
### New Features in the Shiny App

- Added a module to generate **Sparse allocation**.

Expand All @@ -16,7 +16,7 @@
Sparse Allocations and Optimized Multi-Location Partially Replicated
(p-rep) Designs in the app.

##### Enhancements:
### Enhancements:

- Renamed the **Partially Replicated** module to **Single and
Multi-Location p-rep**
Expand All @@ -26,13 +26,13 @@
between the number of rows and columns for each option. This affects
unreplicated and partially replicated design modules.

##### Fix bugs:
### Fix bugs:

- Fixed issue: Upload data in the CRD module.

#### New Features in the `FielDHub` Package:
### New Features in the `FielDHub` Package:

##### Standalone Functions
### Standalone Functions

- Created the `do_optim()` function. This function generates the sparse
or p-rep allocation to multiple locations. It optimized the allocation
Expand Down Expand Up @@ -72,7 +72,7 @@

- Added **vignettes and help documentation** for all the new functions.

##### Enhancements:
### Enhancements:

- Code refactoring on the `diagonal_arrangement()` function.

Expand Down

0 comments on commit aa93cfe

Please sign in to comment.