Skip to content

Commit

Permalink
update stics web site url (#105)
Browse files Browse the repository at this point in the history
* update stics web site url

* missing Rmd update
  • Loading branch information
plecharpent authored Jul 17, 2024
1 parent 8cbdb2e commit dcab493
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ knitr::opts_chunk$set(

<!-- badges: end -->

The goal of SticsRFiles is to perform manipulations of the [STICS](https://eng-stics.paca.hub.inrae.fr/) model files either on XML files (used by the JavaSTICS GUI) or on text files used by the model fortran executable.
The goal of SticsRFiles is to perform manipulations of the [STICS](https://stics.inrae.fr/eng/) model files either on XML files (used by the JavaSTICS GUI) or on text files used by the model fortran executable.

The basic functionalities allows to read parameters names and values through XML queries and replace parameters values in files. A starting guide is available on the [Get started page](https://sticsrpacks.github.io/SticsRFiles/articles/SticsRFiles.html).

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ coverage](https://codecov.io/gh/SticsRPacks/SticsRFiles/branch/master/graph/badg
<!-- badges: end -->

The goal of SticsRFiles is to perform manipulations of the
[STICS](https://eng-stics.paca.hub.inrae.fr/) model files either on XML
files (used by the JavaSTICS GUI) or on text files used by the model
fortran executable.
[STICS](https://stics.inrae.fr/eng/) model files either on XML files
(used by the JavaSTICS GUI) or on text files used by the model fortran
executable.

The basic functionalities allows to read parameters names and values
through XML queries and replace parameters values in files. A starting
Expand Down
64 changes: 43 additions & 21 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,47 @@
## Test environments
- R-hub windows-x86_64-devel (r-devel)
- R-hub ubuntu-gcc-release (r-release)
- R-hub fedora-clang-devel (r-devel)

## R CMD check results
❯ On windows-x86_64-devel (r-devel)
checking for non-standard things in the check directory ... NOTE
Found the following files/directories:
''NULL''

❯ On windows-x86_64-devel (r-devel)
checking for detritus in the temp directory ... NOTE
Found the following files/directories:
'lastMiKTeXException'

❯ On ubuntu-gcc-release (r-release), fedora-clang-devel (r-devel)
checking HTML version of manual ... NOTE
Skipping checking HTML validation: no command 'tidy' found

0 errors ✔ | 0 warnings ✔ | 3 notes ✖

Duration: 1m 13.7s

❯ checking for unstated dependencies in examples ... OK
WARNING
‘qpdf’ is needed for checks on size reduction of PDFs

0 errors ✔ | 1 warning ✖ | 0 notes ✔


## R check results on R-hub (00check.log files)

- windows: All R versions on GitHub Actions windows-latest
> All Done!
Running 'testthat.R' [50s]
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... [30s] OK
* checking for non-standard things in the check directory ... OK
* checking for detritus in the temp directory ... OK
* DONE
Status: OK

- linux: All R versions on GitHub Actions ubuntu-latest
> All Done!
Running ‘testthat.R’ [31s/31s]
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... [22s/20s] OK
* checking for non-standard things in the check directory ... OK
* checking for detritus in the temp directory ... OK
* DONE
Status: OK

- macos-arm64: All R versions on GitHub Actions macos-latest
> All Done!
Running ‘testthat.R’ [21s/27s]
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... [16s/19s] OK
* checking for non-standard things in the check directory ... OK
* checking for detritus in the temp directory ... OK
* DONE
Status: OK

## revdepcheck results

Expand Down

0 comments on commit dcab493

Please sign in to comment.