Skip to content

Commit

Permalink
Revert "Add new function create_DataFile():"
Browse files Browse the repository at this point in the history
This reverts commit 6111089.
  • Loading branch information
RLumSK committed Aug 2, 2023
1 parent 6111089 commit 2385bf5
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 740 deletions.
8 changes: 3 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Type: Package
Title: Chronological Bayesian Models Integrating Optically Stimulated
Luminescence and Radiocarbon Age Dating
Description: Bayesian analysis of luminescence data and C-14 age estimates. Bayesian models are based on the following publications: Combes, B. & Philippe, A. (2017) <doi:10.1016/j.quageo.2017.02.003> and Combes et al (2015) <doi:10.1016/j.quageo.2015.04.001>. This includes, amongst others, data import, export, application of age models and palaeodose model.
Date: 2023-08-02
Version: 0.3.2.9000-7
Date: 2023-06-03
Version: 0.3.2.9000-1
Author: Claire Christophe [aut],
Anne Philippe [aut, cre] (<https://orcid.org/0000-0002-5331-5087>),
Sebastian Kreutzer [aut] (<https://orcid.org/0000-0002-0734-2199>),
Expand All @@ -24,12 +24,10 @@ Depends:
Imports:
methods,
hexbin (>= 1.28.3),
cli (>= 3.6.1),
KernSmooth (>= 2.23),
rjags (>= 4-13),
runjags (>= 2.2.1),
Luminescence (>= 0.9.22),
yaml (>= 2.3.7)
Luminescence (>= 0.9.21)
Suggests:
testthat (>= 3.1.7),
R.rsp (>= 0.45.0)
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export(SCMatrix)
export(SC_Ordered)
export(ScatterSamples)
export(combine_DataFiles)
export(create_DataFile)
export(create_FolderTemplates)
export(create_ThetaMatrix)
export(plot_Ages)
Expand Down
17 changes: 0 additions & 17 deletions NEWS.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,7 @@ knitr::opts_chunk$set(

**This version of `'BayLum'` requires R>=4.1.x!**

## New functions

### `create_DataFile()`
This function attempts to ease the very pain-stacking process of input data processing
(BIN/BINX files) so that it can be used in the `'BayLum'` modelling. The function is an entirely new development and will replace the functions `Generate_DataFile_MG()` and `Generate_DataFile()` in future versions of `'BayLum'`. Key features:
* Only one function for single-grain and multiple-grain data
* Support for BIN/BINX and XSYG files and `RLum.Analysis-class` objects, i.e. the data can be imported
independently of the data file creation
* A new single-file configuration based on the YAML format. This makes the old error-prone folder structure obsolete
* Various internal consistency checks to avoid input data are erroneousness; which may lead to very hard to-track-down error messages

## Bugfixes and changes

* Drop dependency to deprecated package `'ArchaeoPhases'` and make corresponding
code an internal function (PR #33, @nfrerebeau)

* Add dependencies to the packages `'yaml'` and `'cli'`

* Bump version requirement for `'Luminescence'` to >= v0.9.22

* Add new external file `example.yml`
Loading

0 comments on commit 2385bf5

Please sign in to comment.