Skip to content

Commit

Permalink
Rebuild to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
earnaud committed Jan 17, 2022
1 parent 2cee508 commit 278f947
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 6 deletions.
9 changes: 5 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
RoxygenNote: 7.1.2
Collate:
'DataFiles_helpers2.R'
'about_module.R'
Expand Down Expand Up @@ -132,6 +132,7 @@ Collate:
'template_functions.R'
'settings_rightSideBar.R'
'runMetashark.R'
'utils-colorPickerInput.R'
'utils-coordinateInput.R'
'utils-customLocationInput.R'
'utils_colorPickerInput.R'
'utils_coordinateInput.R'
'utils_customLocationInput.R'
'utils_geospatial.R'
Binary file modified MetaShARK_1.7.0.tar.gz
Binary file not shown.
3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ importFrom(readtext,readtext)
importFrom(readxl,read_excel)
importFrom(rmarkdown,pandoc_convert)
importFrom(scales,brewer_pal)
importFrom(shiny,in_devmode)
importFrom(sf,st_as_text)
importFrom(sf,st_polygon)
importFrom(shiny,tags)
importFrom(shinyBS,bsCollapse)
importFrom(shinyBS,bsCollapsePanel)
Expand Down
40 changes: 39 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# V1.7.0 (pre-release)

## Features

* Style enhanced

* Personnel step reworked

* Navigation issues fixed

* Geospatial data support

## Work in progress

* Bugs: test and stabilize this version

* MetaFIN: continue `dev-metafin` branch

* Annotations: add annotations module

* Docker: optimize docker image

* Tests: continue writing tests

# V1.6.1

## Features
Expand All @@ -6,12 +30,26 @@

* Added a counter for the number of users, outputting in the logs.

* New styles and display for enhanced graphic UI.

* Custom geographic coverage now includes drawing tool.

* Geographic coverage now supports .shp files.

* Fixed EAL 8

* Updated Docker (thanks to https://github.com/charlycou)

## Work in progress

* Tests: write a complete set of tests.
* Tests: write a complete set of tests.

* Bugs: many were spotted, many more to fix.

* Annotations: continue `dev-metafin` branch.

* Geospatial data: integration of EAL progress.

# v1.6.0

## Features
Expand Down

0 comments on commit 278f947

Please sign in to comment.