-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* news update, date , license file * fix: license * useless * update with latests tests results * fixes: linting, date of release * fix: no man files generation for unexported function using @nord the the functions doc Use of library(SticsRFiles) and SticsRFiles::: in tests removed * fix: some functions doc (internal), removed SticsRFiles::: use in internal functions doc, added SticsRFiles::: in generating XML files vignette * changes: unwrapping examples for exported functions when possible, with minor correction when needed. * unwrapping examples for exported functions for testing them using examples path and tempdir() for outputs * fix: linting issues, examples * fix: examples * examples unwrapped and fixed * donttest replaced by dontrun: checks are failing with github actions ! * added an overwrite argument for forcing to rewrite files types examples folders in tempdir() * Description content and tidy lines * fix: examples for set_param_xml avoiding failing files copy in tempdir(), using directly examples files path. Doc updates. * fix release date * removed getwd() from default arg values in functions, man update * now using message funtion instead of print or cat * fix: linting issues * description and can-comments update * CRAN badge
- Loading branch information
1 parent
7d23739
commit 11df844
Showing
305 changed files
with
821 additions
and
4,874 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: SticsRFiles | ||
Title: Read and Modify 'STICS' Input/Output Files | ||
Version: 1.1.3 | ||
Date: 2023-06-29 | ||
Date: 2023-07-10 | ||
Authors@R: c( | ||
person("Patrice", "Lecharpentier", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-4044-4322")), | ||
|
@@ -22,14 +22,12 @@ Authors@R: c( | |
person("Joel", "Leonard", role = "rev") | ||
) | ||
Description: Manipulating input and output files of the 'STICS' crop | ||
model. These files are either standard 'JavaSTICS' XML files or more | ||
directly the text files used by the model 'fortran' executable. The | ||
most basic functionality is to read and write parameter names and | ||
values through XML queries, or text files ones. More advanced | ||
functionalities include the generation of input XML from XML templates | ||
and spreadsheets with as many simulations contexts as needed, or the | ||
generation of the input text files from the XML input files for | ||
distributed computing. | ||
model. Files are either 'JavaSTICS' XML files or text files used by | ||
the model 'fortran' executable. Most basic functionalities are reading | ||
or writing parameter names and values in both XML or text input files, | ||
and getting data from output files. Advanced functionalities include | ||
XML files generation from XML templates and/or spreadsheets, or text | ||
files generation from XML files by using 'xslt' transformation. | ||
License: LGPL (>= 3) | ||
URL: https://github.com/SticsRPacks/SticsRFiles, | ||
https://doi.org/10.5281/zenodo.4443206 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ | |
#' | ||
#' @keywords internal | ||
#' | ||
#' @noRd | ||
#' | ||
#' @examples | ||
#' \dontrun{ | ||
#' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.