Skip to content

Commit

Permalink
README & CAUTION
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesdeville committed Dec 28, 2023
1 parent 2accd3a commit d1df900
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 16 deletions.
7 changes: 6 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ computing
^.*\.Rproj$
^\.Rproj\.user$
README.Rmd
README.md
README.md
CAUTION.md
^_pkgdown\.yml$
^docs$
^pkgdown$
^\.github$
14 changes: 14 additions & 0 deletions CAUTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

Use `R CMD check` to check this package, not **RStudio**!

Indeed, in the check, **RStudio** deletes the `inst/doc` directory
without warning. However this directory used here is conforming to
section 1.4 in the [Writing R Extensions
manual](https://cran.r-project.org/doc/manuals/R-exts.html)

"*In addition to the help files in Rd format, R packages allow the
inclusion of documents in arbitrary other formats. The standard
location for these is subdirectory `inst/doc` of a source package, ...*"

In the present case `inst/doc` contains `RenextGuide.pdf` as well as
its source files.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version: 3.1-4
Date: 2023-08-29
Author: Yves Deville <deville.yves@alpestat.com>, Lise Bardet <lise.bardet@irsn.fr>
Maintainer: Yann Richet <yann.richet@irsn.fr>
URL: https://github.com/IRSN/Renext
URL: https://github.com/IRSN/Renext, https://irsn.github.io/Renext/
Depends: R (>= 2.8.0), stats, graphics, evd
Imports: numDeriv, splines, methods
Suggests: MASS, ismev, XML
Expand Down
22 changes: 15 additions & 7 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Renext README"
title: "R Package Renext"
linkcolor: blue
output: github_document
---
Expand All @@ -14,14 +14,22 @@ output: github_document

<!-- README.md is generated from README.Rmd. Please edit htat file -->

## Renext package
## Renext

This repository contains the complete source code of the **Renext**
package, released on CRAN since 2010. The package is still maintained
but no new development is planned.

The [Renext Computing
Details](https://github.com/IRSN/Renext/blob/main/inst/computing/RenextCompDet.pdf)
document is available here, but is not included in the package source
tarball `tar.gz`. Although this document is more than 10 years old, it
is re-compiled from time to time with slight fixes/changes.
The package does not have any vignette as such, yet

- The [Renext
Guide](https://github.com/IRSN/Renext/blob/main/inst/doc/RenextGuide.pdf)
available here is shipped with the package as a pdf file (with extra
compression).

- The [Renext Computing
Details](https://github.com/IRSN/Renext/blob/main/inst/computing/RenextCompDet.pdf)
document is available here, but is not included in the package
source tarball `tar.gz`. Although this document is more than 10
years old, it is re-compiled from time to time with slight
fixes/changes.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Renext README
R Package Renext
================

<!-- badges: start -->
Expand All @@ -14,14 +14,21 @@ status](https://www.r-pkg.org/badges/version/Renext)](https://cran.r-project.org
<!-- badges: end -->
<!-- README.md is generated from README.Rmd. Please edit htat file -->

## Renext package
## Renext

This repository contains the complete source code of the **Renext**
package, released on CRAN since 2010. The package is still maintained
but no new development is planned.

The [Renext Computing
Details](https://github.com/IRSN/Renext/blob/main/inst/computing/RenextCompDet.pdf)
document is available here, but is not included in the package source
tarball `tar.gz`. Although this document is more than 10 years old, it
is re-compiled from time to time with slight fixes/changes.
The package does not have any vignette as such, yet

- The [Renext
Guide](https://github.com/IRSN/Renext/blob/main/inst/doc/RenextGuide.pdf)
available here is shipped with the package as a pdf file (with extra
compression).

- The [Renext Computing
Details](https://github.com/IRSN/Renext/blob/main/inst/computing/RenextCompDet.pdf)
document is available here, but is not included in the package source
tarball `tar.gz`. Although this document is more than 10 years old, it
is re-compiled from time to time with slight fixes/changes.

0 comments on commit d1df900

Please sign in to comment.